/* CSS Document */
body {
    font-family: "Cabin", sans-serif;
}

.app-header {
    /* height: 70px;*/
}

.card-header small {
    display: none;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #42accd;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #42accd;
}

.header-user-info .widget-heading {
    text-align: center;
}

.header-user-info .widget-heading small {
    display: block;
}

.app-container {
    min-height: 99.89vh !important;
}

/*.app-header__logo .logo-src {
  height: 47px;
  width: 100%;
  background: url(../images/logo-2.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}*/
.app-sidebar .app-sidebar__inner {
    padding: 0;
    /*opacity: 0.9;*/
}

.app-sidebar .scrollbar-sidebar {
    background-image: url("../images/login/menu.jpg");
    background-position: -800px -10px;
    overflow-y: scroll !important;
}

.scrollbar-sidebar::-webkit-scrollbar {
    width: 0px;
    display: unset;
}

.closed-sidebar:not(.sidebar-mobile-open) .app-sidebar:hover .scrollbar-sidebar {
    position: relative !important;
    height: 100% !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.closed-sidebar:not(.sidebar-mobile-open) .app-sidebar .scrollbar-sidebar {
    position: static;
    height: auto;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.app-sidebar__heading {
    color: #fff;
}

.slick-initialized .slick-slide {
    margin-bottom: -5px;
}

.vertical-nav-menu .mm-collapse:not(.mm-show) {
    display: none !important;
}

.logo_header {
    width: 250px;
}

.logo_header img {
    margin-left: 20px;
}

.colapse_btn {
    position: relative !important;
    top: 67px !important;
    background: #fff;
    color: #42accd;
    font-weight: 900 !important;
    width: 2.3em;
    height: 2.3em;
    border-radius: 50%;
    margin-right: 1.5em;
    opacity: 1 !important;
    z-index: 999999999 !important;
}

.colapse_btn:hover {
    color: #212529;
    background: #fec90f;
    opacity: 1 !important;
    transition: 0.2s ease-in-out;
}

.colapse_btn_open {
    left: 12px;
    padding-top: 2px;
    transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transition: transform 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.colapse_btn_closed {
    left: -187px;
    padding-top: 0px;
    transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transition: transform 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.hover_colapse_btn {
    left: 12px;
    padding-top: 2px;
    transition: 0.2s ease-in-out;
}

/*.visibility_btn {
	display: inline-block !important;
	-webkit-animation: fadeinout .3s linear forwards;
    animation: fadeinout .3s linear forwards;
}
@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeinout {
  0% { opacity: 0; }
  100% { opacity: 1; }
}*/
/*STATIC COLLAPSED SIDEBAR*/
/*.closed-sidebar .app-sidebar:hover {
  transition: all .3s ease;
  width: 80px !important;
  min-width: 80px !important;
  flex: 0 0 80px !important;
  z-index: 13;
}
.closed-sidebar .app-sidebar:hover .app-sidebar__inner ul li a {
  text-indent: -99rem !important;
  padding: 0 !important;
}
.closed-sidebar .app-sidebar:hover .app-sidebar__inner .metismenu-icon {
  text-indent: initial;
  left: 8px;
  margin-left: 0;
}*/
/*NOTIFICATION*/
.bg-primary {
    background-color: #42accd !important;
}

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

.text-primary {
    color: #42accd !important;
}

/*LOGOUT*/
.bg-info {
    background-color: #42accd !important;
}

.btn-outline-primary {
    color: #42accd;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #42accd;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #42accd;
}

/*WARNING*/
.btn-outline-warning:hover {
    color: #212529;
    background-color: #fec90f;
}

.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #fec90f;
}

.badge-warning {
    color: #212529;
    background-color: #fec90f;
}

.bg-warning {
    background-color: #fec90f !important;
}

/*CARD*/
.card-header>.nav .nav-link.active {
    color: #42accd;
}

.card-header>.nav .nav-link:hover {
    color: #42accd;
}

.custom-card {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(184, 184, 184, 0.5);
}

/*BTN_FOCUS*/
.btn-focus {
    color: #fff;
    background: linear-gradient(to bottom, #27233a 50%, #0f0538 50%) no-repeat scroll right bottom / 100% 210% #0f0538 !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-focus:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.tabs-animated .nav-link::before {
    background: #42accd;
}

.dropdown-menu .dropdown-header {
    color: #42accd;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #0f0538;
    background-color: #6fc7e2;
}

hr.custom-hr {
    border-top: 1px solid #42accd;
}

.integrations {
    width: 85px;
    margin: 0 50px 0 0;
    border-radius: 3px;
}

.connect-integrations {
    position: absolute;
    right: 20px;
}

.integrations-rent {
    width: 180px;
    vertical-align: top;
}

/*NAVIGATION SIDEBAR MENU*/
.vertical-nav-menu {
    height: 100%;
}

.vertical-nav-menu li {
    padding: 7px 15px 7px 15px;
    background: linear-gradient(to bottom, #6fc7e290 50%, #42accd10 50%) no-repeat scroll right bottom / 100% 210% #42accd10 !important;
    transition: all 0.3s ease;
}

.vertical-nav-menu li:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.vertical-nav-menu li a {
    font-family: "Cabin", sans-serif;
    color: #fff;
    font-size: 19px;
    line-height: 3.4rem;
    height: 3.4rem;
    border-radius: 3px;
}

.vertical-nav-menu li.mm-active>a {
    color: #0f0538 !important;
}

.mm-active {
    background: #42accd;
}

.mm-active:hover {
    background: #0f0538;
}

.vertical-nav-menu {
    background: unset !important;
}

.vertical-nav-menu li a:hover {
    background: none;
    color: #0f0538;
    transition: 0.2s;
}

.vertical-nav-menu ul>li {
    padding: 5px 15px 5px 0;
    background: none !important;
}

.vertical-nav-menu ul>li>a {
    font-size: 16px;
    color: #fff;
}

.vertical-nav-menu ul>li:last-child {
    border: none !important;
}

.vertical-nav-menu ul>li>a:hover {
    color: #0f0538;
}

.vertical-nav-menu ul>li>a.mm-active {
    color: #0f0538;
    background: none;
}

.vertical-nav-menu i.metismenu-state-icon,
.vertical-nav-menu i.metismenu-icon {
    font-size: 1.5rem;
    opacity: 1;
}

.vertical-nav-menu i.metismenu-state-icon,
.vertical-nav-menu i.metismenu-icon:hover {
    opacity: 1;
}

/*.app-logo {
	height:63px;
	width:100%;
	background:url(../images/logo-2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;

	position: absolute;
	left: 40%;
	margin-bottom: 100px;
}*/
/*SEARCH BAR HEADER*/
.search-wrapper .input-holder .search-icon span::before {
    background: #42accd;
}

.search-wrapper .input-holder .search-icon span::after {
    border: 2px solid #42accd;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
    background: #42accd;
}

.search-wrapper.active .close {
    background: #fff !important;
}

/*HEADINGS*/
.page-title-heading h1 {
    font-family: "Cabin", sans-serif;
    color: #0f0538;
}

.text-blue {
    color: #42accd !important;
}

.bot-title {
    padding: 0 40px 0 0;
    color: #0f0538;
    font-size: 16px;
}

/*FORM FIELDS/BUTTON STYLE*/
.form-control {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    height: auto;
    border: 1px solid #42accd;
    border-radius: 3px;
    line-height: 1;
    padding: 15px 20px 15px 20px !important;
}

.form-control:focus {
    box-shadow: 0px 0em 0.5em #42accd !important;
}

.custom-select {
    font-size: 14px;
    height: auto;
    border: 1px solid #42accd;
    border-radius: 3px;
    padding: 17px 20px 17px 20px !important;
    line-height: 0.98;
}

.custom-select:focus {
    box-shadow: 0px 0em 0.5em #42accd !important;
}

/*TABS-PRIMARY*/
.btn-primary.btn-shadow {
    background: #42accd !important;
    border: none !important;
    box-shadow: 0 0.125rem 0.625rem rgba(184, 184, 184, 0.4),
        0 0.0625rem 0.125rem rgba(184, 184, 184, 0.5);
}

.btn-primary.btn-shadow:hover {
    background: #fec90f !important;
    border: none !important;
    box-shadow: 0 0.125rem 0.625rem rgba(184, 184, 184, 0.5),
        0 0.0625rem 0.125rem rgba(184, 184, 184, 0.6);
}

.btn-primary.btn-shadow .active {
    color: #212529 !important;
    background-color: #fec90f;
    /*box-shadow: 0 0.125rem 0.625rem #0f053950, 0 0.0625rem 0.125rem #0f053960 !important;*/
}

.btn.btn-shadow.active {
    color: #212529 !important;
    background: #fec90f !important;
    border: none;
}

.btn-shadow-custom {
    font-size: 0.87rem !important;
    padding: 0.495rem 0.99rem !important;
}

/*TIMELINE UPCOMING*/
.timeline-b {
    background: #a5bbc330;
}

.vertical-time-icons .vertical-timeline-element-icon .timeline-icon {
    width: 70px;
    height: 70px;
    background: #42accd;
    margin-left: 10px;
}

.vertical-timeline-element-content-custom {
    margin: 0 0 40px 60px !important;
}

.vertical-timeline-element-content-custom .timeline-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 40px;
    padding: 2px 0 0;
}

.vertical-timeline-element-content-custom p {
    color: #6c757d;
    font-size: 14px;
    margin: 0 0 0 40px;
}

.vertical-time-icons::before {
    left: 43px;
    background: #fff;
}

.timeline-date {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 0 0 20px;
    width: 50px;
}

.date-t {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.scroll-area-lg-custom {
    height: 330px;
    overflow-x: hidden;
}

/*LEADS CARD MODAL*/
.menu-header-image-custom {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
    opacity: 0.15;
    filter: grayscale(80%);
    background-image: url("../images/login/1-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -150px;
}

.modal-content-custom {
    background-color: transparent;
    border: none;
}

.modal-dialog-custom {
    box-shadow: none !important;
    border: none;
}

.scroll-area-sm-custom {
    height: 270px;
    overflow-x: hidden;
}

.form-style {
    font-size: 16px;
    padding: 22px 20px 22px 20px !important;
    color: #495057;
    background-color: #fff;
    border: 1px solid #42accd;
    border-radius: 3px;
}

.form-style:focus {
    /*box-shadow: 0 1px 1px #42accd80 inset, 0 0 12px #42accd70;*/
    box-shadow: 0px 0em 0.5em #42accd;
    /* border: 1px solid #0f0539;*/
}

.btn-primary {
    color: #fff;
    background: linear-gradient(to bottom, #6fc7e2 50%, #42accd 50%) no-repeat scroll right bottom / 100% 210% #42accd !important;
    overflow: hidden;
    border: 1px solid #42accd;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-position: right top !important;
    color: #ffffff !important;
    border-color: #6fc7e2;
    transition: all 0.3s ease;
}

.btn-outline-primary {
    border-color: #42accd;
}

.btn-outline-primary:hover {
    border-color: #42accd;
}

.border-primary {
    border-color: #42accd !important;
}

.dot-primary .vertical-timeline-element-icon {
    background: #42accd !important;
}

.btn-side {
    padding: 14px 30px 14px 30px !important;
}

.custom-link>a {
    color: #fff !important;
    text-decoration: none;
}

.custom-link>a:hover {
    text-decoration: none !important;
}

.custom-link:hover {
    background-color: #0f0538 !important;
    transition: all 0.3s ease;
}

.btn-warning {
    color: #212529;
    background: linear-gradient(to bottom, #fad161 50%, #fec90f 50%) no-repeat scroll right bottom / 100% 210% #fec90f !important;
    overflow: hidden;
    border: 1px solid #fec90f;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    color: #212529 !important;
    border-color: #fad161;
    background-position: right top !important;
    transition: all 0.3s ease;
}

.btn-danger {
    border: 1px solid #d92550;
    background: linear-gradient(to bottom, #f04a72 50%, #d92550 50%) no-repeat scroll right bottom / 100% 210% #d92550 !important;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    border-color: #f04a72;
    background-position: right top !important;
    transition: all 0.3s ease;
}

.btn-secondary {
    color: #fff;
    background: linear-gradient(to bottom, #98a5b0 50%, #6c757d 50%) no-repeat scroll right bottom / 100% 210% #6c757d !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.btn-secondary-custom {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to bottom, #98a5b0 50%, #6c757d 50%) no-repeat scroll right bottom / 100% 210% #6c757d !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    padding: 15px 30px 15px 30px !important;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.btn-danger {
    border-radius: 3px;
}

.btn-danger-custom {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to bottom, #f04a72 50%, #d92550 50%) no-repeat scroll right bottom / 100% 210% #d92550 !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    padding: 15px 30px 15px 30px !important;
    transition: all 0.3s ease;
}

.btn-danger-custom:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

/*BTN PRIMARY CUSTOM*/
.btn-primary-custom {
    color: #fff;
    background: linear-gradient(to bottom, #6fc7e2 50%, #42accd 50%) no-repeat scroll right bottom / 100% 210% #42accd !important;
    overflow: hidden;
    border: none !important;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background-position: right top !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.notification {
    background: linear-gradient(to bottom, #6fc7e2 50%, #42accd 50%) no-repeat scroll right bottom / 100% 210% #42accd !important;
    color: white;
    text-decoration: none !important;
    padding: 5px 14px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #42accd;
    transition: all 0.3s ease;
}

.notification:hover {
    background-position: right top !important;
    color: #ffffff !important;
    border-color: #6fc7e2;
    transition: all 0.3s ease;
}

.notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 7px;
    border-radius: 50%;
    background-color: #fec90f;
    color: #212529;
}

.btn-up {
    margin: -15px 0 0 5px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -30px !important;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    color: #0F0538;
}

.app-login-box {
    margin-bottom: 30px;
}

.footer-login {
    position: absolute;
    bottom: 0px;
}

.form-check {
    padding-left: 0rem;
}

/*PLACEHOLDER STYLE*/
.form-control::-webkit-input-placeholder {
    color: #b0adad;
}

.form-control::-moz-placeholder {
    color: #b0adad;
}

.form-control:-ms-input-placeholder {
    color: #b0adad;
}

.form-control::-ms-input-placeholder {
    color: #b0adad;
}

.form-control::placeholder {
    color: #b0adad;
}

/*CHECKBOX STYLE*/
input[type="checkbox"] {
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    top: -5px;
    left: 0;
    border: 1px solid #42accd;
    border-radius: 2px;
    background-color: #fff;
}

input[type="checkbox"]:checked:before {
    background-color: #42accd;
}

input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="checkbox"]:disabled:before {
    background-color: #dae4e8 !important;
    border-color: #a5bbc3 !important;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-left: 0px !important;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #42accd;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked~.checkmark {
    background-color: #42accd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*END CHECKBOX STYLE*/
/*RADIO STYLE */
/* The container */
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-left: 0px !important;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #42accd;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio input:checked~.checkmark-radio {
    background-color: #42accd;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked~.checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark-radio:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.btn-full {
    width: 100% !important;
}

/*END RADIO STYLE*/
.p-forgot {
    padding-right: 0 !important;
    color: #0f0539;
    margin-top: -7px;
}

.p-forgot:hover {
    color: #42accd;
    text-decoration: none;
}

/*TIMEPICKER*/
/*.gj-icon {
  line-height: 1.8;
  padding-right: 10px;
}*/
.timepicker-input {
    width: 100%;
    height: 33px;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #42accd;
}

.timepicker-input:focus {
    border: 1px solid #42accd;
}

.gj-icon {
    width: 40px;
    height: 33px;
    position: absolute;
    right: 0px !important;
    color: #fff;
    padding-left: 10px;
    border: 1px solid #42accd;
    border-radius: 3px;
    background: linear-gradient(to bottom, #6fc7e2 50%, #42accd 50%) no-repeat scroll right bottom / 100% 210% #42accd !important;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.gj-icon:hover {
    background-position: right top !important;
    border-color: #6fc7e2;
    transition: all 0.3s ease;
}

.gj-timepicker-md [role="right-icon"] {
    font-size: 20px;
}

.gj-picker-md [role="header"] {
    background: #42accd;
}

.gj-picker-md [role="body"] [role="arrow"] {
    background-color: #42accd;
}

.gj-picker-md [role="footer"] button.gj-button-md {
    color: #42accd;
}

.gj-picker-md .arrow-begin {
    background-color: #42accd;
}

.gj-picker-md .arrow-end {
    border: 16px solid #42accd;
}

.gj-picker-md [role="body"] [role="arrow"] {
    background-color: #42accd;
}

/*LOGIN STYLE*/
.slick-slider .slide-img-bg {
    opacity: 1;
    background-color: #fff;
}

.slide-img-bg {
    background-image: url("../images/login/1-1.jpg");
    background-size: auto;
    background-position: -230px 0;
}

#cloud-1 {
    visibility: hidden;
    top: 15%;
    display: block;
    position: absolute;
    animation: move_clouds_1 35s linear infinite;
    z-index: 12;
}

#cloud-2 {
    visibility: hidden;
    top: 20%;
    display: block;
    position: absolute;
    animation: move_clouds_2 25s linear infinite;
    z-index: 11;
}

#cloud-3 {
    visibility: hidden;
    top: 2%;
    display: block;
    position: absolute;
    animation: move_clouds_3 45s linear infinite;
    z-index: 10;
}

@keyframes move_clouds_1 {
    0% {
        left: -190px;
    }

    100% {
        left: 100%;
    }
}

@keyframes move_clouds_2 {
    0% {
        right: -250px;
    }

    100% {
        right: 100%;
    }
}

@keyframes move_clouds_3 {
    0% {
        left: -700px;
    }

    100% {
        left: 100%;
    }
}

.card-header {
    border-bottom-width: 1px;
    border-color: #42accd;
}

/*GRID*/
.grid-no-border {
    border: none !important;
}

/*TABs Titles*/
.tabs-lg-alternate.card-header .widget-number {
    font-size: 1.7em;
}

/*TOOLTIP*/
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    top: 21px !important;
    left: 15px !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    top: 8px !important;
    left: 3px !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.bs-tooltip-right {
    top: -40px !important;
    left: -45px !important;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    top: 21px !important;
    right: 25px !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    top: 8px !important;
    right: 28px !important;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.bs-tooltip-left {
    top: -40px !important;
    left: 50px !important;
}

/*END TOOLTIP*/
/*TABLES*/
.table {
    white-space: nowrap !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: rgba(0,0,0,0.03);*/
    background: #a5bbc350;
}

.table-hover tbody tr:nth-of-type(even):hover {
    background-color: #a5bbc325;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border: none !important;
    font-family: "Lato", sans-serif;
    font-size: 14px !important;
}

.table tbody tr:first-child {
    border-top: 3px solid #42accd !important;
}

.dataTables_scrollHead {
    margin-top: 10px !important;
    border-top: 1px solid #e9ecef !important;
    border-bottom: 3px solid #42accd !important;
}

.action_title {
    position: sticky !important;
    background-color: #e3eaec;
    width: 5% !important;
    right: 0 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -webkit-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -moz-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
}

.action_buttons {
    position: sticky !important;
    right: 0 !important;
    background-color: #e3eaec !important;
    box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -webkit-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
    -moz-box-shadow: -5px 2px 7px -3px rgba(108, 108, 108, 0.5);
}

.dataTables_scrollHead {
    overflow: auto !important;
    overflow-x: hidden !important;
}

.dataTables_scrollHeadInner {
    margin-top: -10px !important;
    /*width: auto !important;*/
}

div.dataTables_wrapper div.dataTables_length select {
    width: 70px;
}

.table-horizontal {
    max-width: 1520px !important;
    overflow-x: hidden !important;
}

.table-horizontal-open {
    max-width: 1720px !important;
    overflow-x: hidden !important;
}

.tableHeaderOpen {
    min-width: 1520px !important;
}

.tableHeaderClose {
    min-width: 1720px !important;
}

.report-Tables {
    max-width: 1420px !important;
    overflow-x: hidden !important;
}

.report-Tables-open {
    max-width: 1620px !important;
    overflow-x: hidden !important;
}

/*REVIEW REPORT*/
#previewReport {
    max-height: 800px !important;
    width: 99% !important;
    background: #fff;
    border-radius: 3px;
    position: fixed;
    margin: 10px;
    top: 10%;
    left: 0;
    z-index: 10000000;
    padding: 30px;
    overflow: scroll;
}

.report th {
    background: #42accd !important;
    color: #fff !important;
    padding: 20px;
    font-size: 14px !important;
    font-weight: bold;
    text-decoration: none !important;
}

.report th:first-child {
    border-top-left-radius: 3px !important;
}

.report th:last-child {
    border-top-right-radius: 3px !important;
}

.report tr {
    background: #a5bbc350 !important;
    color: #0f0538 !important;
}

.report tr:nth-of-type(odd) {
    background-color: #fff !important;
    color: #0f0538 !important;
}

.report tr:last-child {
    background: #fec90f !important;
    color: #0f0538 !important;
}

.report td {
    font-size: 14px !important;
}

.legened {
    margin-top: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.legened td {
    padding: 30px !important;
    vertical-align: middle !important;
    background: #a5bbc350 !important;
    border: none !important;
    font-size: 12px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.legend {
    background-color: #e1e9eb !important;
    padding: 2%;
    border-radius: 0.25rem;
}

.page-item.active .page-link,
.pagination .active.page-number .page-link {
    z-index: 1;
    color: #fff;
    background-color: #42accd;
    border-color: #42accd;
}

.pagination li a {
    color: #42accd;
}

.pagination li a:hover {
    color: #42accd;
}

.dot-margin {
    margin-left: -30px !important;
}

.position-d-t {
    position: absolute;
    left: -110px !important;
}

#custom-timeline .vertical-timeline::before {
    position: absolute;
    left: 152px !important;
}

.badge-custom {
    font-size: 11px !important;
}

.move-right-badge {
    margin-left: 70px !important;
}

.move-right-content h4 {
    margin-left: 70px !important;
}

.move-right-content p {
    margin-left: 70px !important;
}

.title-heading {
    font-family: "Cabin", sans-serif;
    color: #0f0538 !important;
    font-weight: 900 !important;
}

/*NOTES*/
#note {
    margin-left: 120px !important;
}

.comments {
    width: 100% !important;
    margin: 0px auto !important;
    border-left: none !important;
    padding: 5px 10px 5px 15px !important;
}

.comments>p {
    background-color: #fff;
    padding: 20px !important;
    font-size: 15px !important;
    font-family: "Lato", sans-serif !important;
    border: 1px solid #42accd !important;
    border-radius: 3px;
    line-height: 1.2;
    position: relative;
}

.comments>p:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #42accd transparent transparent !important;
    border-width: 8px;
    position: absolute;
    left: -17px;
    top: 10px;
}

.comments>p:before {
    content: "";
    display: none !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #42accd !important;
    border: 3px solid #fec90f !important;
    position: absolute;
    top: 10px;
    left: -40px !important;
}

.delete-button:hover {
    text-decoration: none !important;
}

/*DATEPICKER*/
.datepicker-panel>ul>li:hover {
    background-color: #42accd !important;
    color: #fff;
}

/*FOOTER*/
.logo-footer {
    height: 30px;
    width: 35px;
    background: url("../images/logo_head.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-left: 20px;
}

.separator {
    padding: 0 10px 0 10px;
}

.footer-copyright {
    font-size: 14px;
}

.footer-copyright a {
    color: #42accd;
    transition: 0.4s;
}

.footer-copyright a:hover {
    color: #0f0539;
    text-decoration: none;
    transition: 0.4s;
}

.hidden {
    visibility: hidden;
}

/*MODAL*/
.modal {
    position: fixed;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    height: 100vh !important;
    z-index: 999999 !important;
}

.modal-centar {
    left: 7.1% !important;
}

.closed-sidebar .modal-centar {
    left: 2.4% !important;
}

#passwordModal {
    position: fixed;
    top: 0px !important;
}

.close {
    color: #fff;
    background: linear-gradient(to bottom, #6fc7e2 50%, #42accd 50%) no-repeat scroll right bottom / 100% 210% #42accd !important;
    border-radius: 50%;
    text-shadow: none;
    line-height: 1.1;
    opacity: 1;
    transition: all 0.3s ease;
}

.close:hover {
    color: #fff;
    background-position: right top !important;
    transition: all 0.3s ease;
}

.modal-header .close {
    padding: 0.17rem 0.71rem 0.27rem 0.71rem;
    margin: 5px 0 5px auto;
}

.modal-header,
.modal-footer {
    background: #fff;
    padding: 20px 30px 20px 30px;
}

/*ICONS PE-7s*/
[class^="pe-7s-"],
[class*=" pe-7s-"] {
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#loading-search {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 5%;
    top: 0;
    background: white url("../images/loading-search.gif") center center no-repeat;
    opacity: 0.7;
    z-index: 99999999;
}

/*DROPDOWN CUSTOM SELECT2 - SEARCH BAR*/
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    border: 1px solid #42accd !important;
    border-radius: 3px;
    padding: 10px 18px 10px 18px !important;
    width: 100% !important;
    height: auto !important;
}

.select2-container .select2-selection--single:focus {
    outline-color: #42accd !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 7px;
    outline-offset: 0 !important;
    border: 1px solid #42accd !important;
}

.select2-search--dropdown .select2-search__field:focus {
    outline-color: #42accd !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    top: 5px !important;
    right: 5px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #42accd !important;
}

.select2-results__option {
    padding-left: 14px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #e3eaec !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #42accd !important;
    color: #fff !important;
}

/*END DROPDOWN CUSTOM SELECT2 - SEARCH BAR*/

input.search-input {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin-top: 8px;
    width: 100% !important;
    height: auto;
    border: 1px solid #42accd !important;
    border-radius: 3px;
    line-height: 1;
    padding: 15px 20px 15px 20px !important;
}

input.search-input:focus {
    border: 1px solid #42accd !important;
    box-shadow: 0px 0em 0.5em #42accd !important;
    outline: none !important;
}

input.search-input:active {
    border: 1px solid #42accd !important;
    box-shadow: 0px 0em 0.5em #42accd !important;
    outline: none !important;
}

#search-box {
    margin-top: -14px !important;
    border: none !important;
    box-shadow: 0px 0em 0em !important;
}

#search-box:focus {
    border: none !important;
    box-shadow: 0px 0em 0em !important;
}

#search-box:active {
    border: none !important;
    box-shadow: 0px 0em 0em !important;
}

.ms-container .ms-list {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    border: 1px solid #42accd !important;
    box-shadow: none !important;
    height: 180px !important;
    width: 100% !important;
}

#data_marketing .ms-container .ms-list {
    height: 275px !important;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #42accd !important;
}

.ms-container {
    background: url("../images/switch.png") 50% 50% no-repeat !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

#deselect-all {
    margin-left: 215px;
    color: #fff;
    background: linear-gradient(to bottom, #2a2054 50%, #0f0538 50%) no-repeat scroll right bottom / 100% 210% #0f0538 !important;
    overflow: hidden;
    border: 1px solid #0f0538;
    border-radius: 3px;
    transition: all 0.3s ease;
}

#deselect-all:hover {
    background-position: right top !important;
    color: #ffffff !important;
    border-color: #2a2054;
    transition: all 0.3s ease;
}

.deselect_pack_btn {
    margin-left: 135px !important;
}

.deselect_multibot_btn {
    margin-left: 286px !important;
}

#input-from-search {
    display: none;
    position: absolute;
    top: 89%;
    background-color: #fff;
    padding: 15px;
    width: 26vw;
    overflow: scroll;
    height: 60vh;
    overflow: hidden scroll;
}

.logo-auth {
    text-align: center;
}

.btn-icon-only {
    width: 43px;
    height: 34px;
}

.card-eh {
    margin-bottom: 70px !important;
}

.two-fa-container {
    overflow-y: auto !important;
}

.two-fa-inner {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* USER PROFILE PAGE */
/* Banner */
.user-banner {
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0.25rem;
}

.inner-content {
    display: flex;
    align-items: center;
    color: #616161;
}

.user-profile-pic {
    width: 6.5rem;
    height: 6.5rem;
    margin-right: 1rem;
    border: 2px solid #42accd;
    border-radius: 50%;
}

/* Overview */
.card {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, .25);
    width: 100%;
    color: #616161;
}

.card-title {
    text-transform: uppercase;
    font-size: 0.88rem;
    font-weight: bold;
}

.general-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1rem;
}

.general-list-left {
    font-weight: bold;
}

.fa-umbrella-beach {
    color: #fec90f;
}

.nav-user-profile .nav-link {
    color: unset !important;
}

.nav-user-profile .nav-link:hover {
    color: unset !important;
}

.nav-user-profile .nav-link.active {
    color: #42accd !important;
}

.profile-pic-delete{
    margin-top: 20px;
    width: 3rem;
    height: 3rem;
}
/* Absence days */
.absence-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1rem;
    color: #616161;
}

.absence-list-li {
    display: flex;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.absence-list-li:not(:last-child) {
    border-bottom: 1px solid #42accd;
}

.absence-list-li-left {
    display: flex;
    align-items: center;
}

.absence-list-li .fas {
    text-align: center;
    width: 2.5rem;
}

.fa-calendar-alt {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    color: #2ac977;
}

.fa-umbrella-beach,
.fa-file-medical {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.fa-file-medical {
    color: #42accd;
}

@media only screen and (max-width: 1920px) {
    .footer-register {
        position: absolute;
        bottom: 0;
    }

    .field-icon {
        margin-top: -39px !important;
    }

    .two-fe-custom-style {
        position: fixed;
        bottom: 0;
        width: 34%;
    }
}

@media only screen and (max-width: 1440px) {

    .table-horizontal {
        max-width: 1050px !important;
        overflow-x: hidden !important;
    }

    .table-horizontal-open {
        max-width: 1250px !important;
        overflow-x: hidden !important;
    }

    .tableHeaderOpen {
        min-width: 1050px !important;
    }

    .tableHeaderClose {
        min-width: 1250px !important;
    }

    .report-Tables {
        max-width: 940px !important;
        overflow-x: hidden !important;
    }

    .report-Tables-open {
        max-width: 1140px !important;
        overflow-x: hidden !important;
    }

    #deselect-all {
        margin-left: 93px;
    }

    #data_marketing .ms-container .ms-list {
        height: 262px !important;
    }

    .laptop {
        margin-top: 10px;
        margin-left: 0px !important;
    }

    .form-control {
        font-size: 13px;
        padding: 13px 8px 13px 10px !important;
    }

    .custom-select {
        font-size: 13px;
        padding: 15px 12px 15px 10px !important;
        line-height: 0.98;
    }

    .btn-secondary-custom {
        font-size: 14px;
        padding: 14px 30px 14px 30px !important;
    }

    .btn-danger-custom {
        font-size: 14px;
        padding: 14px 30px 14px 30px !important;
    }

    .btn-side {
        padding: 12px 30px 12px 30px !important;
    }

    /*NAVIGATION SIDEBAR MENU*/
    .vertical-nav-menu li {
        padding: 0 15px 0 15px;
    }

    .vertical-nav-menu li a {
        font-size: 17px;
    }

    .vertical-nav-menu ul>li {
        padding: 5px 15px 5px 0;
    }

    /*TABs Titles*/
    .tabs-lg-alternate.card-header .widget-number {
        font-size: 1.5em;
    }

    .widget-laptop .pl-1 {
        font-size: 10px !important;
    }

    .modal-centar {
        left: 10.5% !important;
    }

    .closed-sidebar .modal-centar {
        left: 3% !important;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        top: 20px;
    }

    .report-Tables {
        max-width: 880px !important;
        overflow-x: hidden !important;
    }

    .report-Tables-open {
        max-width: 1080px !important;
        overflow-x: hidden !important;
    }

    /*REVIEW REPORT*/
    #previewReport {
        max-height: 650px !important;
        width: 99% !important;
    }

    .report th {
        padding: 15px;
        font-size: 12px !important;
    }

    .report td {
        font-size: 12px !important;
    }

    .legened td {
        font-size: 10px !important;
    }

    .select2-container .select2-selection--single {
        font-size: 13px !important;
        padding: 7px 8px 7px 10px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 33px !important;
        top: 5px !important;
        right: 5px !important;
    }

    input.search-input {
        font-size: 13px !important;
        padding: 13px 8px 13px 10px !important;
    }

    #search-box {
        margin-top: -12px !important;
    }

    .ms-container .ms-list {
        height: 172px !important;
    }

    #deselect-all {
        margin-left: 102px;
    }

    .deselect_pack_btn {
        margin-left: 150px !important;
        position: relative;
        top: -40px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .deselect_multibot_btn {
        margin-left: 263px !important;
        position: relative;
        top: -50px;
    }
}

