/* GENERAL */

html {
    color: #575756;
    font-size: 13px;
    line-height: 1.4;
    width: 100%;
}

section {
}
::-moz-selection {
    background: #575756;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #575756;
    text-shadow: none;
    color: #ffffff;
}

body {
    font-family: "Roboto", sans-serif;
    width: 100%;
}

.medium,
.text-medium {
    font-weight: 500;
}
.bold,
.text-bold {
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #575756;
}
p {
    margin: 0 0 20px;
}
.rounded {
    border-radius: 8px;
}
img {
    max-width: 100%;
    height: auto;
}

.x-bordered {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    padding-left: 10px;
    padding-right: 10px;
}
.border-right-none {
    border-right: none !important;
}
.border-left-none {
    border-left: none !important;
}

.row.small-gutters {
    margin-left: -4px;
    margin-right: -4px;
}
.small-gutters > .col,
.small-gutters > [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
}
.w-100 {
    width: 100% !important;
}
.min-height-100vh {
    min-height: 100vh;
}
.border-bottom {
    border-bottom: 1px solid;
}
small,
.small {
    font-size: 12px;
}
.padding-vertical-content {
    padding: 30px 0px;
}
.padding-content {
    padding: 30px 15px;
}
.thumb-container {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.thumb-container.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.thumb-container.user-thumb {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid;
    box-shadow: 0px 0px 0px 3px #ededed;
    border-radius: 50%;
}

.play-button {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../img/svg/icon_play.svg) no-repeat center center;
    background-size: 100%;
}

.sticky{
    position: sticky;
    top: 10px;
}

.info-content {
    padding: 4px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 7px;
}

hr {
    margin: 20px 0px 30px;
    border-width: 1px;
    height: 0px;
    border-top: 1px solid #ccc;
    border-bottom: none;
}
.lightgray-content hr {
    border-color: #aaaaaa;
}

/* OWL CAROUSEL */

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 5px 8px;
}
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #7bffa7;
}
body .owl-theme .owl-dots .owl-dot span {
    display: none;
}

/* COLORS */

.blue,
a.blue,
.blue a {
    color: #02b1e3;
}
.blue-content {
    background-color: #02b1e3;
    color: #ffffff;
}
.green,
a.green,
.green a {
    color: #183e40;
}
.green-content {
    background-color: #97c23e;
    color: #ffffff;
}
.green2,
a.green2,
.green2 a {
    color: #7bffa7;
}
.green2-content {
    background-color: #7bffa7;
    color: #ffffff;
}
.red,
a.red,
.red a {
    color: #ef0034;
}
.red-content {
    background-color: #ef0034;
    color: #ffffff;
}

.red-text {
    color: #ef0034;
}

.red-content a {
    color: #ffffff;
}
.violet,
a.violet,
.violet a {
    color: #a983ab;
}
.violet-content {
    background-color: #a983ab;
    color: #ffffff;
}
.pink,
a.pink,
.pink a {
    color: #ec87ad;
}
.pink-content {
    background-color: #ec87ad;
    color: #ffffff;
}

.dark,
a.dark,
.dark a {
    color: #575756;
}
.dark-content {
    background-color: #878787;
    color: #ffffff;
}

.dark-content .input{
    color:  #575756;
}

.gray,
.gray a,
a.gray {
    color: #dddddd;
}
.gray-content {
    background-color: #dddddd;
}
.lightgray-content {
    background-color: #f3f3f3;
}
.white,
a.white,
.white a {
    color: #ffffff;
}
.white-content {
    background-color: #ffffff !important;
}

.orange,
a.orange,
.orange a {
    color: #f3a532;
}
.orange-content {
    background-color: #f3a532;
    color: #ffffff;
}

.not-allowed {
    cursor: not-allowed;
}

.pointer {
    cursor: pointer;
}

.dimgray {
    color: dimgray;
}

.underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}
::-moz-selection {
    background-color: #00183a;
    color: #ffffff;
}

::selection {
    background-color: #00183a;
    color: #ffffff;
}

/*  HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 0 0 15px;
}
h1,
.h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 20px;
}
h2,
.h2 {
    font-size: 25px;
}
h3,
.h3 {
    font-size: 21px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 15px;
}
h6,
.h6 {
}

.title {
    font-weight: bold;
}
.light,
.regular {
    font-weight: 300;
}

/* BUTTONS */

.buttons {
}
.buttons .button {
    margin: 0 0px 10px 5px;
    cursor: pointer;
}

button,
.button,
input[type="submit"],
a.button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 16px;
    outline: none;
    border: none;
    line-height: 1;
    text-decoration: none;
    padding: 10px 16px;
    margin: 0 0 0px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 4px;
    border-radius: 15px;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
a.button:hover {
    opacity: 0.8;
}
.button.icon-button {
    padding-right: 25px;
    position: relative;
}
.button.icon-button:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 57%;
    top: 0;
    right: 0;
}
.button.icon-button-download:after {
    background-image: url(../img/svg/icon_pdf_white.svg);
}

.button.small-button {
    font-size: 9px;
    padding: 6px 10px;
    border-radius: 7px;
}

.button.large-button {
    font-size: 14px;
    padding: 13px 30px;
}
.button.flex-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* HAMBURGER */

body .hamburger,
body .hamburger:hover {
    margin-right: 19px;
    position: relative;
    opacity: 1;
}

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

