﻿.ng-cloak {
    display: none !important;
}

.row {
    margin: 0px !important;
}

body {
    background-color: #F9F9F9;
}


a {
    text-decoration: none;
}

ul li {
    cursor: pointer !important;
}

.navbar-brand {
    width: 200px;
    padding: 0px !important;
}

    .navbar-brand img {
        height: 27px;
        margin: 10px 0px;
    }

.content-wrapper {
    margin-top: 3rem;
}

.sidebar-expand-md:not(.sidebar-component):not(.sidebar-fixed) .sidebar-content {
    position: fixed !important;
    width: inherit !important;
}

.sidebar-content {
    padding-top: 3rem;
}

.sidebar-content {
    padding-top: 1rem;
}

.modal-dialog {
    margin: 5.75rem auto;
}

.navbar {
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
    opacity: 0.6;
}

    .preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
    }

.navbar-light {
    background-color: #ffffff;
    padding: 0px 20px;
    box-shadow: rgb(181 181 181 / 9%) 0px 3px 12px;
}

.sidebar-light {
    background-color: white;
}

.sidebar:not(.sidebar-component) .sidebar-content {
    top: 2.12503rem;
}

.sidebar-light .nav-sidebar .nav-link {
    color: #383838;
/*    border-bottom: 1px solid #bdbdbd;*/
    font-size: 12px;
    padding: 10px 18px;
    width:100%;
    border-bottom: 0px;
}

.svg-inline--fa {
    margin-right: 10px;
    margin-top: 3px;
}

.nav-sidebar li:hover {
    background: #1e3fb4 !important;
}
.nav-sidebar li:hover a{
    color: #ffffff !important;
}
.nav-sidebar .active {
    color: #ffffff !important;
    background: #1e3fb4 !important;
}

.nav-sidebar li.nav-item.active a {
    color: white !IMPORTANT;
}

.nav-sidebar .nav-link::after {
    top: 36%;
    border-color: inherit;
    transform: rotate(-225deg) translateY(-50%);
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    transition: all .3s ease-out;
    right: 1rem;
}

.nav-item-submenu.nav-item-open > .nav-link::after {
    transform: rotate(225deg);
}

a {
    color: #1e3fb4;
    text-decoration: none;
}

.navbar-light .navbar-nav-link {
    color: #1e3fb4 !important
}

.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    background-color: transparent;
}

.sidebar-xs .sidebar-main .nav-sidebar > .nav-item:hover {
    color: #333;
    background-color: #00946b;
}

.sidebar-xs .sidebar-main.sidebar-light .nav-sidebar > .nav-item:not(.nav-item-open):hover > .nav-link:not(.active):not(.disabled) {
    color: #333;
    background-color: #00946b;
}

.sidebar-xs .sidebar-main.sidebar-light .nav-sidebar > .nav-item-submenu > .nav-group-sub {
    background-color: #304a52 !important;
    color: white;
}

.sidebar-light .nav-sidebar > .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item > .nav-link.active {
    color: #333;
    background-color: #00946b;
}

.sidebar-light .nav-sidebar .nav-item-open > .nav-link:not(.disabled), .sidebar-light .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link {
    color: #ffffff !important;
    background-color: #1e3fb4;
}

.btn {
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    border: 0;
    margin-left: 5px;
}

    .btn:focus {
        border: 0px !important;
        outline: none !important;
        box-shadow: none !important
    }

hr {
    margin: 10px 0;
    color: #c9c9c9;
}

.sidebar-light {
    box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.13) !important;
    transition: all 0.2s ease !important;
    border: 0px !important
}

.btn-primary {
    color: white;
    background-color: #1E3FB4;
}

    .btn-primary:hover {
        background-color: #1a3699;
        color: white;
    }

.btn-secondary {
    color: white;
    background-color: #8bba6a;
}

    .btn-secondary:hover {
        color: white;
        background-color: forestgreen;
    }

.btn-success:hover {
    background-color: #037956
}

.btn-info {
    color: white;
    background-color: #0dcaf0
}

    .btn-info:hover {
        color: white;
        background-color: #0eb1d1;
    }