@media only screen and (max-width: 1366px) {
    #deselect-all {
        margin-left: 89px;
    }

    .table-horizontal {
        max-width: 980px !important;
        overflow-x: hidden !important;
    }

    .table-horizontal-open {
        max-width: 1180px !important;
        overflow-x: hidden !important;
    }

    .tableHeaderOpen {
        min-width: 980px !important;
    }

    .tableHeaderClose {
        min-width: 1180px !important;
    }

    .field-icon {
        margin-top: -30px !important;
    }

    .footer-register {
        position: absolute;
        bottom: 0;
    }

    .rules {
        font-size: 0.695rem;
    }

    .slick-slider .slide-img-bg {
        background-position: center;
    }
}

@media only screen and (max-width: 1248px) {
    .closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo .header__pane {
        display: inline-block !important;
    }

    .colapse_btn_open {
        left: 12px !important;
        transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
        transition: transform 0.5s ease-in-out !important;
        transition: 0.2s ease-in-out !important;
    }

    .colapse_btn_closed {
        left: -187px !important;
        transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        transition: transform 0.5s ease-in-out !important;
        transition: 0.2s ease-in-out !important;
    }

    .hover_colapse_btn {
        left: 12px !important;
    }

    .action_title_companies {
        width: 330px !important;
    }

    .two-fe-custom-style {
        width: 60%;
    }
}

