h2 {
    font-size: 20px;
    line-height: 23px;
}

.navbar-custom {
    background: linear-gradient(45deg, #2a0d7e, #3b14ab);
}

.leftbar-tab-menu .main-icon-menu {
    background: linear-gradient(45deg, #2a0d7e, #3b14ab);
}

.navbar-custom .nav-link {
    color: #fff;
}

.leftbar-tab-menu .main-icon-menu .nav-link:active,
.leftbar-tab-menu .main-icon-menu .nav-link.active {
    color: #00ffc8;
}

.navbar-custom .topbar-nav li.show .nav-link {
    color: #fff;
}

.nav-user img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 2px;
}

.tooltip.tooltip-custom .tooltip-inner,
.tooltip.tooltip-sky .tooltip-inner {
    background: #000;
    color: #fff;
    font-weight: 500;
}

.tooltip.tooltip-custom.bs-tooltip-right .arrow::before,
.tooltip.tooltip-sky.bs-tooltip-right .arrow::before {
    border-right-color: #000;
}

li.custom-center {
    margin-left: 50%;
    transform: translate(-50%, 0);
}

.show > .dropdown-menu {
    display: flex;
    flex-flow: column;
    width: 100%;
    min-width: 350px;
    max-width: 350px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 0 white, 8px 8px 8px rgb(0 0 0 / 15%);
}

.show > .dropdown-menu.dropdown-menu-right {
    min-width: auto;
    max-width: fit-content;
}

.navbar-custom .topbar-nav li.show .nav-link {
    background: transparent;
}

.search-icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 20px;
}

.dropdown-menu label {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu input {
    border: none;
    outline: none;
    width: 100%;
}

.dropdown-menu .company {
    max-height: 300px;
    overflow-y: auto;
}

.company .company__link {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 5px 20px;
}

.company .company__link:hover {
    background-color: rgba(19, 19, 138, 0.05);
}

.dropdown-menu a:hover {
    color: #1818ab;
}

.company .logotype {
    width: 32px;
    height: 32px;
    max-width: 100%;
    max-height: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(10, 10, 71, 0.25);
    border-radius: 5px;
    padding: 2px;
    overflow: hidden;
    object-fit: contain;
    margin-right: 10px;
}

.company .info {
    display: flex;
    flex-flow: column;
}

.info .info__title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #3b3b6c;
    margin: 0;
}

.company__link.active {
    position: relative;
}

.company__link.active .info__title {
    color: #1818ab;
}

.company__link.active:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1a1ab7;
    right: 30px;
    top: 18px;
}