body .hamburger .notification-count {
    left: -6px;
    top: -6px;
}

/* HEAD */

#head {
    background-color: #f3f3f3;
    padding: 10px 0;
    position: relative;
    z-index: 5;
    position: fixed;
    width: 100%;
}
#head:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #133c54;
    height: 3px;
    z-index: 1;
    background: linear-gradient(
        to right,
        #81c3e8 10%,
        #afcbaf 10%,
        #afcbaf 20%,
        #afcbb0 30%,
        #9a79a5 30%,
        #9a79a5 40%,
        #ddc5c2 40%,
        #ddc5c2 50%,
        #d79f2e 50%,
        #d79f2e 60%,
        #62a56f 60%,
        #62a56f 70%,
        #cb6572 70%,
        #cb6572 80%,
        #5ea7db 80%,
        #5fa9d8 90%,
        #96b2a9 90%,
        #96b2a9 100%
    );
    transition: all 0.3s;
}
#head .logo {
    display: block;
    width: 89px;
}
#head .logo > * {
    width: 100%;
}

#head .user-menu {
    position: relative;
    width: 100px;
    margin-right: 13px;
    text-align: center;
    display: block;
    padding: 0px 28px 0 27px;
    border-radius: 30px;
    line-height: 1.2;
}
#head .user-menu:before {
    left: 12px;
}
#head .user-name {
    font-size: 9px;
    line-height: 18px;
    display: block;
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}
#head .user-thumbnail {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
}

#head .user-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7bffa7;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

#head .user-menu ul.agencies {
    padding: 0;
}
#head .user-menu ul.agencies > li {
    text-align: left;
}
#head .user-menu ul.agencies > li a {
    display: flex;
    align-items: center;
    padding: 13px 10px;
}
#head .user-menu ul.agencies > li a .circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 0;
}
#head .user-menu ul.agencies > li.active a .circle {
    background-color: #7cf5a7 !important;
}
#head .logout-link {
    font-size: 20px;
}

/* ASIDE */

#aside {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 0px);
    max-width: 100%;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s, -o-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s,
        -webkit-transform 0.5s, -o-transform 0.5s;
    will-change: transform, opacity, visibility;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 2px;
    box-shadow: 1px 0px 10px -4px #888;
    padding: 1.5rem 1.5rem 2rem;
    /* padding: 83px 30px 30px; */
    -webkit-transform: translate3d(-100%, 0, 0);
    /*text-align: center;
     display: flex;
    justify-content: center;
    align-items: center; */
}

#aside  li > a{
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .75rem;
    border-radius: .5rem;
    margin-bottom: 1rem;
    transition: .3s;
    cursor: pointer;
}

#aside li{

    border-radius: 8px;
}

#aside li:hover{
    background-color: #a983ab3b;
}

#aside i.fas{
    font-size: 1.50rem;
}

#aside .logo {
    width: 140px;
    display: block;
    margin: 0 auto 20px;
}

#aside span.collapse-link{
    justify-self: flex-end;
}

#aside .submenu{
    display: none;
}

#aside ul.menu {
    padding: 0;
    list-style: none;
}

#aside ul.menu > li > a {
    text-decoration: none;
    transition: all 0.4s;
}

#aside li.active{
    background-color: #a983ab;
}

#aside li.active a{
    color:white;
}



/* .menu-active #aside:before {
    transform: translate3d(0, 0%, 0);
}
.menu-active #aside:after {
}
.menu-active #aside {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
}


#aside > div {
    height: 100%;
    position: relative;
     z-index: 1;
}

#aside ul.menu {
    padding: 0;
}
#aside ul.menu > li {
    list-style: none;
    position: relative;
    margin: 0 0 30px;
    width: 50%;
}
#aside ul.menu > li > a {
    text-decoration: none;
    width: 70px;
    height: 70px;
    background-color: #ddd;
    display: flex;
    border-radius: 10px;
    margin: auto;
    position: relative;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#aside ul.menu > li > a span:not(.notification-count) {
    display: block;
    font-size: 1.5vh;
    position: absolute;
    top: 103%;
    color: #878787;
    font-weight: bold;
    white-space: nowrap;
}
#aside ul.menu > li:not(.active) > a:hover {
    opacity: 0.7;
}
#aside ul.menu > li.active > a {
    background-color: #a983ab;
    color: #ffffff;
}
#aside ul.menu > li > ul {
    padding: 0;
    margin: 10px 0px;
}
#aside ul.menu > li > ul > li {
    list-style: none;
}
#aside ul.menu > li > ul > li > a {
    text-decoration: none;
    padding: 2px 0;
    color: #b6221e;
    font-weight: 500;
    font-size: 15px;
    display: block;
}

#aside footer {
    margin-top: 50px;
}

#aside .search-form {
    border-bottom: 2px solid;
    width: 100%;
    margin: 0 0 20px;
} */
input::placeholder {
    color: #cccccc;
}
/* #aside .search-form input[type="text"],
#aside .search-form input[type="search"] {
    -webkit-appearance: none;
    border: none;
    background: none;
    font-size: 14px;
    padding: 5px;
}
#aside .search-form button[type="button"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: none;
    width: 20px;
    height: 33px;
    background: url(../img/svg/icon_lens_green.svg) no-repeat center center;
    background-size: 100%;
    padding: 0;
} */