@media only screen and (max-width: 1024px) {

    /*TABs Titles*/
    .tabs-lg-alternate.card-header .widget-number {
        font-size: 1.2em;
    }

    .timepicker-input {
        width: 100px;
    }

    .menu-header-image-custom {
        background-position: 0 -150px;
    }

    .scroll-area-lg-custom {
        height: 550px;
    }

    .closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo .header__pane {
        display: inline-block !important;
    }

    .modal-centar {
        left: 3.5% !important;
    }

    .closed-sidebar .modal-centar {
        left: 3.5% !important;
    }

    #previewReport {
        max-height: 1200px !important;
        width: 98% !important;
    }

    .report {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .table-horizontal {
        overflow-x: hidden !important;
    }

    .table-horizontal-open {
        max-width: 840px !important;
        overflow-x: hidden !important;
    }

    .tableHeaderOpen {
        min-width: 640px !important;
    }

    .tableHeaderClose {
        min-width: 840px !important;
    }

    .action_fixed_width {
        width: 0px !important;
    }

    .report-Tables {
        max-width: 540px !important;
        overflow-x: hidden !important;
    }

    .report-Tables-open {
        max-width: 740px !important;
        overflow-x: hidden !important;
    }

    #deselect-all {
        margin-left: 0px;
    }

    .deselect_pack_btn {
        margin-left: 125px !important;
    }

    .deselect_multibot_btn {
        margin-left: 223px !important;
    }

    #checkbox_lg_3 .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rules {
        font-size: 0.6rem;
    }

    .col-left-custom {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-right-custom {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (max-width: 995px) {
    .closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo .header__pane {
        display: none !important;
    }

    #showhide {
        display: none !important;
    }

    .custom-footer {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .col-left-custom,
    .col-right-custom {
        flex: unset !important;
        max-width: 100% !important;
    }

    .app-footer-right {
        position: unset !important;
    }

    .two-fe-custom-style {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .app-header__logo .logo-src {
        height: 33px;
        width: 97px;
    }

    .closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo .header__pane {
        display: none !important;
    }

    .dropdown-menu.dropdown-menu-right {
        top: 240px !important;
    }

    #showhide {
        display: none !important;
    }

    .btn-primary:not(:disabled):not(.disabled).active {
        border-color: #6fc7e2;
    }

    .btn-icon-vertical {
        margin-right: -10px;
        padding-right: 20px;
    }

    .app-footer .app-footer__inner .app-footer-right {
        display: flex;
    }

    .app-footer .app-footer__inner .app-footer-left {
        width: 25%;
    }

    .separator {
        padding: 0 5px 0 5px;
        font-size: 9px;
    }

    .integrations {
        margin-bottom: 10px;
    }

    .integrations-rent {
        margin-bottom: 10px;
    }

    .col-5-mobile {
        width: 35%;
    }

    .col-7-mobile {
        width: 65%;
    }

    .mobile-bottom-space {
        margin-bottom: 20px;
    }

    .tabs-lg-alternate.card-header>.nav .nav-item .widget-number {
        font-size: 1rem;
    }

    .menu-header-image-custom {
        background-position: 0 -100px;
    }

    .widget-laptop .pl-1 {
        font-size: 14px !important;
    }

    .scroll-area-lg-custom {
        height: 350px;
    }

    .modal-centar {
        left: 0 !important;
    }

    .closed-sidebar-mobile .modal-centar {
        left: 0 !important;
    }

    #previewReport {
        max-height: 1000px !important;
        width: 97% !important;
    }

    #loading-search {
        left: 0;
    }

    .table-horizontal {
        max-width: auto !important;
        overflow-x: hidden !important;
    }

    .table-horizontal-open {
        max-width: auto !important;
        overflow-x: hidden !important;
    }

    .action_fixed_width {
        width: 20% !important;
    }

    .report-Tables {
        max-width: auto !important;
        overflow-x: hidden !important;
    }

    .report-Tables-open {
        max-width: auto !important;
        overflow-x: hidden !important;
    }

    .table-horizontal-open .dataTables_scrollHeadInner {
        width: auto !important;
    }

    #deselect-all {
        margin-left: 0px;
    }

    .deselect_pack_btn {
        margin-left: 230px !important;
        top: 0px;
    }

    .deselect_multibot_btn {
        margin-left: 175px !important;
    }

    #input-from-search {
        position: fixed;
        top: 13.5%;
        width: 50vw;
        overflow: scroll;
        height: 60vh;
        overflow: hidden scroll;
    }

    .field-icon {
        margin-top: -29px !important;
    }
}