.dropdown.custom-center.show .mdi-chevron-down::before,
.hidden-sm.show .mdi-chevron-down::before,
.dropdown.show .mdi-chevron-down::before {
    transform: rotate(180deg);
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background: linear-gradient(45deg, #4201ff08, #3712a259);
}

.info .info__region {
    font-size: 11px;
    line-height: 15px;
    color: #8484a3;
    margin: 0;
}

.location {
    display: flex;
    flex-flow: column;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}

.location a {
    font-size: 15px;
    line-height: 18px;
    line-height: 20px;
    color: #3b3b6c;
    font-weight: 500;
    margin: 5px 0;
}

.bg-group {
    background-color: #f6fcff;
}

.nav-tabs,
.nav-link.active {
    color: #fff;
    /*background-color: #edf0f5;*/
    border-color: #eaf0f9 #eaf0f9 #1b1c56;
}

.main-icon-menu svg path {
    transition: fill 0.3s linear;
}

.main-icon-menu svg:hover {
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

.main-icon-menu svg:hover path {
    stroke-width: 0.5px;
    animation: svg-hover 1s forwards linear;
    border: none;
    outline: none;
}

.main-icon-menu .nav-link.active svg:hover path {
    stroke-width: 0.5px;
    animation: svg-active 1s forwards linear;
    border: none;
    outline: none;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
    background: url(../img/next.svg) 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
    background: url(../img/prev.svg) 50% no-repeat;
    background-size: contain;
    cursor: pointer;
}

.list-group-item.active {
    color: #ffffff;
    background: linear-gradient(45deg, #2a0d7e, #3b14ab);
    border: none;
    border-bottom: 1px solid #506ee4;
}

.list-group-item.active::before {
    display: none;
}

#MainMenu {
    background: #fff;
}

#MainMenu a {
    display: flex;
    flex-flow: row;
    align-items: center;
    min-height: 50px;
    justify-content: space-between;
    border-bottom: 1px solid #eceff5;
    border-radius: 0px;
}

.list-group-item {
    border-bottom: none;
}

.collapse.show {
    position: relative;
    margin-left: 15px;
    /* border-left: 1px solid #35129b5e; */
    border-radius: 0px;
    transition: all 0.1s linear;
}

.collapse.show:first-child {
    border: none;
    margin: 0;
}

.collapse.show:nth-child(n + 2) a:first-child {
    transition: all 0.1s linear;
}

/* .collapse.show:nth-child(n+2) a:first-child::before{
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-bottom: 5px solid #2f4d8a;
    top: -6px;
    left: -6px;
} */
.list-group-item .fa-caret-right {
    transform: rotate(90deg);
}

.list-group-item[aria-expanded="true"] .fa-caret-right {
    transform: rotate(-90deg);
}

#visit-index td:last-child {
    cursor: pointer;
}

#visit-index a svg {
    margin: 0 3px;
}

#visit-index a[aria-label="Delete"] svg:hover path,
#visit-index a[aria-label="Видалити"] svg:hover path {
    fill: #ff6a6a;
}

#visit-index a[aria-label="Update"] svg:hover path,
#visit-index a[aria-label="Оновити"] svg:hover path {
    fill: #0b9d44;
}

#visit-index a[aria-label="View"] svg:hover path,
#visit-index a[aria-label="Переглянути"] svg:hover path {
    fill: #430b9d;
}

#visit-index .calendar {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #fff;
    width: 100%;
    max-width: 180px;
    height: 38px;
    left: 50%;
    transition: all 0.3s linear;
    transform: translate(-50%, -100%);
    float: none;
    box-shadow: 0 3px 14px 0px #8b8b8b30;
}

#analytics-index .calendar {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #fff;
    width: 100%;
    max-width: 180px;
    height: 38px;
    left: 50%;
    transition: all 0.3s linear;
    transform: translate(-50%, -100%);
    float: none;
    box-shadow: 0 3px 14px 0px #8b8b8b30;
    top: 35px;
}

#visit-index .calendar:hover {
    box-shadow: none;
}

#analytics-index .calendar:hover {
    box-shadow: none;
}

#visit-index input[name="startAt"] {
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    background: transparent;
    padding-left: 40px;
    z-index: 3;
    cursor: pointer;
}

#visit-index .calendar svg {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 18px;
    height: 18px;
    z-index: 1;
    transition: all 0.3s linear;
}

#visit-index .calendar:hover svg path,
#visit-index .calendar:hover svg circle {
    animation: svg-calendar 0.4s forwards linear;
}

#analytics-index .calendar svg {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 18px;
    height: 18px;
    z-index: 1;
    transition: all 0.3s linear;
}

#analytics-index .calendar:hover svg path,
#analytics-index .calendar:hover svg circle {
    animation: svg-calendar 0.4s forwards linear;
}

.field-company-logofile {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.field-company-logofile .control-label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.field-company-logofile input[type="file"] {
    cursor: pointer;
}

.page-content-tab {
    padding-top: 40px;
}

#rightsModal .header-title {
    color: #056ba3;
}

.modal-sidebar .modal-user {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.modal-sidebar .modal-user .user-initial,
.modal-sidebar .modal-user .edit-user {
    display: flex;
    width: 100%;
}

.modal-sidebar .modal-user .user-initial {
    flex-flow: row;
    align-items: center;
}

.modal-sidebar .modal-user .edit-user {
    flex-flow: column;
    margin: 10px 0;
}

.modal-sidebar .modal-user .edit-user div {
    padding: 0;
}

#visit_info_container .header img {
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 30px;
    width: 60px;
    height: 60px;
}