#main {
    display: block;
    padding: 65px 0 40px;
}

.main-section {
    position: relative;
}

.main-section > .left-content {
    background-color: #ededed;
}

.notification-count {
    position: absolute;
    background-color: #f00034;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    z-index: 1;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HIDDEN CONTENT */

.hidden-content-wrapper {
    position: relative;
}

.trigger-hidden-content {
    cursor: pointer;
    position: relative;
}
/*
.trigger-hidden-content:before{
	content: '';
	position: absolute;
	top: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	transform: translateY(-50%) rotate(0);
	transform-origin: center;
}
.active.trigger-hidden-content:before{
	transform: translateY(-50%) rotate(180deg);
}*/
.hidden-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    width: 190px;
    z-index: 1;
    font-size: 14px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: -1px 1px 5px -1px #365052;
    overflow: hidden;
}
.hidden-content.hc-right-bottom {
    right: 0;
    top: 100%;
}
.hidden-content.hc-center-bottom {
    right: 14px;
    top: 100%;
}
*.active > .hidden-content {
    visibility: visible;
    opacity: 1;
}

*.active > .trigger-hidden-content {
    color: #96c23e;
}
.hidden-content > div:before {
    content: "";
    position: absolute;
}
.hidden-content.hc-right-bottom > div:before {
    bottom: 100%;
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
}

.hidden-content ul {
    margin: 0;
    padding: 0;
}

.hidden-content ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ededed;
}

.hidden-content ul > li > * {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
}

/* styling scrollbar */

.scroll-content::-webkit-scrollbar {
    width: 4px;
    transition: all 0.3s ease;
}

.scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.scroll-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #32c8bc;
    -webkit-box-shadow: none;
    border: none;
    transition: all 0.3s ease;
}
.scroll-content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(50, 200, 188, 0.4);
}

/* HIDDEN CONTENT */

.modules-hidden-content {
}
.modules-hidden-content .trigger-hidden-content {
    padding-right: 17px;
    font-size: 13px;
}
.modules-hidden-content .trigger-hidden-content:before {
    right: 0;
}
.modules-hidden-content .hidden-content {
    width: 250px;
}
.modules-hidden-content .hidden-content ul {
    max-height: 270px;
    overflow-y: scroll;
}
.modules-hidden-content .hidden-content ul li {
}
.modules-hidden-content .hidden-content ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* FORMS */

.input-content {
    position: relative;
}
.form-content p {
    margin: 0 0 5px;
}
.input-content label, .input-content-checkbox > label {
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
}


.input-content label.error,
.input-content label.success {
    position: absolute;
    font-weight: bold;
    color: white;
    padding: 4px 2px;
    font-size: 8px;
    bottom: -11px;
    z-index: 5;
    right: 0px;
    border-radius: 6px;
}
.input-content label.error {
    background-color: #ef0034;
}
.input-content label.success {
    background-color: #97c23e;
}

.input-content.disabled span.select2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    cursor: not-allowed;
    background-color: #ffffff33;
}

.min-label-width-60 label,
.min-width-60 {
    min-width: 60px;
}
.min-label-width-80 label,
.min-width-80 {
    min-width: 80px;
}
.min-label-width-100 label,
.min-width-100 {
    min-width: 100px;
}
.min-label-width-120 label,
.min-width-120 {
    min-width: 120px;
}
.input-content input,
.input-content .input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: none;
    width: 100%;
    padding: 7px 10px;
    border-radius: 7px;
    font-size: 13px;
    min-width: 0;
}

.input-content .input {
    background-color: #ffffff;
    height: 28px;
}

.gray-content .input-content .input {
    background-color: #f3f3f3;
}

.input-content textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: none;
    width: 100%;
    padding: 8px 10px;
    border-radius: 7px;
    font-size: 13px;
}

.input-content-150 {
    width: 150px;
}

.input-content.horizontal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.input-content.horizontal label {
    margin: 0 0 0 10px;
    white-space: initial;
    max-width: 15ch;
    word-wrap: break-word;
}

@media (min-width:768px) and (max-width:1440px) {
    .input-content.horizontal label {
        width: min-content;
        min-width: 10ch;
    }
    .input-content.horizontal > label i,
    .input-content.horizontal > .dropdown i{
        display: table;
        margin-top: 3px;
    }
}

.input-content.horizontal > .dropdown{
    flex-shrink: 0;
    max-width: 15ch;
    margin-right: 10px;
}

.input-content.horizontal > .dropdown label{
    margin: initial;
    max-width: initial;
}