.Customebtn {
    border: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
    /* margin: 0 auto; */
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-bottom: 10px;
}

    .Customebtn span {
        position: relative;
        z-index: 1;
    }

    .Customebtn:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 150px;
        width: 150px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate( 9deg);
        transform: translateX(-98%) translateY(-25%) rotate( 153deg);
    }

    .Customebtn:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(153deg);
    }

.btnPrimary {
    background-color: #184787;
}

    .btnPrimary::after {
        background: #00a172;
    }

.btnSecondary {
    background: #444444;
}

    .btnSecondary::after {
        background: #6c757d;
    }

.btnDanger {
    background: #dc3545;
}

    .btnDanger::after {
        background: #800c23;
    }

.btnSuccess::after {
    background: #184787;
}

.btnSuccess {
    background-color: #00a172;
}

.color-gray {
    color: #304a52 !important;
}

.color-green {
    color: #00be5e !important;
}

.scrollbar {
    max-height: 65vh;
    overflow: auto;
}

.table-card table {
    color: #184787;
}

.table.dataTable th {
    position: sticky;
    top: -1px;
    z-index: 1;
    background: white;
}

.Starick::after {
    content: "*";
    color: red;
}

/*table.dataTable td, table.dataTable th {
    border: 1px solid lightgray;
}
*/
.fixed-card-footer {
    background: #e0e0e0;
    padding: 10px;
    position: sticky;
    text-align: right;
    bottom: 0px;
    /*z-index: 2;*/
}

.card-header {
    background: #ffffff;
    color: #184787;
    margin-bottom: 10px;
    padding: 11px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

    .card-header h4 {
        margin: 0px;
    }

.clickable-style:hover {
    cursor: pointer;
    background-color: #00946b;
    color: white;
}

clickable-style:active {
    cursor: move;
    background-color: #00946b;
    color: white;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1e3fb4;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #00946b;
    }

.sidebar:not(.sidebar-component) .sidebar-content {
    transition: none !important
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.p-10 {
    padding: 10px;
}

.image-upload {
    background: #184787;
    padding: 4px;
    color: white;
}

    .image-upload:hover {
        cursor: pointer !important;
    }

    .image-upload label:hover {
        cursor: pointer !important;
    }

    .image-upload label {
        margin: 0px !important;
        font-size: 17px;
    }

    .image-upload > input {
        display: none;
    }

.Image-view {
    margin: 25px 0px;
    margin-right: 10px;
    float: left;
    width: 100%;
    height: 80px;
}

    .Image-view img {
        height: 80px;
        width: 80px;
    }

.overlay {
    opacity: 0;
    transition: .3s ease;
    background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    position: relative;
    bottom: 79px;
    height: 80px;
    width: 80px;
    text-align: right;
}

.Image-view:hover .overlay {
    opacity: 1;
}

.Image-view .icon-trash {
    color: white;
    font-size: 15px;
    position: relative;
    left: 60px;
    top: -103px;
    opacity: 0;
}

.Image-view:hover .icon-trash {
    opacity: 1;
}

.icon-trash:hover {
    color: #eee;
}

.sorting {
    min-width: 120px !important;
}


/*.table-card-head th {
    border: 1px solid white !important;
}*/

.pull-right {
    float: right !important;
}

.custome-checkbox {
    height: 20px;
    width: 20px;
    position: relative;
    top: 6px;
    left: 3px;
}

.mt-30 {
    margin-top: 30px;
}

.w-100 {
    width: 100%;
}

.btn-light.focus, .btn-light:focus, .btn-light:hover, .btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: white;
    background-color: #184787;
}

.modal-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 10px !important;
}



.image-upload-submit {
    background: none;
    padding: 5px;
    color: black;
    /*width: 140px;*/
    border: 1px solid lightgray;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}

    .image-upload-submit label i {
        position: relative;
        bottom: 2px;
    }


    .image-upload-submit i {
        font-size: 20px;
    }

.ss-main .ss-single-selected {
    height: 33px !important;
    border-radius: 15px;
}