#visit_info_container .visitor_name {
    color: #0a0a47;
    font-size: 20px;
}

#visit_info_container .bookmarks .bookmarks_list {
    display: flex;
    position: relative;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 40px;
    z-index: 1;
}

#visit_info_container .bookmarks li {
    position: relative;
    background: #fff;
    list-style: none;
    float: left;
    padding: 5px 0;
    width: 45%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

#visit_info_container .bookmarks li.active {
    color: #000;
    display: block;
    outline: none;
}

#visit_info_container .bookmarks li.active::before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 2px 3px rgb(68 35 171 / 50%);
    top: 50%;
    bottom: 0px;
    left: 5px;
    right: 5px;
    border-radius: 100px / 10px;
}

#visit_info_container .bookmarks li.active::after {
    content: "";
    background: #fafafa;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    transform: rotate(45deg);
    box-shadow: inset 3px 3px 3px rgb(101 22 255 / 50%), inset 1px 1px 1px rgb(0 0 0 / 30%);
}

#visit_info_container .date {
    border: 1px solid #54c9b1;
    padding: 10px;
    border-radius: 3px;
}

#visit_info_container .date .time_checkout {
    color: #fff;
    background: #54c9b1;
    padding: 0 5px;
    border-radius: 3px;
}

#visit_info_container .date .time_checkin {
    color: #fff;
    background: #8e91b3;
    padding: 0 5px;
    border-radius: 3px;
}

#visit_info_container .date span {
    float: right;
}

#visit_info_container .date span.separator {
    color: #090415;
    font-size: 14px;
    line-height: 18px;
    margin: 0 5px;
}

#visit_info_container .host .label {
    padding: 20px 0;
}

#visit_info_container .host .visit-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding: 0;
    padding-top: 20px;
    margin-bottom: 10px;
}

#visit_info_container .bookmarks-wrapper {
    margin-top: 20px;
}

#visit_info_container .host .info {
    background: linear-gradient(50deg, #0f74bb26, #6d3ac33d);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

#visit_info_container .host img {
    width: 40px;
    border-radius: 20px;
    height: 40px;
    margin: 0 20px 20px 0;
}

#visit_info_container .host .phones {
    font-size: 12px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
}

#visit_info_container .host .phones li {
    display: flex;
    flex-flow: row wrap;
    font-weight: 600;
    padding: 0;
    margin: 3px 0;
}

#visit_info_container .host .phones li a {
    text-transform: none;
    font-weight: 500;
    padding-left: 10px;
}

#visit_info_container .host .name {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}

#visit_info_container .host img {
    float: left;
}

#visit_info_container .info_details {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
}

#visit_info_container .info_details li {
    list-style: none;
    padding: 10px 0;
}

#visit_info_container .info_details li .label {
    float: left;
    text-align: left;
    font-weight: 600;
    padding: 0;
}

#visit_info_container .bookmark-body > div {
    display: none;
}

#visit_info_container .bookmark-body > div.active {
    display: block;
}

#small-dialog > div {
    min-height: 100%;
    height: auto !important;
}

#visit_info_container .bookmark-body .log_list ul {
    padding: 0;
}

#visit_info_container .bookmark-body .log_list li {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    padding: 0 20px;
    margin-bottom: 6px;
    border: 1px solid #cccccc7d;
}

#visit_info_container .bookmark-body .log_list li:nth-child(2n) {
    background: #cccccc4a;
}

#visit_info_container .bookmark-body .log_list li b:nth-child(1) {
    position: absolute;
    background: #506ee4;
    padding: 0 5px;
    left: -25px;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 10px;
    transform: rotate(-90deg);
    color: #fff;
    z-index: 1;
}