.input-content.horizontal > *:not(label):not(.checkbox-container):not(.input):not(.dropdown) {
    display: flex;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.input-link {
    cursor: pointer;
    background-color: #97c23e55 !important;
    overflow: auto;
    padding: 5px 10px !important;
}

.form-content .button {
    font-size: 14px;
    padding: 11px 50px;
    border-radius: 7px;
    background: linear-gradient(to right, #575756, rgba(33, 80, 82, 0.7));
}
.form-content .button.small-button {
    font-size: 11px;
    padding: 5px 20px;
}

select {
    width: 100%;
}


.checkbox-pill input{
    display:none;
}

.checkbox-pill label{
    background-color: white;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0px 2px;
    cursor: pointer;
}

.checkbox-pill input:checked + label {
    font-weight: bold;
    background-color: #02b1e3;
    color:white;
}

/* LOGIN */

.login-form-content {
    padding: 110px 10px 0px;
    background: url(../img/logo_white.jpg) no-repeat center 26px;
    background-size: 100px;
}
.login-form-content > div {
    border-radius: 16px;
    padding: 40px 20px;
    background-size: 91px;
}
.login-form-content .input-content input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: none;
    padding: 12px;
    border-radius: 8px;
    min-height: 52px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ccc;
    outline: none;
    min-width: 200px;
}
.login-form-content input[type="submit"] {
    min-width: 150px;
}
.white-content .input-content input {
    background-color: #ededed;
}
.lightgray-content .input-content input {
    /* background-color: #ffffff; */
}
.gray-content .input-content input {
    background-color: #f3f3f3 !important;
}

.error-msg {
    padding: 10px;
    background: #ca5f5f;
    border-radius: 4px;
    color: #ffffff;
    font-size: 11px;
    margin: 0 0 10px;
}
.error-msg > ul {
    padding: 0;
}
.error-msg > ul > li {
    margin: 0 0 5px;
}

.success-msg {
    padding: 10px;
    background: #1f9b9c;
    border-radius: 4px;
    color: #ffffff;
    font-size: 11px;
    margin: 0 0 10px;
}

.input-file-wrapper {
}
.input-file-wrapper input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: none;
}
.input-file-wrapper .button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #575756;
    right: 0;
    cursor: pointer;
    /*opacity: 1;*/
    position: absolute;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

body .vdatetime-popup__header,
body .vdatetime-calendar__month__day--selected > span > span,
body .vdatetime-calendar__month__day--selected:hover > span > span,
body .vdatetime-calendar__month__day--selected > span > span,
body .vdatetime-calendar__month__day--selected:hover > span > span {
    background-color: #575756;
}
body .vdatetime-popup__actions__button,
body .vdatetime-popup__actions__button:hover {
    color: #575756;
}

/* faqs */

.faq {
    border-bottom: 1px solid #ededed;
}
.faq .title {
    position: relative;
    padding: 20px 30px 20px 0px;
    cursor: pointer;
    font-size: 17px;
}
.faq.active .title {
}
.faq .title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #053f41;
}
.faq.active .title:before {
    transform: translate(0, -50%) rotate(180deg);
}
.faq .text {
    display: none;
}
.faq.active .text {
    display: block;
    padding: 40px 20px;
    background: #ededed;
}

/* MODAL */

.custom-modal {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    padding: 40px 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}
.custom-modal.active {
    opacity: 1;
    visibility: visible;
}
body.modal-open {
    overflow: hidden;
}

.custom-modal-scroll-y .content > div {
    max-height: 70vh;
    overflow-y: scroll;
}

