/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(53, 53, 86, 0.45);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #353556bf;
}

a {
    color: #6c63ff;
}

.theme-color li.active a{
    color: rgba(116, 107, 255, 0.47);
}
.theme-color li a{
    text-decoration: none;
    color: #999;
    font-weight:500;
}

@media screen and (max-width: 768px) {
   .dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer .col-sm-12.col-md-5,  .dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer .col-sm-12.col-md-6{
       padding-right: 0px;
   }
    .dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer .col-sm-12.col-md-7,
    .dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer .col-sm-12.col-md-6{
        padding-left: 0px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: center!important;
    }

    .white-box.card .d-block.text-center .btn.btn-success{
        margin-bottom: 8px;
    }
}

#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin1] .pro-name span, #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin2] .pro-name span, #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin3] .pro-name span, #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin1] .pro-name span, #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin2] .pro-name span, #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin3] .pro-name span, #main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin1] .pro-name span, #main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin2] .pro-name span, #main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin3] .pro-name span, #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin1] .pro-name span, #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin2] .pro-name span, #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin3] .pro-name span {
    opacity: 3.5;
}

.as-logo-icon{
    height: 45px;
    margin-left: 5px;
}


.width-3 {
    width: .75rem !important
}

.width-4 {
    width: 1rem !important
}

.width-5 {
    width: 1.25rem !important
}

.width-6 {
    width: 1.5rem !important
}

.width-9 {
    width: 2.25rem !important
}

.width-10 {
    width: 2.5rem !important
}

.width-12 {
    width: 3rem !important
}

.width-16 {
    width: 4rem !important
}

.width-20 {
    width: 5rem !important
}

.width-64 {
    width: 16rem !important
}

.height-3 {
    height: .75rem !important
}

.height-4 {
    height: 1rem !important
}

.height-5 {
    height: 1.25rem !important
}

.height-6 {
    height: 1.5rem !important
}

.height-8 {
    height: 2rem !important
}

.height-9 {
    height: 2.25rem !important
}

.height-10 {
    height: 2.5rem !important
}

.height-12 {
    height: 3rem !important
}

.height-14 {
    height: 3.5rem !important
}

.height-16 {
    height: 4rem !important
}

.height-20 {
    height: 5rem !important
}

. {
    background-color: #f3f3f5
}

.bg-base-1 {
    background-color: #f5f5f5
}

.bg-base-2 {
    background-color: #fafafa
}

/*svg.fill-current {*/
/*    fill: none !important;*/
/*}*/

svg.text-muted {
    color: #000000 !important;
}

.page-wrapper {
    background: unset;
}

@media (min-width: 768px) {
    #main-wrapper[data-layout=horizontal] {
        background: #f3f3f5;
    }
}

#main-wrapper {
    min-height: 100vh;
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #262626;
    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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .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
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #262626;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 99, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #6c63ff;
    border-color: #6c63ff
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #483dff;
    border-color: #3c30ff
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 122, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6c63ff;
    border-color: #6c63ff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3c30ff;
    border-color: #3023ff
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 122, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #757575;
    border-color: #757575
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #626262;
    border-color: #5c5c5c
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 54.1%, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #757575;
    border-color: #757575
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #555
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 54.1%, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

/*.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {*/
/*    color: #fff;*/
/*    background-color: #1e7e34;*/
/*    border-color: #1c7430*/
/*}*/

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.show > .btn-warning.dropdown-toggle {
    color: #262626;
    background-color: #d39e00;
    border-color: #c69500
}

.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #262626;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    color: #262626;
    background-color: #e2e2e2;
    border-color: #dcdcdc
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 83.9%, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #262626;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #262626;
    background-color: #dcdcdc;
    border-color: #d5d5d5
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 83.9%, .5)
}

.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #222;
    border-color: #1b1b1b
}

.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(88, 88, 88, .5)
}

.btn-outline-primary {
    color: #6c63ff;
    border-color: #6c63ff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #6c63ff;
    border-color: #6c63ff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 99, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #6c63ff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6423c9;
    border-color: #6423c9
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 99, 255, .5)
}

