@font-face {
    font-family: Arimo;
    src: url("font/Arimo-Regular.ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: ArimoBold;
    src: url("font/Arimo-Bold.ttf");
    font-weight: 100;
    font-style: normal;
}

body {
    direction: rtl;
    font-family: Arimo;
    height: 100%;
}

.font-dark-color {
    color: #00a3da;
}

.link-no-underline {
    text-decoration: none;
}

h1 {
    color: #fff;
    font-size: 34px;
}

h2 {
    color: #00a3da;
    font-size: 20px;
}

input[type="radio"] {
    transform: scale(1.6);
}

    input[type="radio"]:checked {
        background-color: #00a3da;
    }

input[type="checkbox"] {
    transform: scale(1.6);
    max-height: 15px;
}

    input[type="checkbox"]:checked {
        background-color: #00a3da;
    }

.h-300 {
    height: 300px;
}

.with-bg {
    background-color: #00a3da;
}

.header {
    background-color: #00a3da;
    width: 100%;
    text-align: right;
    color: #fff;
}

.header-toolbar {
    height: 100px;
}

.user-info-menu {
    margin: 10px;
    background-color: transparent;
    border: 0;
    color: #fff;
}

.logo {
    padding: 10px;
}

.header-box {
    padding: 30px 15px 30px 30px;
    border-radius: 20px;
    background-color: #e0f6fc;
}

.f-13 {
    font-size: 13px;
}

.f-20 {
    font-size: 20px;
}

.dark-label {
    color: #fff;
    background-color: #00a3da;
}

    .dark-label:focus {
        color: #fff;
        background-color: #00a3da;
    }

.dark-input {
    border: solid 1px #fff;
    border-radius: 10px;
    background-color: #00a3da;
    color: #fff;
}

    .dark-input:focus {
        border: solid 1px #fff;
        border-radius: 10px;
        background-color: #00a3da;
        color: #fff;
    }

.bootstrap-select.form-control.dark-input .dropdown-toggle,
.bootstrap-select.form-control.dark-input .dropdown-toggle:hover,
.bootstrap-select.form-control.dark-input .dropdown-toggle:focus,
.bootstrap-select.form-control.dark-input .dropdown-toggle:active {
    background-color: #00a3da;
    color: #fff;
}

.dropdown-toggle {
    width: 100%;
}

.dropdown-menu-extra {
    width: 100%;
}

.custom-form-select {
    background-image: none;
    text-align: right;
    padding: 10px;
    height: 57px;
}


.dropdown-toggle::after {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    width: 12px;
    height: 12px;
    border: 0;
}

.dropup .dropdown-toggle::after {
    /* Caret pointing upwards */
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 11l6-6 6 6'/%3e%3c/svg%3e");*/
    border: unset;
}

.bootstrap-select .dropdown-toggle .filter-option {
    align-content: center;
}

/**********************************/
/* Replicating the style of "form-control" for bootstrap-select elements */
.bootstrap-select.form-control .dropdown-toggle {
    padding: 10px;
    height: 54px;
}

    .bootstrap-select.form-control .dropdown-toggle:focus,
    .bootstrap-select.form-control .dropdown-toggle:active {
        border-color: #86b7fe;
        outline: 0 !important;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }
/**********************************/


.dark-instruction {
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    padding: 0 10px;
}

.mid-label {
    color: #000;
    background-color: #e0f6fc;
}

    .mid-label:focus {
        color: #000;
        background-color: #e0f6fc;
    }

.mid-input {
    border: solid 1px #000;
    border-radius: 5px;
    background-color: #e0f6fc;
    color: #000;
}

    .mid-input:focus {
        border: solid 1px #000;
        border-radius: 5px;
        background-color: #e0f6fc;
        color: #000;
    }

.mid-instruction {
    color: #666;
    font-weight: 300;
    padding: 0 10px;
}

.light-instruction {
    color: #888;
    font-weight: 300;
    padding: 0 10px;
}

.light-label {
    color: #000;
    background-color: #fff;
}

    .light-label:focus {
        color: #000;
        background-color: #fff;
    }

.readonly-label {
    background-color: #e9ecef;
}

.light-input {
    border: solid 1px #000;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
}

    .light-input:focus {
        border: solid 1px #000;
        border-radius: 5px;
        background-color: #fff;
        color: #000;
    }

    .light-input:disabled,
    .light-input[readonly] {
        background-color: #e9ecef;
    }

    .light-input .has-float-label .form-control:placeholder-shown:not(:focus) + * {
        color: #000;
    }

.bootstrap-select.form-control.light-input {
    border: solid 1px #000;
}

    .bootstrap-select.form-control.light-input .dropdown-toggle,
    .bootstrap-select.form-control.light-input .dropdown-toggle:hover,
    .bootstrap-select.form-control.light-input .dropdown-toggle:focus,
    .bootstrap-select.form-control.light-input .dropdown-toggle:active {
        background-color: #fff;
        color: #000;
    }

.form-control {
    text-align: right;
    padding: 10px;
    height: 56px;
}

.form-text {
    text-align: right;
    padding: 0 15px;
    height: 56px;
    font-size: 16px;
    margin-top: 0px;
}

.form-select {
    text-align: right;
    padding: 10px;
    height: 57px;
}

.horizontal-line {
    width: 1px;
    height: 18px;
    margin: 3px 0px 3px 17px;
    border: solid 1px #aaa;
}

.notes-textarea {
    height: 100px;
    border: solid 1px #000;
}

.button-dark {
    width: 270px;
    height: 56px;
    border: 0;
    padding: 16px 32px;
    border-radius: 6px;
    background-color: #00a3da;
    color: #fff;
}

.round-button-white {
    font-size: 15px;
    min-width: 260px;
    height: 56px;
    margin: 10px 10px;
    color: #00a3da;
    border-radius: 28px;
    border: solid 1px #00a3da;
    background-color: #fff;
}

.round-button-dark {
    font-size: 15px;
    min-width: 260px;
    height: 56px;
    margin: 10px;
    border-radius: 28px;
    background-color: #00a3da;
    border: solid 1px #00a3da;
    color: #fff;
}

.round-small-light-button {
    min-width: 150px;
    padding: 2px 14px;
    border-radius: 14px;
    background-color: #ccedf8;
    border: 0;
    color: #00a3da;
}

.new-note-textarea {
    height: 200px
}

.round-button-dark-small img {
    margin: 0 10px
}

.round-button-white-small {
    font-size: 15px;
    height: 56px;
    padding: 2px 40px;
    margin: 10px 10px;
    color: #00a3da;
    border-radius: 28px;
    border: solid 1px #00a3da;
    background-color: #fff;
}

.round-button-dark-small {
    min-width: 150px;
    font-size: 15px;
    padding: 10px;
    height: 42px;
    margin: 10px 10px;
    border-radius: 28px;
    background-color: #00a3da;
    border: solid 1px #00a3da;
    color: #fff;
}





.checkbox-holder {
    float: left;
    display: inline-flex;
    flex-direction: row-reverse;
}

.button-section {
    display: flex;
    flex-direction: row-reverse;
}

.pt-15 {
    padding-top: 15px;
}

.icon-input {
    padding-right: 40px !important;
    padding-top: 2px !important;
}

.icon-label {
    margin-right: 25px;
}

.input-group-text {
    background-color: inherit !important;
    border: 0 !important;
    position: absolute;
    margin-top: -47px;
}

.input-group-text-left {
    background-color: inherit;
    border: 0;
    position: absolute;
    margin-top: -47px;
}

.input-button {
    width: 32px;
    height: 32px;
    margin: 0 192px 0 0;
    padding: 2px 8px;
    border-radius: 16px;
}

    .input-button:hover {
        background-color: #0094c6;
    }

.icon-button-light {
    width: 32px;
    height: 32px;
    padding: 2px 9px;
    margin: -2px 0;
    border-radius: 16px;
}

    .icon-button-light:hover {
        background-color: #ccedf8;
    }

.modal-content {
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.spinner-border {
    height: 24px;
    width: 24px;
    opacity: 0.8;
}

.input-spinner {
    background-color: inherit;
    border: 0;
    margin-top: -41px;
    margin-left: 15px;
    float: left;
}

.datepicker-input {
    background: url(icons-calendar.png) no-repeat scroll 8px 15px;
}

.header-mobile {
    padding: 35px 1px;
}

    .header-mobile .title {
        margin: 2px 10px;
        text-align: center;
        width: 100%;
        font-size: 17px;
        color: #fff;
    }

.grey-info-box {
    width: 100%;
    padding: 12px 20px 12px 66px;
    border-radius: 10px;
    background-color: rgba(131, 128, 145, 0.2);
    display: flex;
    flex-direction: row;
    color: #4e607f;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.center {
    text-align: center;
}

.yellow-button {
    height: 56px;
    border: 0;
    border-radius: 6px;
    background-color: #fad962;
    float: left;
    padding: 0 40px;
}

.horizontal-heading {
    display: flex;
    flex-direction: row;
    padding-left: 15px;
}

    .horizontal-heading h5 {
        align-self: center;
        padding: 0 10px;
    }

.note-heading {
    font-size: 20px;
}

.note-content {
    font-size: 13px;
}

.notes-container {
    display: flex;
    flex-direction: row;
}

.note-box {
    width: 370px;
    height: 199px;
    margin: 10px 0 10px 25px;
    padding: 20px 20px;
    border-radius: 20px;
    background-color: #f8efcf;
    color: #7e6922;
}

.checkbox-container {
    padding: 15px 5px;
}

.grey-info-box .right-border {
    border-right: solid 1px #4e607f;
    opacity: 0.1;
}

.login-box {
    padding-top: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 80%;
}

    .login-box h1 {
        font-size: 34px;
    }

.login-box-auth {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 31px;
    z-index: 10;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.icon-button-dark {
    width: 38px;
    height: 38px;
    padding: 14px 9px;
    background-color: #7fd1ec;
    border-radius: 20px;
}

.background-lines {
    position: absolute;
    left: 10%;
    bottom: 0px;
    z-index: -10;
}

.icon-button-dark-big {
    width: 38px;
    height: 38px;
    padding: 12px 12px;
    background-color: #7fd1ec;
    border-radius: 20px;
}

.extra-dark {
    background-color: #0094c6;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.menupage-option {
    height: 180px;
    text-align: center;
    padding: 0 0;
    border-radius: 6px;
    border: solid 1px #c2bfc8;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

    .menupage-option .item {
        height: 65px;
        width: 65px;
        margin-top: 3rem !important;
    }

    .menupage-option .item-text {
        margin-top: 1rem !important;
    }

    .menupage-option:hover {
        border: solid 1px #c2bfc8;
        background-color: #0a3b64;
        color: #fff;
    }

.menupage-options-container {
    margin-bottom: 25px;
}

.menupage-building {
    background-image: url(shape-669.png);
}

    .menupage-building:hover {
        background-image: url(shape-669.png);
        background-color: #fff;
        color: #000;
    }

.menupage-building2 {
    background-image: url(shape-674.png);
}

    .menupage-building2:hover {
        background-image: url(shape-674.png);
        background-color: #fff;
        color: #000;
    }

.menupage-envalope {
    background-image: url(shape-679.png);
}

    .menupage-envalope:hover {
        background-image: url(shape-679.png);
        background-color: #fff;
        color: #000;
    }

.menupage-phone {
    background-image: url(shape-688.png);
}

    .menupage-phone:hover {
        background-image: url(shape-688.png);
        background-color: #fff;
        color: #000;
    }

.menupage-money {
    background-image: url(shape-683.png);
}

    .menupage-money:hover {
        background-image: url(shape-683.png);
        background-color: #fff;
        color: #000;
    }



.menupage-reports {
    background-image: url(reports-blue.png);
}

    .menupage-reports:hover {
        background-image: url(reports-white.png);
    }

.menupage-leads {
    background-image: url(leads-action-blue.png);
}

    .menupage-leads:hover {
        background-image: url(leads-action-white.png);
    }

.menupage-tasks {
    background-image: url(tasks-blue.png);
}

    .menupage-tasks:hover {
        background-image: url(tasks-white.png);
    }

.menupage-lead {
    background-image: url(leads-blue.png);
}

    .menupage-lead:hover {
        background-image: url(leads-white.png);
    }

.menupage-new-clients-short {
    background-image: url(new-clients-short-blue.png);
}

    .menupage-new-clients-short:hover {
        background-image: url(new-clients-short-white.png);
    }

.menupage-new-clients-short {
    background-image: url(new-clients-short-blue.png);
}

    .menupage-new-clients-short:hover {
        background-image: url(new-clients-short-white.png);
    }

.menupage-add-new-clients-short {
    background-image: url(new-clients-blue.png);
}

    .menupage-add-new-clients-short:hover {
        background-image: url(new-clients-white.png);
    }

.menupage-parthners {
    background-image: url(parthners-blue.png);
}

    .menupage-parthners:hover {
        background-image: url(parthners-white.png);
    }








.color-black {
    color: #000;
}

.menu {
    width: 375px;
    height: 100%;
    padding: 20px 25px 20px 24px;
    background-color: #0c2146;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    z-index: 99;
    overflow: auto;
}

.menu-links {
    margin-top: 45px;
    padding: 0;
}

    .menu-links .hr {
        padding: 0;
        margin: 0;
        height: 1px;
        background-color: #4e607f;
    }

.menu-link {
    width: 325px;
    height: 70px;
    border-radius: 10px;
    list-style: none;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    margin: 10px 0;
}

    .menu-link:hover {
        background-color: #0a3b64;
    }

    .menu-link img {
        margin: 0 10px;
    }

    .menu-link a {
        text-decoration: none;
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        padding: 23px 24px 29px 21px;
    }

.parent-menu-link {
    margin: 10px 0px;
    font-weight: bold;
}

    .parent-menu-link .carot {
        float: left;
        margin-top: 5px;
        background-image: url(menu-carot.png);
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
    }

.leads-submenu-links {
    display: none;
}

.partners-submenu-links {
    display: none;
}

.yellow-bg {
    background-color: #f8efcf;
}

.grey-bg {
    background-color: #e6e6e9;
}

.light-blue-bg {
    background-color: #e0f6fc;
}

.yellow-bg .icon {
    background-color: #ceba76;
}

.yellow-bg .heading {
    color: #7e6922;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
}

.grey-bg .icon {
    background-color: #99a2b4;
}

.grey-bg .heading {
    color: #4e607f;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
}

.light-blue-bg .icon {
    background-color: #70cceb;
}

.light-blue-bg .heading {
    color: #00a3da;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
}

.network-box {
    padding: 33px;
    border-radius: 20px;
    margin-bottom: 30px;
}

    .network-box .headline {
        display: flex;
        flex-direction: row;
    }

        .network-box .headline .icon {
            width: 38px;
            height: 38px;
            border-radius: 20px;
            padding: 5px 11px;
        }

        .network-box .headline .heading {
            margin: 4px 12px;
        }

    .network-box .box .title {
        font-size: 13px;
    }

.yellow-bg .box {
    border: solid 1px #7e6922;
}

.grey-bg .box {
    border: solid 1px #99a2b4;
}

.light-blue-bg .box {
    border: solid 1px #70cceb;
}

.network-box .box {
    font-size: 36px;
    padding: 20px 65px;
    margin-top: 24px;
    border-radius: 6px;
    text-align: center;
}

.results-not-found {
    align-items: center;
    text-align: center;
    margin-top: 5%;
}

    .results-not-found .title {
        color: #00a3da;
        font-size: 25px;
    }

.light-border {
    border: solid 1px #fff;
}

.header-info-box {
    min-width: 200px;
    padding: 21px;
    border-radius: 20px;
    background-color: #e0f6fc;
    width: fit-content;
    font-size: 15px;
    font-weight: bold;
    color: #00a3da;
    float: left;
    text-align: center;
}

.table {
    border-top: 0;
}

    .table tbody tr td {
        padding: 22px 20px 16px 10px;
        font-size: 14px;
    }

    .table thead tr th {
        padding: 0 20px;
    }

    .table thead th:nth-child(1) {
        border-radius: 0px 6px 6px 0px;
    }

    .table thead th:nth-last-child(1) {
        border-radius: 6px 0px 0px 6px;
    }
    /* .table thead tr:first-child{
  border-top-right-radius: 60px !important;
  border-top-left-radius: 60px;
} */
    .table thead {
        height: 50px;
        border-radius: 6px;
        border-color: #fff;
        vertical-align: middle;
        font-size: 15px;
        background-color: #e0f6fc;
    }

    .table > :not(:first-child) {
        border-top: 0;
    }

.filtering:hover {
    --bs-table-hover-bg: #fff;
}

.table .filtering .close {
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    border: 0;
    background-color: #fff;
    background-image: url(close-icon.png);
    margin-right: -20px;
    margin-top: 8px;
}

.table .heading .down {
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #e0f6fc;
    background-image: url(arrow-down-black.png);
}

.table .heading .up {
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #e0f6fc;
    background-image: url(arrow-down-black.png);
    transform: rotate(180deg);
}

.pagination button {
    width: 33px;
    height: 32px;
    margin: 11px;
    padding: 5px;
    border-radius: 6px;
    border: solid 1px #c2bfc8;
    background-color: #fff;
    font-size: 15px;
}

.pagination .right {
    width: 33px;
    height: 32px;
    margin: 11px;
    padding: 5px;
    border-radius: 6px;
    border: solid 1px #c2bfc8;
    background-color: #fff;
    background-image: url(arrow-down-black.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.pagination .left {
    background-repeat: no-repeat;
    width: 33px;
    height: 32px;
    margin: 11px;
    padding: 5px;
    background-position: center;
    border-radius: 6px;
    border: solid 1px #c2bfc8;
    background-color: #fff;
    background-image: url(arrow-down-black.png);
    transform: rotate(270deg);
}

.pagination .right:disabled {
    opacity: 0.3;
}

.pagination .left:disabled {
    opacity: 0.3;
}

.pagination .left:hover:not(:disabled) {
    background-image: url(icons-angle-down.png);
}

.pagination .right:hover:not(:disabled) {
    background-image: url(icons-angle-down.png);
}

.pagination button:hover:not(:disabled) {
    background-color: #00a3da;
    color: #fff;
    border-color: #00a3da;
}

.table tbody input {
    height: 30px;
    border-radius: 6px;
}

.filter-img {
    height: 16px;
    width: 16px;
    margin-top: 5px;
}

.upload-file-area {
    height: 192px;
    border: 1px dotted #c2bfc8;
}

    .upload-file-area .message {
        padding: 20px 50px;
        border-radius: 6px;
        background-color: #e0f6fc;
        max-width: 380px;
        max-height: 81px;
        font-size: 14px;
    }

.file-container {
    margin: 19px 0;
    padding-top: 30px;
    height: 192px;
    border-radius: 6px;
    border: solid 1px #c2bfc8;
    align-items: middle;
}

    .file-container .image {
        text-align: center;
        width: 100%;
    }

    .file-container label {
        position: absolute;
        margin-top: -40px;
        margin-right: 15px;
        font-size: 13px;
        padding: 0 5px;
    }

.file-desc {
    text-align: start;
}

.task-activity-box {
    padding: 21px 20px;
    border-radius: 6px;
    background-color: #e6e6e9;
    font-size: 13px;
    margin-left: 31px;
}

    .task-activity-box .icon {
        width: 32px;
        height: 32px;
        padding: 5px 8px;
        margin: -2px 10px;
        border-radius: 16px;
        background-color: #99a2b4;
    }

    .task-activity-box .time {
        padding-top: 5px;
    }

    .task-activity-box .desc {
        padding-top: 5px;
        font-size: 20px;
        font-weight: bold;
        padding: 0 15px;
    }

.task-textarea {
    height: 192px;
    border: solid 1px #c2bfc8;
}

.switch-wrapper-slider {
    height: 20px;
    width: 50px;
    background-color: #fff;
    margin: -23px -40px 0 0;
    border-radius: 10px;
}

.switch-wrapper label {
    margin: 0 20px;
    padding: 10px 10px 2px 0;
}

    .switch-wrapper label::after {
        padding: 20px;
    }

.table a {
    text-decoration: none;
}

.form-switch .form-check-input:focus {
    background-image: url(my-missions-off.png);
    height: 25px;
    width: 3em;
    background-color: inherit;
    border: 0;
    background-size: contain;
}

.form-switch .form-check-input:checked {
    background-image: url(my-missions-on.png);
    height: 25px;
    width: 3em;
    background-size: contain;
    background-color: inherit;
    border: 0;
}

.form-switch .form-check-input {
    background-image: url(my-missions-off.png);
    height: 25px;
    width: 3em;
    background-color: inherit;
    border: 0;
    max-height: 25px;
    background-size: contain;
    margin-top: 10px;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-switch::after {
    height: 14px;
    width: 4em;
    background-color: #000;
}

.table .info {
    width: 54px;
    height: 28px;
    padding: 6px 20px;
    border-radius: 14px;
    border: solid 1px #00a3da;
    background-color: #fff;
    background-image: url(export-csv-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .table .info:hover {
        border: solid 1px #00a3da;
        background-color: #00a3da;
        background-image: url(export-csv-icon-white.png);
    }

@media only screen and (min-width: 720px) {
    .mobile-only {
        display: none !important;
    }
    /* .none-mobile {
    display: block;
  } */
    .mobile-contents-show {
        display: contents;
    }

    .bt-content {
        display: flex !important;
    }
}

@media only screen and (max-width: 720px) {
    .mobile-contents-show {
        display: none;
    }

    .header-mobile-margin {
        margin-bottom: 275px;
    }

    .button-dark {
        width: 100%;
    }

    .mobile-expand {
        height: 120px;
    }

    .mobile-only {
        display: block;
    }

    .none-mobile {
        display: none !important;
    }

    .button-section {
        flex-direction: column;
    }

    .checkbox-holder {
        justify-items: start;
        flex-direction: column;
        width: 100%;
        padding: 15px;
    }

        .checkbox-holder div {
            margin: 5px 5px;
        }

    .grey-info-box {
        flex-direction: column;
    }
    /*.info-box-text{
    margin-right:60px;
  }*/
    .yellow-button {
        margin: 20px 0;
        width: 100%;
    }

    .notes-container {
        flex-direction: column;
    }

    .note-box {
        width: 100%;
    }

    .mobile-last {
        order: 6 !important;
    }

    .mobile-first {
        order: 0 !important;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .checkbox-container {
        padding: 5px 5px;
    }

    .login-box {
        padding-top: 5%;
        width: 90%;
    }

    .button-button-w-full {
        width: 100%;
    }

    .menupage-option {
        background-size: 30px 30px;
        background-position-x: 92%;
        height: 70px;
        display: flex;
        flex-direction: row;
    }

        .menupage-option .item-text {
            margin-right: 20px;
        }

    .header-info-box {
        padding: 10px;
        border-radius: 5px;
    }

    .task-activity-box {
        margin: 0;
    }

    .table {
        --bs-table-hover-bg: none;
    }

        .table tr {
            display: block;
            float: right;
            width: 100% !important;
            margin-bottom: 25px;
        }

    .filter-close-btn {
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        border: 0;
        background-color: #fff;
        background-image: url(close-icon.png);
        margin-top: -58px;
        margin-left: 18px !important;
    }

    .filter-mask {
        background-image: url(fannel-icon.png);
        margin-top: -60px;
        z-index: 9;
        height: 16px;
        width: 16px;
        background-repeat: no-repeat;
        margin-right: 25px;
    }

    .mobile-table-filter-search {
        padding: 0 50px;
    }

    .table tbody tr td:nth-of-type(1) {
        background-color: #e0f6fc;
        font-weight: bold;
        border-radius: 6px;
        border-bottom: 0;
    }

    table.bt tbody td::before {
        width: 9em;
    }

    .bt-content {
        text-align: left !important;
        width: 80%;
    }

    table.bt tbody td::before {
        content: attr(data-th) " ";
    }

    .table tbody tr td {
        border-bottom: solid 1px #c2bfc8;
    }

    .table tr:first-child {
        font-weight: bold;
    }

    .table .heading {
        display: none;
    }

    .table th, td {
        display: block;
    }
}


@media (max-width: 767px) {
    h1 {
        min-width: 320px;
        font-size: 26px;
    }

    .form-select {
        min-width: 320px;
    }
    
    .clearingHeader {
        display: none;
    }

    /*.jsgrid-table {
        width: auto !important;
    }*/

    .jsgrid-pager {
        font-size: 12px;
    }

    .jsgrid-row-count-container {
        position: relative;
        top: -20px;
        font-size: 12px;
    }

    .float-end {
        float: none !important;
    }
}