.custom-modal > div {
    position: relative;
    width: auto;
    margin: 0 auto;
}
.custom-modal .content {
    color: #313131;
    max-width: 100%;
    background-color: #f5f5f5;
    border-radius: 6px;
    box-shadow: 0px 0px 35px -25px #666;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
}
.custom-modal .content .title,
.custom-modal .content .modal-title {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.custom-modal .content .main-close-modal {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-modal .buttons {
    text-align: right;
}

/* CHECKBOX CONTAINER */

.checkbox-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.checkbox-container + .checkbox-container {
    margin-left: 5px;
}

.checkbox-container input[type="checkbox"],
.checkbox-container input[type="radio"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.checkbox-container input[type="checkbox"] + label,
.checkbox-container input[type="radio"] + label {
    margin: 0 0 2rem;
    cursor: pointer;
    padding-left: 1.5rem;
}
.checkbox-container input[type="checkbox"] + label:before,
.checkbox-container input[type="radio"] + label:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    max-width: none;
    border: 1px solid #ccc;
    vertical-align: top;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.checkbox-container.squared input[type="checkbox"] + label:before,
.checkbox-container.squared input[type="radio"] + label:before {
    border-radius: 4px;
}

.checkbox-container input[type="checkbox"] + label:after,
.checkbox-container input[type="radio"] + label:after {
    content: "";
    position: absolute;
    width: 7px;
    border-radius: 2px;
    left: 3px;
    top: 3px;
    height: 7px;
    margin: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox-container.squared input[type="checkbox"] + label,
.checkbox-container.squared input[type="radio"] + label {
    border-radius: 4px;
    margin: 0;
    width: 17px;
    height: 19px;
}

.checkbox-container.squared
    input[type="checkbox"]
    + label:before
    .checkbox-container.squared
    input[type="radio"]
    + label:before {
    border-radius: 0px;
}

.checkbox-container.squared input[type="checkbox"] + label:after,
.checkbox-container.squared input[type="radio"] + label:after {
    border-radius: 2px;
    margin: 0;
    width: 10px;
    height: 10px;
}

.checkbox-container input[type="checkbox"] + label + label,
.checkbox-container input[type="radio"] + label + label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    line-height: 1.5;
    font-size: 0.9rem;
}

.checkbox-container + label {
    margin: 0 0 10px;
    font-size: 12px;
    max-width: calc(100% - 50px);
    line-height: 1.1;
}

.checkbox-container + label a {
    color: #f4364c;
    text-decoration: underline;
}

.checkbox-container input[type="checkbox"]:checked + label:after,
.checkbox-container input[type="radio"]:checked + label:after {
    background: #565655;
}

.radio-button {
    display: inline-block;
}
.radio-button + .radio-button {
    margin-left: 8px;
}
.radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.radio-button label.option-label {
    background: #e7e7e7;
    margin: 0;
}
.radio-button label.option-label.option-label-small {
    font-size: 10px;
    padding: 4px 25px;
}

.radio-button input:checked + label.option-label.green-option {
    background: #97c23e;
    color: #ffffff;
}
.radio-button input:checked + label.option-label.red-option {
    background-color: #f00034;
    color: #ffffff;
}

.radio-button input:checked + label.option-label.pink-option {
    background-color: #ec87ad;
    color: #ffffff;
}

.radio-button input:checked + label.option-label.orange-option {
    background-color: #f3a532;
    color: #ffffff;
}

.radio-button input:checked + label.option-label.dark-option {
    background-color: #878787;
    color: #ffffff;
}

/* ERRORS */

.help-block.form-error {
    background-color: #b01c1c;
    color: #ffffff;
    font-size: 9px;
    padding: 4px 5px;
    border-radius: 0 0 10px 10px;
}
.input-content .help-block.form-error {
    position: absolute;
    left: 0;
    bottom: -8px;
    border-radius: 5px;
}

/* TABLES */

.table {
    width: 100%;
    border-collapse: collapse;
}
.table td,
.table th {
}
.table td {
    background-color: #f3f3f3;
    font-size: 1em;
    /*min-width: 70px;*/
}
.lightgray-content .table td {
    background-color: #ffffff;
}
.table-responsive {
    display: block;
    overflow-x: auto;
    /* width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    direction: rtl;*/
}

.table-responsive .table {
    max-width: none;
}
.table th {
    background: #bbb;
    color: #ffffff;
}

.table th:first-child {
    border-radius: 0px 8px 0px 0px;
    border-top: none;
    border-right: none;
}
.table th:last-child {
    border-radius: 8px 0px 0px 0px;
    border-top: none;
    border-left: none;
}
.table tr:last-child td {
    border-bottom: none;
}
.table tr:last-child td:first-child {
    border-radius: 0px 0px 8px 0px;
    border-top: none;
    border-left: none;
}
.table tr:last-child td:last-child {
    border-radius: 0px 0px 0px 10px;
    border-top: none;
    border-left: none;
}
.table tr:first-child:last-child td:last-child {
    border-radius: 0px 0px 10px 10px;
}
.table th.orderable {
    position: relative;
    padding-right: 2rem;
}
.table th .sorting {
    position: absolute;
    right: 0;
    top: 50%;
    height: 35px;
    width: 2rem;
    transform: translateY(-50%);
}
.table th .sorting * {
    position: absolute;
    content: "";
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translateX(-50%);
    opacity: 0.4;
}
.table th .sorting.sort-asc .asc,
.table th .sorting.sort-desc .desc {
    opacity: 1;
}
.table th .sorting .asc {
    border-bottom: 6px solid #ffffff;
    top: 10px;
}
.table th .sorting .desc {
    border-top: 6px solid #ffffff;
    bottom: 10px;
}
.table thead th {
    padding: 4px 4px;
    font-size: 12px;
    border-top: none;
    border-color: #fff;
    color: #f3f3f3;
    line-height: 1;
    width: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table th,
.table td {
    padding: 7px 5px;
    font-size: 11px;
    white-space: nowrap;
    vertical-align: middle;
    border-left: none;
    border-right: none;
    border-bottom-color: #565655;
    border: 1px solid #ededed;
    -webkit-font-smoothing: antialiased;
}

.table.small-table thead th,
.table.small-table td {
    font-size: 11px;
}
.table.small-table td {
    white-space: normal;
}

.table.small-table th {
    padding: 7px 11px;
}

.table.small-table td {
    padding: 4px 8px;
}

.table td.thumb-container {
    width: 50px;
    height: 50px;
}
.tablealign-middle * {
    vertical-align: middle;
}
.table .button {
    margin-bottom: 0px;
}
.table tr.highlighted {
    background: rgba(17, 165, 167, 0.08);
}

/* datatables */

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

table.dataTable thead th,
table.dataTable thead td {
    /* padding: 10px 18px 10px 10px; */
    border-bottom: none;
    font-size: 11px;
    border-color: #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #ededed;
    border: none;
    font-weight: bold;
}

.table.loading {
    display: none;
}

th.th-bulk {
    width: 50px;
}

table .options {
    display: flex;
    align-items: center;
}
table .options > * {
    font-size: 17px;
}
table .options > *:not(:last-child) {
    margin: 0 0px 0 7px;
}

.table td.inactive,
.table td.cancelled {
    background-color: rgba(240, 0, 52, 0.1);
}
.table td.active,
.table td.completed {
    background-color: rgba(151, 194, 62, 0.1);
}

.table td.inprogress {
    background-color: rgba(2, 177, 227, 0.1);
}

input[type="search"],
input[type="text"],
input[type="number"] {
    outline: none;
}

input:disabled {
    background-color: #ddd !important;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    float: right;
    min-width: 150px;
}

/* DATATABLES FORMATTING */

.dataTables_length {
    margin: 0 0 10px;
}
.dataTables_length > label {
    display: flex;
}
.dataTables_length > label > * {
    margin-right: 5px;
}

.table.dataTable.no-footer {
    border-bottom: none;
    margin: 0 0 10px;
}
.table.dataTable tbody {
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 0;
}

/* CUSTOM TABS */

.custom-tabs {
    overflow: hidden;
}

.custom-tabs .tabs {
    display: flex;
}
.custom-tabs .tabs > * {
    padding: 10px;
    text-align: center;
    background-color: #ddd;
    margin: 0 1px;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 12px;
}
.custom-tabs .tabs > *:first-child {
    border-radius: 8px 0px 0px 0px;
}
.custom-tabs .tabs > *:last-child {
    border-radius: 0px 9px 0px 0px;
}

.custom-tabs .tabs.full-width > * {
    flex: 1;
}
.custom-tabs .tabs > *.active {
    background-color: #878787;
    color: #ffffff;
    font-weight: bold;
}

.custom-tabs .tab-content {
}
.custom-tabs .tab-content > div {
    padding: 20px 20px;
    display: none;
}
.custom-tabs .tab-content > div.active {
    display: block;
}

/* SELECT 2 */

.select2-container {
    width: 100%;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    min-width: 0;
}
.select2-container .select2-selection--single {
    outline: none;
    border: none;
    border-radius: 7px;
    /*	background-color: #e7e7e7 !important;*/
}

.lightgray-content .select2-container--default .select2-selection--single {
    background-color: #ffffff;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #888888;
}

select.custom-color
    + .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #ffffff transparent transparent transparent;
}
select.custom-color
    + .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #ffffff transparent;
}

select.custom-color + .select2-container .select2-selection--single {
    border: none;
    outline: none;
}

select.custom-color
    + .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    color: #ffffff;
}

select.custom-color.border-content
    + .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    border: 1px solid;
}