#visit_info_container .bookmark-body .log_list li b.EXPECTED {
    background: #506ee4;
}

#visit_info_container .bookmark-body .log_list li b.ON-SITE {
    background: #07941c;
}

#visit_info_container .bookmark-body .log_list li b.Check-IN {
    background: #217966;
}

#visit_info_container .bookmark-body .log_list li b.Check-OUT {
    background: #f79d08;
}

#visit_info_container .bookmark-body li {
    display: flex;
    flex-flow: column;
    list-style: none;
    padding: 10px 0;
    clear: both;
}

#visit_info_container .log_list_tab {
    padding: 0;
}

#visit_info_container .log_list_tab li {
    display: flex;
    flex-flow: column wrap;
}

#visit_info_container .log_list_tab li p {
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
    background: rgb(94 28 180 / 3%);
}

#visit_info_container .log_list_tab li p:nth-child(2n) {
    background-color: rgba(35, 137, 155, 6%);
}

#visit_info_container .log_list_tab li p span {
    font-weight: 400;
    background: #2a6ca3;
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    margin-right: 5px;
}

#visit_info_container .visitor_name {
    color: #4c4b4e;
    font-size: 18px;
    line-height: 21px;
}

#visit_info_container .edit_visitor {
    font-size: 13px;
    line-height: 16px;
    color: #2dbd9f;
}

#visit_info_container .modal-link.green {
    color: #2dbd9f;
}

#visit_info_container .modal-link.white {
    color: #fff;
}

#visit_info_container .modal-link:hover {
    text-decoration: underline;
}

#visit_info_container li.agreement {
    width: 100%;
}

#visit_info_container li.agreement a {
    display: flex;
    justify-content: center;
    padding: 5px;
    border-radius: 15px;
    background: #81c2e0 url(../img/document.svg);
    background-position: 80% 50%;
    background-repeat: no-repeat;
    color: #fff;
    max-width: 120px;
    background-size: 15px;
    text-align: center;
    transition: all 0.3s linear;
}

#visit_info_container li.agreement a:hover {
    text-decoration: none;
    background: url(../img/document.svg), linear-gradient(50deg, #0a89e49a, #7636e6b4);
    background-position: 80% 50%;
    background-repeat: no-repeat;
    background-size: 15px, auto;
}

.identification-wrap .form-group {
    margin-bottom: 8px;
}

.identification-wrap .btn-success {
    margin-top: 40px;
}

.field-visitoridentificationform-recognize_returning_visitors {
    padding-left: 20px;
}

.nested {
    padding-left: 20px;
}

.field-visitoridentificationform-recognize_way {
    padding-left: 40px;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #1eca7b;
}

#visit-index .download {
    position: absolute;
    right: 23px;
    transform: translate(0%, -100%);
}

#visit-index .download .fa-download {
    font-size: 14px;
}

#visit-index .block-certificate-search .search-label {
    position: relative;
    width: 100%;
    z-index: 2;
}

#visit-index .block-certificate-search .search-label input {
    padding-right: 30px;
    width: 100%;
}

#visit-index .block-certificate-search .fa-search {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 1;
}

#visit-index .block-certificate-search {
    position: relative;
    margin-bottom: 30px;
}

:root {
    --background-gradient: linear-gradient(45deg, #4624ad, #3b14ab);
    --green: #00ffc8;
    --blue: #370eb3;
    --darkblue: #250681;
}

#visit-index select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: var(--blue);
    background-image: none;
    cursor: pointer;
}

/* Remove IE arrow */
#visit-index select::-ms-expand {
    display: none;
}

/* Custom Select wrapper */
#visit-index .select {
    position: absolute;
    display: flex;
    width: 10em;
    height: 2.7em;
    border-radius: 0.25em;
    overflow: hidden;
    transition: all 0.3s linear;
    box-shadow: 0 3px 14px 0px #150dab73;
    left: 140px;
    top: calc(100% - -31px);
}

#visit-index .select:hover {
    box-shadow: none;
}