.btn-outline-secondary {
    color: #757575;
    border-color: #757575
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #757575;
    border-color: #757575
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 45.9%, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #757575;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #757575;
    border-color: #757575
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 45.9%, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.show > .btn-outline-warning.dropdown-toggle {
    color: #262626;
    background-color: #ffc107;
    border-color: #ffc107
}

.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.show > .btn-outline-light.dropdown-toggle {
    color: #262626;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.1%, .5)
}

.btn-outline-dark {
    color: #3b3b3b;
    border-color: #3b3b3b
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 59, 59, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3b3b3b;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 59, 59, .5)
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header {
    border-right: 0px;
}

.auth-wrapper {
    min-height: auto;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #6c63ff;
    background-color: #6c63ff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #000;
}

a:hover {
    color: #6c63ffc7;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ddddddc7;
}

.text-primary {
    color: #6c63ff!important;
}

.progress-bar {
    background-color: #726aff;
}

.bg-primary {
    background-color: #6c63ff!important;
}

.page-wrapper>div>.container{
    min-height: 71vh;
}

body {
    background: #f5f5f5;
}

.dropdown-item {
    color: #343a40;
}

@media (min-width: 768px) {
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .hide-sidebar-item {
        display: none;
    }
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .hide-sidebar-item {
        display: block;
    }
}

.mailbox .message-center {
    height: auto !important;
    max-width: 440px;
    overflow: hidden !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #343455;
    border-color: #343455;
}

.page-link {
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #343455;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.badge-primary {
    color: #fff;
    background-color: #353556;
}

code {
    color: #353556;
    word-break: break-word;
}

.page-link:hover {
    z-index: 2;
    color: #6c63ff;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.text-body, .text-muted {
    color: #484848 !important
}

.alert-secondary {
    color: #383d41;
    background-color: #edf3ff;
    border-color: #bbd1fd;
}

.card-footer, .card-header {
    padding: 0.75rem 1.25rem;
    color: #1b1b54;
    font-size: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
}

.btn-warning {
    background-color: #ffaf30 !important;
    border-color: #ffaf30 !important;
}

.icon-circle{
    border: 1px solid;
    border-radius: 50%;
    padding: 2px;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(88 87 88 / 50%);
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 0px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

li.fas,i.fas,li.far,i.far{
    margin-right: 1px;
}

@media (min-width: 576px) {
    .container {
        max-width: 710px;
    }
}

@media (min-width: 768px)
{
    .container {
        max-width: 900px;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1600px){
    .container {
        max-width: 1370px;
    }
}

.table-responsive {
    overflow-x: clip !important;
}

.dropdown-item {
    padding: 7px 7px;
}

body {
    color: #5c5b5b;
}

.select2-container {
    width: 100% !important;
    min-width: 218px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,.select2-results__option {
    font-size: 13px;
}

.select2-container .select2-selection--single {
    height: 37px !important;
    padding: 3px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}
td{
    vertical-align: inherit !important;
}

.jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: 16px !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-bottom: 0.25em;
}

span.help-block {
    color: #9c989f;
    font-size: 13px;
}

.sidebar-content .table td, .table th {
    padding: 5px !important;
}

footer div.main-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer div.main-footer .cta {
    font-weight: 700;
    font-size: 20px;
}

section.other-short-links {
    margin-top: 50px !important;
}

.front-dropdown{
    top:unset
}

svg.social-svg{
    fill: currentColor !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #353556!important;
}

.div-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    margin-top: 5.625rem;
    padding: 0;
}

.div-settings .setting {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-settings a {
    height: 100%;
    display: block;
    border: 1px solid #DADADA;
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-decoration: none;
    color: inherit;
    font-size: 1.25rem;
}

.div-settings a .cover {
    height: 38px;
    margin-right: auto;
    margin-bottom: 4.375rem;
}

.div-settings a .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.div-settings a .description {
    font-size: 0.875rem;
}

.settings-page main header,
body.document-page main header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.settings-page main header .title,
body.document-page main header .title {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    margin-bottom: 3.75rem;
}

.settings-page main header .updated,
body.document-page main header .updated {
    margin: 0;
}

.round, .round.round-items {
    background: #78769b;
}

.page-wrapper .page-header .page-title {
    font-size: 25px !important;
}

.mfp-figure {
    /*//min-height: 500px;*/
}

.mfp-image-holder .mfp-content {
    min-width: 40%;

}

img.mfp-img {
    min-width: 100%;
}

.text-secondary {
    color: #000000!important;
}

.text-danger {
    color: #e30e0e!important;
}

.error-box {
    background-size: contain;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}
.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
}
.btn-dark:hover{
    color:white
}

table.dataTable tbody tr {
    border-bottom: 1px solid #dbdbdb;
}

.td-link-url{
    max-width: 270px;
    overflow: hidden;
}

button:focus {
    outline: 0px !important;
}

@media (max-width: 767px) {
    .topbar .top-navbar .navbar-header {
        top: 0px;
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #6c63ff;
    background-color: #ffffff;
    border-bottom: 2px solid;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 15px !important;
}

.btn-block-ip{
    color: #ff5d56;
}

.btn-block-ip:hover{
    color: #ab0000;
}

.btn-unblock-ip{
    color: #ff5d56;
}

.btn-unblock-ip:hover{
    color: #ab0000;
}

.bs-tooltip-bottom{
    margin-top: 20px !important;
}

.a-verify-link{
    color: #6423c9;
    font-weight: bold;
}

.field_required{
    color:red
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 1;
    color: #fff !important;
    background-color: #343455 !important;
    border-color: #343455 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    z-index: 1;
    color: #fff !important;
    background-color: #343455 !important;
    border-color: #343455 !important;
    background: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5rem 0.75rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    color: #343455 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
}

td.child .dropdown-menu-right {
    left: 100px !important;
}