select.orange-content + .select2-container .select2-selection--single {
    background-color: #f3a532;
}
/*.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F3A532;
}*/

select.green-content + .select2-container .select2-selection--single {
    background-color: #97c23e;
}
/*select.green-content + .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #97c23e;
}*/

select.gray-content + .select2-container .select2-selection--single {
    background-color: #dddddd;
}

.select2-container input {
    outline: none;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #02b1e3;
    color: white;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-height: 23px;
}

/* select2 multiple */

.select2-container--default .select2-selection--multiple {
    background-color: #e7e7e7;
    width: 100% !important;
    border: none;
}
.lightgray-content .select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #02b1e3;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 3px 6px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #ffffff;
}

.select2-container .selection {
    width: 100%;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: #999;
    outline: 0;
}

/* MODULES */

.module {
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    /*overflow: hidden;*/
    margin: 0 0 20px;
}
.module .title {
    padding: 10px;
    margin: 0 0 10px;
    font-size: 15px;
    border-radius: 10px 10px 0px 0px;
}
.module-content {
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    margin: 0 0 8px;
    border-radius: 5px;
}
.module-content p {
    margin: 4px 0 4px;
}

.module-content-230 {
    height: 230px;
}

.module-content-scrollable {
    overflow-y: scroll;
}

.breach-info {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
}

/* service stages */

.service-stages {
    padding: 10px 0px;
}
.service-stages .stage {
    position: relative;
    padding-left: 30px;
    margin: 10px 0px;
    display: inline-block;
}
.service-stages .stage:before {
    content: "";
    position: absolute;
    left: 0;
    width: 17px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    top: calc(50% - 29px);
}
.service-stages .stage-green:before {
    background-image: url(../img/stage_dec_green.png);
}
.service-stages .stage-orange:before {
    background-image: url(../img/stage_dec_orange.png);
}
.service-stages .stage-gray:before {
    background-image: url(../img/stage_dec_gray.png);
}

.service-stages .stage .button {
    margin: 2px 0px 6px;
    padding: 8px 30px;
}

/* selection list */