/* Arrow */
#visit-index .select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    padding: 1em;
    background-color: var(--darkblue);
    color: #ffffff;
    transition: 0.25s all ease;
    pointer-events: none;
}

/* Transition */
#visit-index .select:hover::after {
    color: var(--green);
}

#company-logofile::-webkit-file-upload-button,
.change-img::-webkit-file-upload-button {
    visibility: hidden;
}

.field-company-logofile {
    flex-flow: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 20px;
}

#company-logofile {
    pointer-events: none;
    order: 2;
}

.field-company-logofile input[type="file"],
.change-img input[type="file"] {
    opacity: 0;
    display: none;
}

.field-company-logofile #blah,
.change-img #blah {
    height: 80px;
    max-width: 150px;
    box-shadow: inset 3px 3px 15px #36129d36, inset -3px -3px 15px white;
    background: linear-gradient(45deg, #1570e214, #4303fc1c);
    border-radius: 5px;
    object-fit: contain;
    padding: 5px 10px;
    visibility: hidden;
    display: none;
    opacity: 0;
}

.field-company-logofile #blah.show,
.change-img #blah.show {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.field-company-logofile .download,
.change-img .download {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #4c49cb, #4b75eb);
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 3px 14px 0px #150dab73;
    margin: 10px 0;
    transition: all 0.3s linear;
}

.field-company-logofile .download:hover,
.change-img .download:hover {
    box-shadow: none;
}

.field-layoutform-backgroundimage {
    max-width: fit-content;
}

.field-layoutform-backgroundimage .logo-label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.field-company-logofile .logo-label {
    display: flex;
    position: relative;
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.logo-label .fa-download {
    color: #ffffff;
    font-size: 20px;
    line-height: 23px;
    margin-right: 5px;
}

.download .logo-label p {
    color: #ffffff;
    margin: 0;
}

/* #company-logofile::before {
    content: 'О';
    display: inline-block;
    background: linear-gradient(45deg, #2a0d7e, #3b14ab);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
} */

#company-logofile:hover::before {
    border-color: black;
}

#company-logofile:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

@keyframes svg-hover {
    0% {
        fill: none;
        stroke: #fff;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #fff;
    }
}

@keyframes svg-active {
    0% {
        fill: none;
        stroke: #fff;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #00ffc8;
    }
}

@keyframes svg-calendar {
    0%,
    50% {
        fill: #109fe2;
    }

    100% {
        fill: #023475;
    }
}

#usersList li {
    cursor: pointer;
}

#usersList li .dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-height: 50px;
    height: 100%;
}

#usersList li:hover i.mdi-arrow-top-right-thick {
    color: #fff;
    background: linear-gradient(45deg, #2a0d7e, #3b14ab);
}

#login-form input {
    border-color: #685bd3;
}

#login-form label {
    cursor: pointer;
}

#login-form .forgot-pass {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #8484a3;
    margin-top: 30px;
}

#login-form .forgot-pass:hover {
    text-decoration: underline;
}

.canvasjs-chart-credit {
    display: none;
}

body {
    overflow: visible;
}

#visit_info_container .modal-user .visitor_photo img {
    margin: 0;
    margin-right: 15px;
    padding: 0;
    object-fit: cover;
    width: 60px;
    height: 60px;
}

.canvas-wrapper {
    position: relative;
}

:root {
    --canvsHeight: 300px;
}
#chartContainer {
    height: 300px;
    width: 100%;
    overflow-y: auto;
}
.chart-h2 {
    text-align: center;
    color: #cd853f;
    padding-top: 25px;
    font-size: 30px;
}
.canvas-wrapper .canvas-chart {
    height: var(--canvsHeight);
    width: 100%;
    margin: 40px auto;
    padding: 50px 0;
}

.canvas-wrapper .del1 {
    position: absolute;
    top: calc(30px + var(--canvsHeight));
    width: 63px;
    height: 20px;
    background: #ffffff;
    left: 0;
    z-index: 999;
}

