@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(//fonts.googleapis.com/earlyaccess/notosansbengali.css);

body {
    font-family: "Nunito", "Noto Sans Bengali", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    margin-bottom: 1rem;
}

small {
    font-size: 60%;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
}

/*input::-webkit-calendar-picker-indicator {
	display: none;
}*/

.table td {
    vertical-align: middle;
}

.table.memo-input td {
    vertical-align: top;
}

.table.table-account-book {
    font-size: 14px;
}

#site-content {
    padding: 2rem 0;
}

#memo-no {
    font-size: 1.5rem;
    font-weight: bold;
}

.table-checkbox {
    margin-top: 0.7rem;
}

.tr-sub {
    font-size: 14px;
}

.tr-sub label {
    margin-bottom: 0;
}

.tr-sub td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.bg-table-dark {
    background: rgba(0, 0, 0, 0.05);
}

.shoe-check-span {
    font-weight: bold;
}

.sort th,
.sort a {
    color: #0056b3;
}

.sort a:hover {
    text-decoration: underline;
}

.hover-preview {
    position: relative;
}

.preview-window {
    display: none;
    position: absolute;
    top: -2px;
    left: 110%;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 5px #000;
    z-index: 10000;
}

.hover-preview:hover .preview-window {
    display: block;
}

#infobar {
    background: #e9ecef;
}

.btn-invisible {
    display: block !important;
    overflow: visible !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.nav-link .badge {
    position: relative;
    top: 5px;
    left: -9px;
    font-size: 10px;
    position: relative;
    top: -14px;
    left: -11px;
    font-size: 9px;
}

.navbar-icon-style{
    width: auto;padding:4px;border-radius: 7px;border: 1px solid #ced4da;color: #495057;

}


/*============= Dark theme dropdown styles   start */

body.theme-dark {
    background-color: #121212;
}

body {
    background-color: #ffffff;
}

.dark-table{
    color: #ffff !important;
}

.theme-dark .dropdown-menu {
    background-color: #2a2a3c;
    color: #ffffff; 
    border: 1px solid #444;
}
.theme-dark .dropdown-menu .dropdown-item {
    color: #f1f1f1;
}
.theme-dark .dropdown-menu .dropdown-item:hover,
.theme-dark .dropdown-menu .dropdown-item:focus {
    background-color: #383854;
    color: #ffffff;
}
.theme-dark form{
    color: #ffff;
}
.theme-dark table{
    color: white;
}
.theme-dark table thead{
    background-color: #383854;
}


.theme-dark .daterangepicker .calendar-table  table tbody tr td{
    color:#767779
}




.theme-dark table,
.theme-dark th,
.theme-dark td {
    border-color: #444 !important; /* darker border */
}

.theme-dark tr {
    border-bottom: 1px solid #444 !important;
}

.theme-dark  td{
    color:#ffff;
}


.theme-dark .modal-content {
    background-color: #2a2a3c;
    color: #f1f1f1;
    border: 1px solid #717171de ;
}

.theme-dark .modal-header,
.theme-dark .modal-footer {
    background-color: #242434;
    border-color: #717171de ;
}

.theme-dark .modal-title {
    color: #f8f9fa;
}

.theme-dark .btn-close {
    filter: invert(1); /* make close icon white */
}
.theme-dark input,
.theme-dark select,
.theme-dark textarea {
    background-color: #1e1e30 !important;
    color: #f8f9fa !important;
    border: 1px solid #717171de  !important;
}


.theme-dark .form-control-plaintext{
    color: #ffff;
}
.theme-dark input::placeholder,
.theme-dark textarea::placeholder {
    color: #aaa;
}

.theme-dark .card {
    background-color: #2a2a3c !important;
    color: #f1f1f1 !important;
    border-color: #717171de !important;
}
.theme-dark .card-body{
     background-color: #2a2a3c !important;
    color: #dddd !important;

}

.theme-dark .card-header,
.theme-dark .card-footer {
    background-color: #242434 !important;
    border-color: #717171de  !important;
}


/*============= Dark theme dropdown styles   start */

/* Profile Picture */
.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 768px) {
    #shoe-image-modal .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 80%;
    }
}