@media only screen and (max-width: 600px) {
    .col-50-custom {
        width: 50% !important;
    }

    .mobile-block {
        display: block;
        font-size: 1.29rem;
        padding: 0 20px 0 20px;
    }

    .mobile-block-agents {
        display: block;
        font-size: 1.25rem;
        padding: 0 20px 21px 20px;
    }

    .mobile-block-api {
        display: block;
        font-size: 1.25rem;
        padding: 0 20px 21px 20px;
    }

    .menu-header-image-custom {
        background-position: 0 0px;
    }

    .modal {
        top: 60px;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
        top: 15px;
    }

    .action_title {
        position: static !important;
    }

    .action_buttons {
        position: static !important;
    }

    .dropdown-menu.dropdown-menu-right {
        top: 260px !important;
    }

    input.search-input {
        font-size: 13px;
        padding: 13px 8px 13px 10px !important;
    }

    #select-all {
        font-size: 12px;
    }

    #deselect-all {
        margin-left: 38px;
        font-size: 12px;
    }

    #generateReport_btns {
        margin-top: 45px;
    }

    #select_deselect {
        margin-top: -100px;
    }

    .deselect_pack_btn {
        margin-left: 35px !important;
        top: 0px;
    }

    .deselect_multibot_btn {
        margin-left: 168px !important;
    }

    #note {
        margin-left: 85px !important;
    }

    .comment-container {
        padding: 30px 20px 20px 20px;
    }

    .comments {
        width: 90% !important;
        padding: 5px 10px 10px 0px !important;
    }

    .comments>p {
        background-color: #fff;
        padding: 15px !important;
        font-size: 13px !important;
    }

    .badge-custom {
        font-size: 8px !important;
    }

    .move-right-badge {
        margin-left: 32px !important;
    }

    .move-right-content h4 {
        margin-left: 30px !important;
    }

    .move-right-content p {
        margin-left: 30px !important;
    }

    #custom-timeline .vertical-timeline::before {
        position: absolute;
        left: 112px !important;
    }

    #input-from-search {
        position: fixed;
        top: 17.3%;
        width: 80vw;
        overflow: scroll;
        height: 60vh;
        overflow: hidden scroll;
    }
}