#tsum-tabs h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
}

#tsum-tabs p {
    margin: 0 0 20px;
    line-height: 1.5;
}

#tsum-tabs main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}

#tsum-tabs section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

    #tsum-tabs label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
    }

    #tsum-tabs label[for*='1']:before {
        content: '\f1cb';
    }

    #tsum-tabs label[for*='2']:before {
        content: '\f17d';
    }

    #tsum-tabs label[for*='3']:before {
        content: '\f16b';
    }

    #tsum-tabs label[for*='4']:before {
        content: '\f1a9';
    }

    #tsum-tabs label:hover {
        color: #184787;
        cursor: pointer;
    }

#tsum-tabs input:checked + label {
    color: #184787;
    border: 1px solid #ddd;
    border-top: 2px solid #184787;
    border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
    display: block;
}

.section {
    border: 1px solid gray;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 10px;
    background: #f9f9f9;
}

    .section h4 {
        font-size: 20px;
        margin-bottom: 25px;
    }

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }

        #tsum-tabs label:before {
            margin: 0;
            font-size: 18px;
        }

    .section h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .page-title {
        padding: 10px 0px 10px 0px;
    }

    .section {
        padding: 10px;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}

.select2-selection--single .select2-selection__arrow:after {
    top: 20%;
    right: -0.125rem;
    margin-top: -.5rem;
    font-size: 21px;
    background: #00946b;
    padding: 7px;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bgprimary {
    background: #013447;
}

.bgDanger {
    background: #dc3545;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

.card-login {
    max-width: 25rem;
}

.card-register {
    max-width: 40rem;
}

.page-title {
    padding: 10px 0px 10px 0px;
    margin-bottom: 1rem
}

.input-group-text .svg-inline--fa {
    margin: 0px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-10 {
    margin-top: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple {
    min-height: 33px !important;
    border-radius: 15px;
}

.select2-container--default .select2-selection--single {
    min-height: 33px !important;
    border-radius: 15px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px !important;
    }

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 6px !important;
}

.project-label {
    font-weight: 500;
    font-size: 20px;
    color: gray;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.btn-reset {
    background: #184787;
    color: white;
}

    .btn-reset:hover {
        background: #00946b;
        color: white;
    }

.m-t-19 {
    margin: 19px 3px 0px 3px;
}

.m-t-27 {
    margin: 27px 3px 0px 3px;
}

.badge-warning {
    background-color: #ff7043;
}

.toast-container {
    z-index: 99999;
}

.toast {
    border-radius: 15px;
}

.toast-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card {
    width: 100%;
    margin-bottom: 2rem;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border: 0px !important;
    border-radius: 1.25rem;
}

.card-body {
    background: white !important;
    border-radius: 1.25rem;
    padding: 1rem;
}

.profileCardFooter div {
    display: inline-block;
}

.profileCardFooter {
    background: whitesmoke;
    font-size: 20px;
    padding: 20px;
}

.page-content {
    background: #f7f7f7;
}

.ProfileCard {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 8px;
}

.ProfileCardBody {
    background: #00a172;
    padding: 25px;
    color: white;
    font-size: 20px;
}

.SidepopupFilters {
    position: absolute;
    z-index: 9;
    right: 1rem;
    width: 20rem;
    max-height: 80vh;
    overflow: auto
}

    .SidepopupFilters .FilterPosSticky {
        position: sticky;
        bottom: 0rem;
        padding-bottom: 18px;
        background: white;
    }

.page-title h4 {
    color: #013447;
}

label {
    margin-bottom: 5px;
    font-size: 14px;
}

.page-title i {
    font-size: 13px;
}

.page-title h5 {
    font-size: 15px;
}

.form-control {
    border-radius: 7px;
    background: #fff;
    border: 1px solid #E6E6E6;
    color: #B1B1B1;
    min-height: 33px;
    font-size: 13px;
}

    .form-control:focus {
        background-color: #fff;
        border-color: #0b4890;
        outline: 0;
        box-shadow: none !important
    }

.ss-main .ss-single-selected {
    border-radius: 7px !important;
    background: #fff !important;
    border: 1px solid #E6E6E6 !important;
    color: #B1B1B1 !important;
    min-height: 33px !important;
}

span.input-group-addon {
    background: white;
    height: 33px !important;
    border: 1px #dddddd solid;
    border-radius: 7px;
    padding: 5px 10px;
}

.form-select {
    border-radius: 7px;
    background: #fff;
    border: 1px solid #E6E6E6;
    color: #B1B1B1;
    min-height: 33px;
}

.dataTables_length, #DataTable_filter {
    margin: 0 !important
}

.input-group-text {
    border-radius: 7px;
    background: #fff;
    border: 1px solid #E6E6E6;
    color: #B1B1B1;
    min-height: 33px;
}

#DataTable_wrapper .col-sm-12, .DataTable_wrapper .col-sm-12 {
    padding: 0px !important
}
/*card-body {
    overflow: auto;
}*/
.mt-20 {
    margin-top: 20px !important;
}

.mt-4 {
    margin-top: 1.8rem !important;
}

.sidebar {
    /*    transition: 1s !important;*/
    width: 13.875rem;
}

.badge-info {
    color: #fff;
    background-color: #00bcd4;
}

.card-title {
    font-weight: bold;
}

.choosebtn {
    border: 1px solid #dddddd;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
}

.navTabsPos {
    position: sticky !important;
    top: -1px !important;
    z-index: 1 !important;
    background: white !important;
    color: white !important;
}

.btn-action {
    background: #00946b;
    padding: 3px;
    color: white;
}

table tr td, table tr th {
    font-size: 13px;
    white-space: nowrap !important
}

.text-right {
    text-align: right !important
}

table {
    width: 100% !important
}
.UserImage {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 5px;
    height: auto;
    object-fit: cover;
    max-height: 160px;
}
tr th {
    padding: 10px 5px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

td i {
    padding: 5px;
    border-radius: 4px;
    font-size: 13px !important;
    cursor: pointer
}
td .icon-key {
    color: white;
    background: #cd0000;
}
td .icon-printer {
    color: white;
    background: #3c67ff;
}
td .icon-pencil7 {
    color: white;
    background: #304a52;
}

td .icon-eye {
    color: white;
    background: forestgreen;
}

td .icon-import {
    background: #0dcaf0;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr td {
    border: 0px !important;
    padding: 5px !important;
    font-weight: normal;
}

.page-link, .page-item.disabled .page-link {
    color: #1e3fb4;
    margin-top: 10px;
    background: rgba(30, 63, 180, 0.08);
    border: 0px;
    border-radius: 0;
}

.close {
    border: 0px;
    margin: 0;
    font-size: 27px;
    text-align: center;
    color: #1e3fb4;
    cursor:pointer
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    background: #1e3fb4;
    margin: 10px;
    border-radius: 6px;
    color: white;
}

.page-item.active .page-link {
    background-color: #1e3fb4;
    border-color: #1e3fb4;
    border-radius: 6px;
}

.page-item:hover .page-link {
    background-color: #1e3fb4;
    border-color: #1e3fb4;
    border-radius: 6px;
    color: white
}

#DataTable_wrapper > div:nth-child(2) > div:first-child {
    overflow: auto;
    max-height: 65vh;
}

.clickable-style:hover .icon-printer {
    color: white !important;
}

.clickable-style:hover .icon-file-pdf {
    color: white !important;
}


/*Float Button... End Here */
label, tbody, .btn {
    font-weight: 500 !important;
}

.btn-success {
    background-color: #00a172 !important;
}

.badge-danger {
    background-color: #c51f41 !important;
}

.badge-warning {
    background-color: #ff7043 !important;
}

.badge-info {
    background-color: #184787 !important;
}

.badge {
    color: #fff;
    min-width: 70px;
    padding: 6px !important;
    font-size: 10px !important;
}

.badge-size {
    width: 70px;
    padding: 8px 6px 5px 7px;
}

.badge-xs {
    font-size: 9px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-blue {
    background-color: blue;
}

.badge-darkblue {
    background-color: darkblue;
}

.badge-darkred {
    background-color: darkred;
}

.badge-success {
    background-color: #04c430 !important;
}

.badge-Delivered {
    background: #14c514;
}

.badge-info {
    background-color: #1976d2 !important;
}

.badge-primary {
    background-color: #5c4ac7 !important;
}

.badge-warning {
    background-color: #ffb22b !important;
}

.badge-danger {
    background-color: #f00303 !important;
}

.badge-purple {
    background-color: #7460ee !important;
}

.badge-red {
    background-color: #fb3a3a !important;
}

.badge-inverse {
    background-color: #2f3d4a !important;
}

.flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*column-gap: 20px;*/
}

    .flex > .Flex-coumn {
        flex: 1 100px;
        align-self: center;
    }

.MultiFlex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

    .MultiFlex > .MultiFlex-coumn {
        align-self: center;
    }

    .MultiFlex .MultiFlex-coumn-Select {
        margin-left: auto;
    }

        .MultiFlex .MultiFlex-coumn-Select .form-group {
            display: inline-block !important;
            margin-right: 10px;
        }

        .MultiFlex .MultiFlex-coumn-Select select {
            display: inline-block !important;
            margin-right: 10px;
        }

    .MultiFlex .MultiFlex-coumn select {
        display: inline-block !important;
        margin-right: 10px;
    }

    .MultiFlex .MultiFlex-coumn .form-group {
        display: inline-block !important;
        margin-right: 10px;
    }

.MultiFlex-coumn h4 {
    display: inline-block !important
}

.MultiFlex > .MultiFlex-coumn-Select {
    align-self: center;
}

@media(min-width:200px) and (max-width:769px) {

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
        margin-bottom: 10px;
    }

    .navbar-brand {
        width: 150px !important;
    }

    .Customebtn {
        font-size: 11px;
        padding: 8px;
    }

    .flex > .Flex-coumn {
        flex: 1 320px;
    }
}

a[type="button"] {
    color: white !important;
}

.nav-group-sub .nav-link {
    padding: .625rem 1.25rem .625rem 2.5rem !important
}

.float {
    width: fit-content;
    margin-top: 4rem;
    text-align: center;
    z-index: 999999 !important;
    box-shadow: 2px 2px 3px #999;
    cursor: pointer;
    border-radius: 30px !important;
}
/*#DataTable_paginate {
    position: fixed;
    bottom: 30px;
    right: 35px;
    background: #f7f7f7;

    z-index: 9999;
}
.dataTables_info {
    position: fixed;
    bottom: 30px;
 
    background: #f7f7f7;*/
/* top: 40px; */

/*z-index: 9999;
}*/
.ss-single-selected {
    border-radius: 15px !important;
}


.modalclose {
    border: none;
    width: 30px;
    font-weight: bold;
}

#DataTable thead th::before {
    content: '↑';
    position: absolute;
    top: 55%;
    right: -2px;
    transform: translateY(-50%);
    border: solid transparent;
    border-width: 0 4px 4px;
    opacity: 0.5;
}

#DataTable thead th::after {
    content: '↓';
    position: absolute;
    top: 53%;
    right: -2px;
    transform: translateY(-50%);
    border: solid transparent;
    border-width: 4px 0 0;
    opacity: 0.5;
}
@media (min-width:300px) and (max-width:769px){
    .page-title h5{
        margin-bottom:10px;
    }
    .page-title .Flex-coumn button, .page-title .d-flex button {
        margin-bottom: 10px;
    }
    .page-title .w-50 {
     width:100%!important;
    }
    .page-title .d-flex {
        display: inline-block !important;
        width: 100%;
    }
    .ReportHeader {
        display: inline-block !important;
        width: 100%;
        text-align: center;
        margin: -15px 0px !important;
    }
    .ReportHeader img{
        margin-bottom:10px;
    }
    .d-md-none button svg{
        margin:0px!important
    }
    .d-md-none button {
        background: #1e3fb4;
        color: white !important;
        border: 0;
    }
    .SidepopupFilters {
        right: 1rem;
        width: 18rem;
    }
}