ul.selection {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.selection > li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ededed;
    padding: 6px;
    border: 1px solid #ccc;
    margin: 0 0px 5px 5px;
    display: flex;
}
ul.selection > li span {
    font-size: 12px;
}
ul.selection > li .button {
    margin-right: 5px;
    font-size: 10px;
    border-radius: 3px;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.message-red {
    color: #ef0034;
}

.message-green {
    color: #97c23e;
}

.message-yellow {
    color: #f3a532;
}

.message {
    margin-bottom: 15px;
    font-weight: 700;
}

/* LOADER */

@keyframes ldio-zz2amxqobh {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.ldio-zz2amxqobh div {
    left: 125.55000000000001px;
    top: 75.60000000000001px;
    position: absolute;
    animation: ldio-zz2amxqobh linear 0.8928571428571428s infinite;
    background: #97c23e;
    width: 18.900000000000002px;
    height: 32.400000000000006px;
    border-radius: 9.396px / 9.396px;
    transform-origin: 9.450000000000001px 59.400000000000006px;
}
.ldio-zz2amxqobh div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.7653061224489796s;
    background: #97c23e;
}
.ldio-zz2amxqobh div:nth-child(2) {
    transform: rotate(51.42857142857143deg);
    animation-delay: -0.6377551020408163s;
    background: #02b1e3;
}
.ldio-zz2amxqobh div:nth-child(3) {
    transform: rotate(102.85714285714286deg);
    animation-delay: -0.510204081632653s;
    background: #ef0034;
}
.ldio-zz2amxqobh div:nth-child(4) {
    transform: rotate(154.28571428571428deg);
    animation-delay: -0.3826530612244898s;
    background: #ec87ad;
}
.ldio-zz2amxqobh div:nth-child(5) {
    transform: rotate(205.71428571428572deg);
    animation-delay: -0.2551020408163265s;
    background: #a983ab;
}
.ldio-zz2amxqobh div:nth-child(6) {
    transform: rotate(257.14285714285717deg);
    animation-delay: -0.12755102040816324s;
    background: #f3a532;
}
.ldio-zz2amxqobh div:nth-child(7) {
    transform: rotate(308.57142857142856deg);
    animation-delay: 0s;
    background: #878787;
}
.loadingio-spinner-spinner-9id74xo357 {
    width: 270px;
    height: 270px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-zz2amxqobh {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-zz2amxqobh div {
    box-sizing: content-box;
}
/* generated by https://loading.io/ */

.golden-star {
    color: #f3a532;
    font-size: 1.2rem;
}

/* dropdown style */
.dropup,
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid lightgray;
    margin-top: 3px;
    -webkit-box-shadow: 10px 11px 36px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 11px 36px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 11px 36px -17px rgba(0, 0, 0, 0.75);
}

.dropdown-menu-md {
    min-width: 350px;
}

.dropdown-menu-sm {
    min-width: 150px;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: $dropdown-spacer;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-menu
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.dropdown-menu .select2-container .select2-selection--single, .filter-input-date {
    background-color: #fafafa;
    border-radius: 6px;
}

.w-150 {
    width: 150px;
}

.w-75 {
    width: 75px;
}

.dataTables_wrapper .dataTables_processing {
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(25%, rgba(255, 255, 255, 0.9)),
        color-stop(75%, rgba(255, 255, 255, 0.9)),
        color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 25%,
        rgba(255, 255, 255, 0.9) 75%,
        rgba(255, 255, 255, 0) 100%
    );
}

.incoming-call-button {
    position: fixed;
    top: 30px;
    right: 210px;
}

.tippy-box[data-theme~="tippy-tooltip"] {
    background-color: white;
    color: #575756;
    border: 1px solid silver;
    border-radius: 8px;
    padding: 10px;
}

.tippy-box[data-theme~="tippy-tooltip"][data-placement^="top"]
    > .tippy-arrow::before {
    border-top-color: #878787;
}
.tippy-box[data-theme~="tippy-tooltip"][data-placement^="bottom"]
    > .tippy-arrow::before {
    border-bottom-color: #878787;
}
.tippy-box[data-theme~="tippy-tooltip"][data-placement^="left"]
    > .tippy-arrow::before {
    border-left-color: #878787;
}
.tippy-box[data-theme~="tippy-tooltip"][data-placement^="right"]
    > .tippy-arrow::before {
    border-right-color: #878787;
}

/* .tippy-content {
    white-space: pre-line;
} */

.chart-container {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}
.chart-container.loading,
.service-type-boxes-container.loading {
    opacity: 0.4;
}

.service-type-selected td {
    background-color: #02b1e333 !important;
}

.service-type-status-selected {
    filter: drop-shadow(0px 0px 4px #137e9d);
    border: 1px solid white;
    outline: 1px solid #02b1e3;
}

.metrics-list {
    list-style: none;
}

.metrics-list .metric {
    padding: 5px;
    border-radius: 7px;
    text-align: center;
    color: white;
    font-weight: bold;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metrics-list .metric i {
    margin-left: 3px;
}

.metrics-list .metric-text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    min-height: 2.5em;
}

@media (min-width: 1680px) {
    .metrics-list .metric-text {
        min-height: revert;
    }
}

/*
.owl-item{
	max-width: 100px;
}
*/
/* RESPONSIVE */
@media (min-width: 768px) {
    /* generales */

    .padding-vertical-content {
        padding: 50px 0px;
    }

    .padding-content {
        padding: 30px 15px 30px;
    }
    .buttons {
        margin: 0;
    }
    .buttons .button {
        margin: 0 0px 0px 5px;
    }
    button,
    .button,
    input[type="submit"],
    a.button {
        padding: 9px 20px;
        font-size: 13px;
        border-radius: 8px;
    }
    .button.small-button {
        font-size: 10px;
        padding: 6px 10px;
    }
    .button.large-button {
        font-size: 18px;
        padding: 13px 30px;
    }
    .thumb-container.user-thumb {
        width: 90px;
        height: 90px;
        min-width: 90px;
    }

    /* headings */

    h3,
    .h3 {
        font-size: 23px;
    }

    /* head */

    #head {
        padding: 0;
    }
    #head .logo {
        width: 143px;
        margin-left: 30px;
    }
    #head .user-menu {
        margin-right: 30px;
        width: 130px;
    }
    #head .user-menu:before {
    }
    #head .user-name {
        font-size: 13px;
        line-height: 23px;
    }
    #head .user-thumbnail {
        width: 40px;
        height: 40px;
    }

    #head .user-status {
    }

    /* ASIDE */

    #aside {
        /* padding: 2vh 30px; */
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        box-shadow: none;
        width: 190px;
        border-left: 5px solid #ededed;
    }
    #aside .logo {
        margin: 0 auto 3vh;
        width: 12vh;
    }

    #aside + #main {
        padding: 60px 190px 60px 0px;
    }

    /* #aside ul.menu {
        margin: 0 0 8vh;
    }
    #aside ul.menu > li {
        width: 100%;
        margin: 0 0 3.6vh;
    }

    #aside ul.menu > li > a {
        width: 7vh;
        height: 7vh;
    }
    #aside ul.menu > li .notification-count {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }
    #aside ul.menu > li > ul {
        margin: 10px 0px;
    }
    #aside ul.menu > li > ul > li > a {
    }
    #aside .search-form {
    }
    #aside .search-form input[type="text"],
    #aside .search-form input[type="search"] {
        font-size: 12px;
        padding: 5px;
    }
    #aside .search-form button[type="button"] {
        width: 20px;
        height: 33px;
        background-size: 100%;
    }

    #aside + #main {
        padding: 60px 190px 60px 0px;
    } */

    /* tables */

    .table {
    }
    .table thead th {
        padding: 8px 4px;
    }
    .table td {
    }
}
@media (min-width: 992px) {
    /* modal */

    .custom-modal {
        padding: 60px 20px;
    }
    .custom-modal > div {
        position: relative;
        width: auto;
        margin: 0 auto;
        height: 100%;
        display: flex;
        align-items: flex-start;
        align-content: center;
    }
    .custom-modal .content {
        width: 600px;
        max-width: 100%;
        padding: 20px 40px;
    }
    .custom-modal .content.content-small {
        width: 600px;
    }

    .custom-modal .content.content-large {
        width: 900px;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1500px) {
    /* #aside + #main {
        padding: 60px 200px 60px 10px;
    } */
}

/* LTR MODE */

body.ltr {
    text-align: left;
}

/*
.ltr .input-content input,
.ltr .input-content .input,
.ltr .input-content textarea,
.ltr .table th,
.ltr .table td{
	text-align: left;
}
.ltr .input-content.horizontal,
.ltr ul.selection{
	justify-content: flex-start;
}*/

.ltr .input-file-wrapper .button {
    right: inherit;
    left: 0;
}
/*
.ltr .table,
.ltr .table-responsive{
	direction: ltr;
}*/

.ltr .form-group label {
    float: none;
}
.ltr ul.selection > li {
    margin: 0 5px 5px 0px;
}

.ltr .table th:first-child {
    border-radius: 8px 0px 0px 0px;
}

.ltr .table tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
}