@media only screen and (max-width: 414px) {
    #previewReport {
        max-height: 700px !important;
        width: 95% !important;
    }

    #previewReport h3 {
        font-size: 21px !important;
        font-weight: bold;
        text-align: left;
        padding-bottom: 8px !important;
        margin-right: 30px !important;
    }

    .embed-btns {
        margin-bottom: 0.5rem !important;
        width: 156px !important;
    }

    .fc table {
        font-size: 0.8em !important;
    }

    .fc-scrollgrid {
        width: 350px !important;
    }

    .rules {
        font-size: 0.8rem;
    }

    .app-login-box {
        overflow: auto;
    }

    .logo-auth {
        margin-top: 2rem;
    }

    .footer-register {
        background-color: #ffffff;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: solid #4aaccd 1px !important;
    }

    .select2-container--default .select2-selection--multiple {
        border: solid #4aaccd 1px !important;
    }

    .select2-search__field {
        padding-left: 5px !important;
        height: 38px !important;
    }

    .select2-selection__choice {
        background-color: #42accd !important;
        border: 1px solid #42accd !important;
        color: white !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #333 !important;
    }

    .app-footer .app-footer__inner .app-footer-right {
        width: auto;
    }

    /* calendar height */
    .fc .fc-scroller-harness-liquid {
        height: 226.5px !important;
    }

    .label-create-absence,
    .label-edit-absence {
        font-size: 15px !important;
    }

    /* USER PROFILE PAGE */
    .user-banner {
        background-image: unset;
    }

    .user-banner .inner-content {
        display: block;
        text-align: center;
    }

    .user-title-name {
        font-size: 2rem;
        margin-top: 0.5rem;
    }

    .nav-user-profile .nav-item {
        font-size: 0.8rem;
    }

    .general-list-left li {
        width: 130px;
    }

    .general-list-right li {
        margin-left: 30px;
    }

}
