﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/* Override Other Class*/
.dataTables_wrapper .dataTables_filter input {
    margin-left: 10px !important;
}

.fa-asterisk {
    color: red;
    font-size: 7px;
    /*padding-left: 1px;*/
    /*padding-right: 2px;*/
    vertical-align: super;
}
/* Override Other Class End*/
.hide {
    display: none;
}

.required-field::after {
    content: "*";
    color: red;
}

.dataTable.table thead th {
    vertical-align: bottom !important;
    border-bottom: 2px solid #dee2e6 !important;
}

table.table-bordered.dataTable {
    border-right-width: 0;
}

table.dataTable {
    clear: both;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.summernoteeditor .note-editor.note-frame.card {
    width: 100%;
}

.dataTables_wrapper .table-bordered > :not(caption) > * > * {
    border-width: 0 1px 1px 0 !important;
}

.dataTables_wrapper table.dataTable.no-footer {
    border-bottom: none;
}

.card .dataTables_wrapper .dataTables_paginate .paginate_button.current, .card .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 3;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dt-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.buttons-html5 {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

.dataTables_wrapper .custom-select-sm {
    font-size: 1rem;
}

.dataTables_wrapper .form-check {
    padding-left: 2.5em;
}

.dt-buttons {
    display: inline-flex;
    vertical-align: middle;
}

    .dt-buttons > .dt-button:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .dt-buttons > .dt-button:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .dt-buttons > .dt-button {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .dt-buttons > .dt-button:not(:first-child) {
            margin-left: -1px;
        }

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-collapse.sidebar-mini .main-sidebar .sidebar .nav-sidebar .nav-link {
    width: calc(250px - 0.5rem * 2);
}

.multiselect-container {
    max-height: 300px;
    overflow: auto;
}

.dataTables_length {
    float: left;
    margin-right: 2%;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-link p {
        white-space: normal !important;
        display: inline !important;
    }
}
/*Toggle Switch Checkbox */
.dataTables_length {
    display: inline-block;
    padding-right: 30px;
}


/*.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.toasts-top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1040
}

    .toasts-top-right.fixed {
        position: fixed
    }

.toasts-top-left {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1040
}

    .toasts-top-left.fixed {
        position: fixed
    }

.toasts-bottom-right {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1040
}

    .toasts-bottom-right.fixed {
        position: fixed
    }

.toasts-bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1040
}

    .toasts-bottom-left.fixed {
        position: fixed
    }

.dark-mode .toast {
    background-color: rgba(52,58,64,.85);
    color: #fff
}

    .dark-mode .toast .toast-header {
        background-color: rgba(52,58,64,.7);
        color: #f8f9fa
    }

    .dark-mode .toast.bg-primary {
        background-color: rgba(63,103,145,.9) !important
    }

        .dark-mode .toast.bg-primary .close, .dark-mode .toast.bg-primary .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-primary .toast-header {
            background-color: rgba(63,103,145,.85);
            color: #fff
        }

    .dark-mode .toast.bg-secondary {
        background-color: rgba(108,117,125,.9) !important
    }

        .dark-mode .toast.bg-secondary .close, .dark-mode .toast.bg-secondary .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-secondary .toast-header {
            background-color: rgba(108,117,125,.85);
            color: #fff
        }

    .dark-mode .toast.bg-success {
        background-color: rgba(0,188,140,.9) !important
    }

        .dark-mode .toast.bg-success .close, .dark-mode .toast.bg-success .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-success .toast-header {
            background-color: rgba(0,188,140,.85);
            color: #fff
        }

    .dark-mode .toast.bg-info {
        background-color: rgba(52,152,219,.9) !important
    }

        .dark-mode .toast.bg-info .close, .dark-mode .toast.bg-info .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-info .toast-header {
            background-color: rgba(52,152,219,.85);
            color: #fff
        }

    .dark-mode .toast.bg-warning {
        background-color: rgba(243,156,18,.9) !important
    }

        .dark-mode .toast.bg-warning .toast-header {
            background-color: rgba(243,156,18,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-danger {
        background-color: rgba(231,76,60,.9) !important
    }

        .dark-mode .toast.bg-danger .close, .dark-mode .toast.bg-danger .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-danger .toast-header {
            background-color: rgba(231,76,60,.85);
            color: #fff
        }

    .dark-mode .toast.bg-light {
        background-color: rgba(248,249,250,.9) !important
    }

        .dark-mode .toast.bg-light .toast-header {
            background-color: rgba(248,249,250,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-dark {
        background-color: rgba(52,58,64,.9) !important
    }

        .dark-mode .toast.bg-dark .close, .dark-mode .toast.bg-dark .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-dark .toast-header {
            background-color: rgba(52,58,64,.85);
            color: #fff
        }

    .dark-mode .toast.bg-lightblue {
        background-color: rgba(134,186,216,.9) !important
    }

        .dark-mode .toast.bg-lightblue .toast-header {
            background-color: rgba(134,186,216,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-navy {
        background-color: rgba(0,44,89,.9) !important
    }

        .dark-mode .toast.bg-navy .close, .dark-mode .toast.bg-navy .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-navy .toast-header {
            background-color: rgba(0,44,89,.85);
            color: #fff
        }

    .dark-mode .toast.bg-olive {
        background-color: rgba(116,200,163,.9) !important
    }

        .dark-mode .toast.bg-olive .toast-header {
            background-color: rgba(116,200,163,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-lime {
        background-color: rgba(103,255,169,.9) !important
    }

        .dark-mode .toast.bg-lime .toast-header {
            background-color: rgba(103,255,169,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-fuchsia {
        background-color: rgba(246,114,216,.9) !important
    }

        .dark-mode .toast.bg-fuchsia .toast-header {
            background-color: rgba(246,114,216,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-maroon {
        background-color: rgba(237,108,155,.9) !important
    }

        .dark-mode .toast.bg-maroon .toast-header {
            background-color: rgba(237,108,155,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-blue {
        background-color: rgba(63,103,145,.9) !important
    }

        .dark-mode .toast.bg-blue .close, .dark-mode .toast.bg-blue .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-blue .toast-header {
            background-color: rgba(63,103,145,.85);
            color: #fff
        }

    .dark-mode .toast.bg-indigo {
        background-color: rgba(102,16,242,.9) !important
    }

        .dark-mode .toast.bg-indigo .close, .dark-mode .toast.bg-indigo .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-indigo .toast-header {
            background-color: rgba(102,16,242,.85);
            color: #fff
        }

    .dark-mode .toast.bg-purple {
        background-color: rgba(111,66,193,.9) !important
    }

        .dark-mode .toast.bg-purple .close, .dark-mode .toast.bg-purple .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-purple .toast-header {
            background-color: rgba(111,66,193,.85);
            color: #fff
        }

    .dark-mode .toast.bg-pink {
        background-color: rgba(232,62,140,.9) !important
    }

        .dark-mode .toast.bg-pink .close, .dark-mode .toast.bg-pink .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-pink .toast-header {
            background-color: rgba(232,62,140,.85);
            color: #fff
        }

    .dark-mode .toast.bg-red {
        background-color: rgba(231,76,60,.9) !important
    }

        .dark-mode .toast.bg-red .close, .dark-mode .toast.bg-red .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-red .toast-header {
            background-color: rgba(231,76,60,.85);
            color: #fff
        }

    .dark-mode .toast.bg-orange {
        background-color: rgba(253,126,20,.9) !important
    }

        .dark-mode .toast.bg-orange .toast-header {
            background-color: rgba(253,126,20,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-yellow {
        background-color: rgba(243,156,18,.9) !important
    }

        .dark-mode .toast.bg-yellow .toast-header {
            background-color: rgba(243,156,18,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-green {
        background-color: rgba(0,188,140,.9) !important
    }

        .dark-mode .toast.bg-green .close, .dark-mode .toast.bg-green .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-green .toast-header {
            background-color: rgba(0,188,140,.85);
            color: #fff
        }

    .dark-mode .toast.bg-teal {
        background-color: rgba(32,201,151,.9) !important
    }

        .dark-mode .toast.bg-teal .close, .dark-mode .toast.bg-teal .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-teal .toast-header {
            background-color: rgba(32,201,151,.85);
            color: #fff
        }

    .dark-mode .toast.bg-cyan {
        background-color: rgba(52,152,219,.9) !important
    }

        .dark-mode .toast.bg-cyan .close, .dark-mode .toast.bg-cyan .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-cyan .toast-header {
            background-color: rgba(52,152,219,.85);
            color: #fff
        }

    .dark-mode .toast.bg-white {
        background-color: rgba(255,255,255,.9) !important
    }

        .dark-mode .toast.bg-white .toast-header {
            background-color: rgba(255,255,255,.85);
            color: #1f2d3d
        }

    .dark-mode .toast.bg-gray {
        background-color: rgba(108,117,125,.9) !important
    }

        .dark-mode .toast.bg-gray .close, .dark-mode .toast.bg-gray .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-gray .toast-header {
            background-color: rgba(108,117,125,.85);
            color: #fff
        }

    .dark-mode .toast.bg-gray-dark {
        background-color: rgba(52,58,64,.9) !important
    }

        .dark-mode .toast.bg-gray-dark .close, .dark-mode .toast.bg-gray-dark .mailbox-attachment-close {
            color: #fff;
            text-shadow: 0 1px 0 #000
        }

        .dark-mode .toast.bg-gray-dark .toast-header {
            background-color: rgba(52,58,64,.85);
            color: #fff
        }

.toast.bg-primary {
    background-color: rgba(0,123,255,.9) !important
}

    .toast.bg-primary .close, .toast.bg-primary .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-primary .toast-header {
        background-color: rgba(0,123,255,.85);
        color: #fff
    }

.toast.bg-secondary {
    background-color: rgba(108,117,125,.9) !important
}

    .toast.bg-secondary .close, .toast.bg-secondary .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-secondary .toast-header {
        background-color: rgba(108,117,125,.85);
        color: #fff
    }

.toast.bg-success {
    background-color: rgba(40,167,69,.9) !important
}

    .toast.bg-success .close, .toast.bg-success .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-success .toast-header {
        background-color: rgba(40,167,69,.85);
        color: #fff
    }

.toast.bg-info {
    background-color: rgba(23,162,184,.9) !important
}

    .toast.bg-info .close, .toast.bg-info .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-info .toast-header {
        background-color: rgba(23,162,184,.85);
        color: #fff
    }

.toast.bg-warning {
    background-color: rgba(255,193,7,.9) !important
}

    .toast.bg-warning .toast-header {
        background-color: rgba(255,193,7,.85);
        color: #1f2d3d
    }

.toast.bg-danger {
    background-color: rgba(220,53,69,.9) !important
}

    .toast.bg-danger .close, .toast.bg-danger .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-danger .toast-header {
        background-color: rgba(220,53,69,.85);
        color: #fff
    }

.toast.bg-light {
    background-color: rgba(248,249,250,.9) !important
}

    .toast.bg-light .toast-header {
        background-color: rgba(248,249,250,.85);
        color: #1f2d3d
    }

.toast.bg-dark {
    background-color: rgba(52,58,64,.9) !important
}

    .toast.bg-dark .close, .toast.bg-dark .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-dark .toast-header {
        background-color: rgba(52,58,64,.85);
        color: #fff
    }

.toast.bg-lightblue {
    background-color: rgba(60,141,188,.9) !important
}

    .toast.bg-lightblue .close, .toast.bg-lightblue .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-lightblue .toast-header {
        background-color: rgba(60,141,188,.85);
        color: #fff
    }

.toast.bg-navy {
    background-color: rgba(0,31,63,.9) !important
}

    .toast.bg-navy .close, .toast.bg-navy .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-navy .toast-header {
        background-color: rgba(0,31,63,.85);
        color: #fff
    }

.toast.bg-olive {
    background-color: rgba(61,153,112,.9) !important
}

    .toast.bg-olive .close, .toast.bg-olive .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-olive .toast-header {
        background-color: rgba(61,153,112,.85);
        color: #fff
    }

.toast.bg-lime {
    background-color: rgba(1,255,112,.9) !important
}

    .toast.bg-lime .toast-header {
        background-color: rgba(1,255,112,.85);
        color: #1f2d3d
    }

.toast.bg-fuchsia {
    background-color: rgba(240,18,190,.9) !important
}

    .toast.bg-fuchsia .close, .toast.bg-fuchsia .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-fuchsia .toast-header {
        background-color: rgba(240,18,190,.85);
        color: #fff
    }

.toast.bg-maroon {
    background-color: rgba(216,27,96,.9) !important
}

    .toast.bg-maroon .close, .toast.bg-maroon .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-maroon .toast-header {
        background-color: rgba(216,27,96,.85);
        color: #fff
    }

.toast.bg-blue {
    background-color: rgba(0,123,255,.9) !important
}

    .toast.bg-blue .close, .toast.bg-blue .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-blue .toast-header {
        background-color: rgba(0,123,255,.85);
        color: #fff
    }

.toast.bg-indigo {
    background-color: rgba(102,16,242,.9) !important
}

    .toast.bg-indigo .close, .toast.bg-indigo .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-indigo .toast-header {
        background-color: rgba(102,16,242,.85);
        color: #fff
    }

.toast.bg-purple {
    background-color: rgba(111,66,193,.9) !important
}

    .toast.bg-purple .close, .toast.bg-purple .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-purple .toast-header {
        background-color: rgba(111,66,193,.85);
        color: #fff
    }

.toast.bg-pink {
    background-color: rgba(232,62,140,.9) !important
}

    .toast.bg-pink .close, .toast.bg-pink .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-pink .toast-header {
        background-color: rgba(232,62,140,.85);
        color: #fff
    }

.toast.bg-red {
    background-color: rgba(220,53,69,.9) !important
}

    .toast.bg-red .close, .toast.bg-red .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-red .toast-header {
        background-color: rgba(220,53,69,.85);
        color: #fff
    }

.toast.bg-orange {
    background-color: rgba(253,126,20,.9) !important
}

    .toast.bg-orange .toast-header {
        background-color: rgba(253,126,20,.85);
        color: #1f2d3d
    }

.toast.bg-yellow {
    background-color: rgba(255,193,7,.9) !important
}

    .toast.bg-yellow .toast-header {
        background-color: rgba(255,193,7,.85);
        color: #1f2d3d
    }

.toast.bg-green {
    background-color: rgba(40,167,69,.9) !important
}

    .toast.bg-green .close, .toast.bg-green .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-green .toast-header {
        background-color: rgba(40,167,69,.85);
        color: #fff
    }

.toast.bg-teal {
    background-color: rgba(32,201,151,.9) !important
}

    .toast.bg-teal .close, .toast.bg-teal .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-teal .toast-header {
        background-color: rgba(32,201,151,.85);
        color: #fff
    }

.toast.bg-cyan {
    background-color: rgba(23,162,184,.9) !important
}

    .toast.bg-cyan .close, .toast.bg-cyan .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-cyan .toast-header {
        background-color: rgba(23,162,184,.85);
        color: #fff
    }

.toast.bg-white {
    background-color: rgba(255,255,255,.9) !important
}

    .toast.bg-white .toast-header {
        background-color: rgba(255,255,255,.85);
        color: #1f2d3d
    }

.toast.bg-gray {
    background-color: rgba(108,117,125,.9) !important
}

    .toast.bg-gray .close, .toast.bg-gray .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-gray .toast-header {
        background-color: rgba(108,117,125,.85);
        color: #fff
    }

.toast.bg-gray-dark {
    background-color: rgba(52,58,64,.9) !important
}

    .toast.bg-gray-dark .close, .toast.bg-gray-dark .mailbox-attachment-close {
        color: #fff;
        text-shadow: 0 1px 0 #000
    }

    .toast.bg-gray-dark .toast-header {
        background-color: rgba(52,58,64,.85);
        color: #fff
    }

#toast-container .toast {
    background-color: #007bff
}

#toast-container .toast-success {
    background-color: #28a745
}

#toast-container .toast-error {
    background-color: #dc3545
}

#toast-container .toast-info {
    background-color: #17a2b8
}

#toast-container .toast-warning {
    background-color: #ffc107
}

.toast-bottom-full-width .toast, .toast-top-full-width .toast {
    max-width: inherit
}*/

.profile-form .ms-options-wrap > button, .profile-form .ms-options-wrap > button:focus, .ms-options-wrap > button {
    text-align: left;
    border: 1px solid #394959;
    background-color: #fff;
    padding: .375rem .75rem;
    margin-top: unset;
    font-size: 14px;
    color: #212529;
    outline: none;
    white-space: nowrap;
}

    .profile-form .ms-options-wrap > button:after {
        border-top-color: #040404;
        right: 10px;
    }

.profile-form .ms-options ul {
    list-style: none;
}

.daterangepicker .calendar-table td {
    padding: 0 !important;
}
button.cancelBtn.btn.btn-sm.btn-default {
    color: #3c4949 !important
}