.ltr .table tr:first-child:last-child td:last-child {
    border-radius: 0px 0px 10px 10px;
}
.ltr .table th.orderable {
    position: relative;
    padding-right: 0;
    padding-left: 2rem;
}
.ltr .table th .sorting {
    right: inherit;
    left: 0;
}

.ltr .table th:last-child {
    border-radius: 0px 8px 0px 0px;
}

.ltr .table tr:last-child td:first-child {
    border-radius: 0 0 0px 8px;
}

.ltr #aside {
    right: inherit;
    left: 0;
    box-shadow: 1px -4px 10px 0px #888;
    /* padding: 83px 30px 30px; */
    -webkit-transform: translate3d(0%, 0, 0);
}

.ltr .menu-active #aside:before {
    transform: translate3d(0, 0%, 0);
}

/*
.ltr .input-content.horizontal label +input,
.ltr .input-content.horizontal input + .dropdown,
.ltr .input-content.horizontal .select2 + label,
.ltr .input-content.horizontal select + label {

	margin: 0 10px 0 0;
}*/

.ltr .input-content.horizontal label {
    margin: 0 10px 0 0;

}

.ltr .table-responsive .text-right {
    text-align: left !important;
}

.ltr .dataTables_length > label > * {
    margin-right: 5px;
    margin-left: 0px;
}

@media (min-width: 768px) {
    .ltr #aside {
        border-left: none;
        border-right: 5px solid #ededed;
    }
    .ltr #aside + #main {
        padding: 60px 0px 60px 190px;
    }
    .ltr .row .justify-content-end {
        justify-content: flex-start !important;
    }
}

/* RTL MODE */

.direction-ltr {
    direction: ltr;
}
body.rtl {
    text-align: right;
}

body.rtl form {
    direction: rtl;
}

body.rtl ul.selection > li .button {
    margin-left: 5px;
}

body.rtl .filters {
    direction: rtl;
}

body.rtl .radio-button + .radio-button {
    margin-right: 8px;
}

body.rtl .table-responsive {
    width: 100%;

    -webkit-overflow-scrolling: touch;
    direction: rtl;
}

body.rtl .dataTables_info {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.rtl .input-content input,
.rtl .input-content .input,
.rtl .input-content textarea {
    text-align: right;
}

.custom-modal .buttons {
    direction: ltr;
}

body.rtl
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
}

body.rtl #aside{
    direction:rtl;
}


.js-labels-with-same-width .input-content .select2-container{
    width: 100% !important;
}

.js-labels-with-same-width label{
    flex-grow: 1;
    flex-shrink: 0;
}

body.rtl .input-content label.success,
body.rtl .input-content label.error {
    right: unset;
    left: 0px;
}

body.rtl .dataTables_scrollHeadInner {
    padding-right: 0px !important;
    padding-left: 17px;
}

.product-icon{
    max-width: 125px;
}