.canvas-wrapper .del2 {
    position: absolute;
    top: calc(74px + var(--canvsHeight) * 2);
    width: 65px;
    height: 15px;
    background: #ffffff;
    left: 0;
    z-index: 999;
}

.pagination {
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

.pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 50%;
    background: #fff;
    width: 20px;
    height: 20px;
    transition: all 0.3s linear;
}

.pagination li a {
    font-size: 14px;
    line-height: 17px;
}

.pagination li:hover {
    background: #3913a6;
}

.pagination li:hover a {
    color: #fff;
}

.pagination li.active {
    background: #3913a6;
}

.pagination li.active a {
    color: #fff;
}

.pagination .prev,
.pagination .next {
    background: #fff;
    color: #000;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px;
    transition: all 0.3s linear;
}

.pagination .prev:hover,
.pagination .next:hover {
    background: #3913a6;
}

.pagination .prev:hover a,
.pagination .next:hover a {
    color: #fff;
}

.pagination .prev.disabled:hover,
.pagination .next.disabled:hover {
    color: #fff;
    background: #585858;
    opacity: 0.7;
}

#visit-index .summary {
    padding: 5px 0;
}

#visit-index #w1-filters {
    display: none;
}

.table.table-bordered thead {
    background: #3f5ada3b;
}

.table.table-bordered thead th {
    text-align: center;
}

.Visitor-view .table.table-bordered thead th {
    text-align: left;
}

#visit-index tbody tr td {
    text-align: center;
}

#visit-index .view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

#visit-index td select {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a51c1bf;
    margin: 0 auto;
}

.visit-book-table .table.table-bordered thead {
    background: #63a6e94f;
}

.visit-book-table .table.table-bordered thead th {
    text-align: left;
}

#visit-index.visit-book-table tbody tr td {
    text-align: left;
}
.visitor-wrap {
    display: flex;
    flex-flow: row;
    align-items: center;
}
.visitor-logo {
    background: #fff;
    border: 1px dashed #341199;
    box-shadow: -4px 4px 8px #15151545;
    margin-right: 15px;
}
.visitor-logo img {
    max-width: 100%;
    height: 185px;
    object-fit: contain;
}
.visitor-info {
    width: 100%;
}
#searchUsersClear {
    display: none;
}
@media screen and (max-width: 75rem) {
    #visit-index .download {
        position: static;
        transform: translate(0%, 40%);
    }

    #visit-index .calendar {
        transform: translate(100%, -100%);
        top: -40px;
    }
    #analytics-index .calendar {
        transform: translate(100%, -100%);
        top: -40px;
    }

    .enlarge-menu .page-content-tab {
        width: calc(100% - 40px);
    }

    .enlarge-menu.enlarge-menu-all .leftbar-tab-menu {
        display: block;
    }

    .show > .dropdown-menu.dropdown-menu-right {
        min-width: 200px;
        max-width: 200px;
    }

    li.custom-center {
        margin-left: 50%;
        transform: translate(-50%, -90%);
    }

    .leftbar-tab-menu .main-icon-menu {
        width: 50px;
    }

    .leftbar-tab-menu .main-icon-menu .nav-link.active:before {
        left: 36px;
        top: 15px;
        border: 5px solid transparent;
        border-right: 5px solid #edf0f5;
    }

    .enlarge-menu .topbar .navbar-custom {
        margin-left: 0;
    }

    h2 {
        line-height: 25px;
        font-size: 20px;
    }
}

.log_list ul {
    height: 850px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px !important;
}

#analytics-index .calendar input {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    background: transparent;
    padding-left: 40px;
    z-index: 3;
    cursor: pointer;
}
.search-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
}
.card-body.rights {
    padding-top: 0;
}
.card-body.rights .rights-block {
    margin-bottom: 30px;
}
.card-body.rights .rights-block .form-group {
    margin-bottom: 5px;
}
.btn-outline-info:hover {
    background: linear-gradient(45deg, #5126d3, #7141ff);
}
