.dataTables_scroll{overflow:auto!important}

::placeholder {
    color: #99999B !important;
    opacity: .6 !important;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #99999B !important;
    opacity: .6 !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #99999B !important;
    opacity: .6 !important;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #99999B !important;
    opacity: .6 !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #99999B !important;
    opacity: .6 !important;
}

html {
  background-color: #F4F5F7!important;
}

body {
  background: #F4F5F7!important;
}

.message.is-warning .message-body {
    border-radius: 20px!important;
}

.message-body {
    border-width: 2px!important;
}

.widget-card {
    background-color: #fff;
    transition: all .5s ease-in-out;
    border: 0px solid transparent;
    border-radius: 20px;
    box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.04);
}

.widget-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
}

.widget-card-body {
    flex: 1 1 auto;
}

.widget-stat .widget-media {
    padding: 0px 0;
    align-items: center;
}

.widget-media {
    display: flex;
    align-items: flex-start;
}

.widget-stat .widget-media > span {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464a53;
}

.widget-background {
    background: #f4f6fd;
    border-color: #f4f6fd;
}

.media-body {
    flex: 1;
}

.widget-stat .widget-media .media-body h3 {
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 0px;
    line-height: 1.2;
}

.lb_cron_output {
    font-size: 1rem!important;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

@media screen and (min-width: 769px), print {
    .is-size-6-5-tablet {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 500px) {
    .is-hidden-smobile {
        display: none !important;
    }
}

@media (min-width:641px) {
    .set_width_550_desktop {
        width:550px;
    }
}

.ck-editor__editable_inline {
    min-height: 180px;
}

.field p.is-danger {
    display: block!important;
    font-size: 0.75rem!important;
    margin-top: 0.25rem;
}

@media screen and (min-width: 769px) {
    .modal-card, .modal-content {
        width: 500px;
    }
}

@media screen and (min-width: 1282px) {
    .logged-in-icon {
        display: none!important;
    }
    .menu-container {
        margin-left: 32px!important;
        margin-right: 32px!important;
    }
}

@media screen and (min-width : 300px) and (max-width : 1019px) {
    .logged-in-icon {
        display: inline!important;
    }
    .menu-container {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

@media screen and (min-width : 1020px) and (max-width : 1281px) {
    .logged-in-icon {
        display: inline!important;
    }
    .navbar-brand .navbar-item {
        max-width: 150px!important;
    }
    .logged-in-text {
        display: none!important;
    }
    .menu-container {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

.is-cr-t[type="checkbox"].is-small + label {
    padding-left: 0px!important;
}

.removeRow
{
    background-color: #feecf0!important;
    color:#F32C1E!important;
}

#delete_notification .notification {
    margin-bottom: 1.5rem!important;
}

.table_custom_buttons{
  float: left;
  padding-left: 15px;
  margin-top: -3px;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .table_custom_buttons{
    float: none;
    text-align: center;
    padding-right: none;
    padding-top: 15px;
  }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-card-title {
    font-size: 1.1rem!important;
}

.modal-button-small {
    border-radius: 3px!important;
    font-size: .9em!important;
}

.box {
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15) !important;
    border-radius: 5px !important;
    background: #fff;
}

.file-icon-bulma {
  align-items: center!important;
  display: flex!important;
  height: 1em!important;
  justify-content: center!important;
  margin-right: 0.5em!important;
  width: 1em!important;
}


.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  overflow-wrap: break-word!important;
  word-wrap: break-word!important;
  -ms-word-break: break-word!important;
  word-break: break-word!important;
}


.card-content {
  overflow-wrap: break-word!important;
  word-wrap: break-word!important;
  -ms-word-break: break-all!important;
  word-break: break-word!important;
  -ms-hyphens: auto!important;
  -moz-hyphens: auto!important;
  -webkit-hyphens: auto!important;
  hyphens: auto!important;
}


.menu-list a.is-active {
  background-color: #00d1b2!important;
}


@media screen and (min-width: 1088px) {
  .navbar.is-spaced {
    padding: 0.6rem 1.7rem;
  }
  .navbar-dropdown {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important;
  }
}

@media screen and (min-width: 1088px) {
  .main_body {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
}

@media screen and (min-width: 1918px) {
  .section.is-medium {
    padding: 12rem 2rem!important;
  }
  .section.is-large {
    padding: 22rem 2rem!important;
  }
  .main_body {
    padding-right: 150px!important;
    padding-left: 150px!important;
  }
  .navbar {
    padding-right: 100px!important;
    padding-left: 100px!important;
  }
}

@media screen and (min-width: 3010px) {
  .section.is-medium {
    padding: 20rem 7rem!important;
  }
  .section.is-large {
    padding: 30rem 7rem!important;
  }
  .main_body {
    padding-right: 450px!important;
    padding-left: 450px!important;
  }
  .navbar {
    padding-right: 400px!important;
    padding-left: 400px!important;
  }
}

.footer {
  background: #fafafa!important;
}

.inbox-messages {
    border-radius: 0 0 0.4em 0.4em!important;
}

.notification {
    border-radius: 5px!important;
}

.has-default-shadows {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1)!important; 
}

@media screen and (max-width: 767px) {
    .navbar-link:after {
        border: 1px solid #00d1b2;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: 0.5em;
        pointer-events: none;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 0.5em;
        margin-top: -0.375em;
        right: 1.125em;
        top: 50%;
    }
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0rem;
  margin-right: 0rem;
}

.tooltip {
    position: relative
}

.tooltip.is-tooltip-active:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
    z-index: 99999;
    position: absolute;
    display: inline-block;
    pointer-events: none
}

.tooltip.is-tooltip-active::before,
.tooltip:hover::before {
    z-index: 99999;
    position: absolute;
    display: inline-block;
    pointer-events: none
}

.tooltip.is-tooltip-active:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
    content: "";
    border-style: solid;
    border-width: .5rem
}

.tooltip.is-tooltip-active::before,
.tooltip:hover::before {
    opacity: 0;
    content: attr(data-tooltip);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .75rem;
    padding: .4rem .8rem;
    background: rgba(74, 74, 74, .9);
    border-radius: 4px;
    color: #fff;
    max-width: 24rem
}

.tooltip.is-tooltip-active:not(.is-loading)::after,
.tooltip:focus:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
    opacity: 1;
    margin-left: -.5rem;
    margin-top: -.5rem
}

.tooltip.is-tooltip-active::before,
.tooltip:focus::before,
.tooltip:hover::before {
    opacity: 1
}

.tooltip::before {
    top: auto;
    bottom: 100%;
    left: 50%;
    right: auto
}

.tooltip.is-tooltip-active:not(.is-loading)::after,
.tooltip:focus:not(.is-loading)::after,
.tooltip:hover:not(.is-loading)::after {
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    border-color: rgba(74, 74, 74, .9) transparent transparent transparent
}

.tooltip.is-tooltip-active::before,
.tooltip:focus::before,
.tooltip:hover::before {
    -webkit-transform: translate(-50%, -.5rem);
    transform: translate(-50%, -.5rem)
}

.tooltip.is-tooltip-right::before {
    top: auto;
    bottom: 50%;
    left: 100%;
    right: auto;
    -webkit-transform: translate(-1rem, 50%);
    transform: translate(-1rem, 50%)
}

.tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading)::after,
.tooltip.is-tooltip-right:focus:not(.is-loading)::after,
.tooltip.is-tooltip-right:hover:not(.is-loading)::after {
    top: 50%;
    left: 100%;
    right: auto;
    border-color: transparent rgba(74, 74, 74, .9) transparent transparent
}

.tooltip.is-tooltip-right.is-tooltip-active::before,
.tooltip.is-tooltip-right:focus::before,
.tooltip.is-tooltip-right:hover::before {
    -webkit-transform: translate(.5rem, 50%);
    transform: translate(.5rem, 50%)
}

.tooltip.is-tooltip-bottom::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -1rem);
    transform: translate(-50%, -1rem)
}

.tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading)::after,
.tooltip.is-tooltip-bottom:focus:not(.is-loading)::after,
.tooltip.is-tooltip-bottom:hover:not(.is-loading)::after {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    border-color: transparent transparent rgba(74, 74, 74, .9) transparent
}

.tooltip.is-tooltip-bottom.is-tooltip-active::before,
.tooltip.is-tooltip-bottom:focus::before,
.tooltip.is-tooltip-bottom:hover::before {
    -webkit-transform: translate(-50%, .5rem);
    transform: translate(-50%, .5rem)
}

.tooltip.is-tooltip-left::before {
    top: auto;
    bottom: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translate(1rem, 50%);
    transform: translate(1rem, 50%)
}

.tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading)::after,
.tooltip.is-tooltip-left:focus:not(.is-loading)::after,
.tooltip.is-tooltip-left:hover:not(.is-loading)::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: calc(100% - .5rem);
    border-color: transparent transparent transparent rgba(74, 74, 74, .9)
}

.tooltip.is-tooltip-left.is-tooltip-active::before,
.tooltip.is-tooltip-left:focus::before,
.tooltip.is-tooltip-left:hover::before {
    -webkit-transform: translate(-.5rem, 50%);
    transform: translate(-.5rem, 50%)
}

.tooltip.is-tooltip-multiline::before {
    min-width: 24rem;
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all
}

.tooltip.is-tooltip-white:not(.is-loading)::after {
    border-color: rgba(255, 255, 255, .9) transparent transparent transparent
}

.tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 255, 255, .9) transparent transparent
}

.tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 255, 255, .9) transparent
}

.tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 255, 255, .9)
}

.tooltip.is-tooltip-white::before {
    background: rgba(255, 255, 255, .9);
    color: #0a0a0a
}

.tooltip.is-tooltip-black:not(.is-loading)::after {
    border-color: rgba(10, 10, 10, .9) transparent transparent transparent
}

.tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(10, 10, 10, .9) transparent transparent
}

.tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(10, 10, 10, .9) transparent
}

.tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(10, 10, 10, .9)
}

.tooltip.is-tooltip-black::before {
    background: rgba(10, 10, 10, .9);
    color: #fff
}

.tooltip.is-tooltip-light:not(.is-loading)::after {
    border-color: rgba(245, 245, 245, .9) transparent transparent transparent
}

.tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(245, 245, 245, .9) transparent transparent
}

.tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(245, 245, 245, .9) transparent
}

.tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(245, 245, 245, .9)
}

.tooltip.is-tooltip-light::before {
    background: rgba(245, 245, 245, .9);
    color: #363636
}

.tooltip.is-tooltip-dark:not(.is-loading)::after {
    border-color: rgba(54, 54, 54, .9) transparent transparent transparent
}

.tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(54, 54, 54, .9) transparent transparent
}

.tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(54, 54, 54, .9) transparent
}

.tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(54, 54, 54, .9)
}

.tooltip.is-tooltip-dark::before {
    background: rgba(54, 54, 54, .9);
    color: #f5f5f5
}

.tooltip.is-tooltip-primary:not(.is-loading)::after {
    border-color: rgba(0, 209, 178, .9) transparent transparent transparent
}

.tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(0, 209, 178, .9) transparent transparent
}

.tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(0, 209, 178, .9) transparent
}

.tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(0, 209, 178, .9)
}

.tooltip.is-tooltip-primary::before {
    background: rgba(0, 209, 178, .9);
    color: #fff
}

.tooltip.is-tooltip-link:not(.is-loading)::after {
    border-color: rgba(50, 115, 220, .9) transparent transparent transparent
}

.tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(50, 115, 220, .9) transparent transparent
}

.tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(50, 115, 220, .9) transparent
}

.tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(50, 115, 220, .9)
}

.tooltip.is-tooltip-link::before {
    background: rgba(50, 115, 220, .9);
    color: #fff
}

.tooltip.is-tooltip-info:not(.is-loading)::after {
    border-color: rgba(32, 156, 238, .9) transparent transparent transparent
}

.tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(32, 156, 238, .9) transparent transparent
}

.tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(32, 156, 238, .9) transparent
}

.tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(32, 156, 238, .9)
}

.tooltip.is-tooltip-info::before {
    background: rgba(32, 156, 238, .9);
    color: #fff
}

.tooltip.is-tooltip-success:not(.is-loading)::after {
    border-color: rgba(35, 209, 96, .9) transparent transparent transparent
}

.tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(35, 209, 96, .9) transparent transparent
}

.tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(35, 209, 96, .9) transparent
}

.tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(35, 209, 96, .9)
}

.tooltip.is-tooltip-success::before {
    background: rgba(35, 209, 96, .9);
    color: #fff
}

.tooltip.is-tooltip-warning:not(.is-loading)::after {
    border-color: rgba(255, 221, 87, .9) transparent transparent transparent
}

.tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 221, 87, .9) transparent transparent
}

.tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 221, 87, .9) transparent
}

.tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 221, 87, .9)
}

.tooltip.is-tooltip-warning::before {
    background: rgba(255, 221, 87, .9);
    color: rgba(0, 0, 0, .7)
}

.tooltip.is-tooltip-danger:not(.is-loading)::after {
    border-color: rgba(255, 56, 96, .9) transparent transparent transparent
}

.tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading)::after {
    border-color: transparent rgba(255, 56, 96, .9) transparent transparent
}

.tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading)::after {
    border-color: transparent transparent rgba(255, 56, 96, .9) transparent
}

.tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading)::after {
    border-color: transparent transparent transparent rgba(255, 56, 96, .9)
}

.tooltip.is-tooltip-danger::before {
    background: rgba(255, 56, 96, .9);
    color: #fff
}

.select2-container {
    min-width:180px;
}

@media screen and (max-width: 767px) {
    .select2-container {
        width: 100% !important;
    }
}

@media screen and (max-width:768px) {
    .is-tooltip-top-mobile::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-mobile:focus:not(.is-loading)::after,
    .is-tooltip-top-mobile:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-mobile.is-tooltip-active::before,
    .is-tooltip-top-mobile:focus::before,
    .is-tooltip-top-mobile:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (min-width:769px),
print {
    .is-tooltip-top-tablet::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-tablet:focus:not(.is-loading)::after,
    .is-tooltip-top-tablet:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-tablet.is-tooltip-active::before,
    .is-tooltip-top-tablet:focus::before,
    .is-tooltip-top-tablet:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-tooltip-top-tablet-only::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-tablet-only:focus:not(.is-loading)::after,
    .is-tooltip-top-tablet-only:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-tablet-only.is-tooltip-active::before,
    .is-tooltip-top-tablet-only:focus::before,
    .is-tooltip-top-tablet-only:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (max-width:1087px) {
    .is-tooltip-top-touch::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-touch.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-touch:focus:not(.is-loading)::after,
    .is-tooltip-top-touch:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-touch.is-tooltip-active::before,
    .is-tooltip-top-touch:focus::before,
    .is-tooltip-top-touch:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (min-width:1088px) {
    .is-tooltip-top-desktop::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-desktop:focus:not(.is-loading)::after,
    .is-tooltip-top-desktop:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-desktop.is-tooltip-active::before,
    .is-tooltip-top-desktop:focus::before,
    .is-tooltip-top-desktop:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-tooltip-top-desktop-only::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-desktop-only:focus:not(.is-loading)::after,
    .is-tooltip-top-desktop-only:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-desktop-only.is-tooltip-active::before,
    .is-tooltip-top-desktop-only:focus::before,
    .is-tooltip-top-desktop-only:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (min-width:1280px) {
    .is-tooltip-top-widescreen::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-widescreen:focus:not(.is-loading)::after,
    .is-tooltip-top-widescreen:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-widescreen.is-tooltip-active::before,
    .is-tooltip-top-widescreen:focus::before,
    .is-tooltip-top-widescreen:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-tooltip-top-widescreen-only::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-widescreen-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-widescreen-only:focus:not(.is-loading)::after,
    .is-tooltip-top-widescreen-only:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-widescreen-only.is-tooltip-active::before,
    .is-tooltip-top-widescreen-only:focus::before,
    .is-tooltip-top-widescreen-only:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (min-width:1472px) {
    .is-tooltip-top-fullhd::before {
        top: auto!important;
        bottom: 100%!important;
        left: 50%!important;
        right: auto!important
    }
    .is-tooltip-top-fullhd.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-top-fullhd:focus:not(.is-loading)::after,
    .is-tooltip-top-fullhd:hover:not(.is-loading)::after {
        top: 0!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: rgba(74, 74, 74, .9) transparent transparent transparent!important
    }
    .is-tooltip-top-fullhd.is-tooltip-active::before,
    .is-tooltip-top-fullhd:focus::before,
    .is-tooltip-top-fullhd:hover::before {
        -webkit-transform: translate(-50%, -.5rem)!important;
        transform: translate(-50%, -.5rem)!important
    }
}

@media screen and (max-width:768px) {
    .is-tooltip-right-mobile::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-mobile:focus:not(.is-loading)::after,
    .is-tooltip-right-mobile:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-mobile.is-tooltip-active::before,
    .is-tooltip-right-mobile:focus::before,
    .is-tooltip-right-mobile:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (min-width:769px),
print {
    .is-tooltip-right-tablet::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-tablet:focus:not(.is-loading)::after,
    .is-tooltip-right-tablet:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-tablet.is-tooltip-active::before,
    .is-tooltip-right-tablet:focus::before,
    .is-tooltip-right-tablet:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-tooltip-right-tablet-only::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-tablet-only:focus:not(.is-loading)::after,
    .is-tooltip-right-tablet-only:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-tablet-only.is-tooltip-active::before,
    .is-tooltip-right-tablet-only:focus::before,
    .is-tooltip-right-tablet-only:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (max-width:1087px) {
    .is-tooltip-right-touch::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-touch.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-touch:focus:not(.is-loading)::after,
    .is-tooltip-right-touch:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-touch.is-tooltip-active::before,
    .is-tooltip-right-touch:focus::before,
    .is-tooltip-right-touch:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (min-width:1088px) {
    .is-tooltip-right-desktop::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-desktop:focus:not(.is-loading)::after,
    .is-tooltip-right-desktop:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-desktop.is-tooltip-active::before,
    .is-tooltip-right-desktop:focus::before,
    .is-tooltip-right-desktop:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-tooltip-right-desktop-only::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-desktop-only:focus:not(.is-loading)::after,
    .is-tooltip-right-desktop-only:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-desktop-only.is-tooltip-active::before,
    .is-tooltip-right-desktop-only:focus::before,
    .is-tooltip-right-desktop-only:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (min-width:1280px) {
    .is-tooltip-right-widescreen::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-widescreen:focus:not(.is-loading)::after,
    .is-tooltip-right-widescreen:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-widescreen.is-tooltip-active::before,
    .is-tooltip-right-widescreen:focus::before,
    .is-tooltip-right-widescreen:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-tooltip-right-widescreen-only::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-widescreen-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-widescreen-only:focus:not(.is-loading)::after,
    .is-tooltip-right-widescreen-only:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-widescreen-only.is-tooltip-active::before,
    .is-tooltip-right-widescreen-only:focus::before,
    .is-tooltip-right-widescreen-only:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (min-width:1472px) {
    .is-tooltip-right-fullhd::before {
        top: auto!important;
        bottom: 50%!important;
        left: 100%!important;
        right: auto!important;
        -webkit-transform: translate(-1rem, 50%)!important;
        transform: translate(-1rem, 50%)!important
    }
    .is-tooltip-right-fullhd.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-right-fullhd:focus:not(.is-loading)::after,
    .is-tooltip-right-fullhd:hover:not(.is-loading)::after {
        top: 50%!important;
        left: 100%!important;
        right: auto!important;
        border-color: transparent rgba(74, 74, 74, .9) transparent transparent!important
    }
    .is-tooltip-right-fullhd.is-tooltip-active::before,
    .is-tooltip-right-fullhd:focus::before,
    .is-tooltip-right-fullhd:hover::before {
        -webkit-transform: translate(.5rem, 50%)!important;
        transform: translate(.5rem, 50%)!important
    }
}

@media screen and (max-width:768px) {
    .is-tooltip-bottom-mobile::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-mobile:focus:not(.is-loading)::after,
    .is-tooltip-bottom-mobile:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-mobile.is-tooltip-active::before,
    .is-tooltip-bottom-mobile:focus::before,
    .is-tooltip-bottom-mobile:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (min-width:769px),
print {
    .is-tooltip-bottom-tablet::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-tablet:focus:not(.is-loading)::after,
    .is-tooltip-bottom-tablet:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-tablet.is-tooltip-active::before,
    .is-tooltip-bottom-tablet:focus::before,
    .is-tooltip-bottom-tablet:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-tooltip-bottom-tablet-only::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-tablet-only:focus:not(.is-loading)::after,
    .is-tooltip-bottom-tablet-only:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-tablet-only.is-tooltip-active::before,
    .is-tooltip-bottom-tablet-only:focus::before,
    .is-tooltip-bottom-tablet-only:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (max-width:1087px) {
    .is-tooltip-bottom-touch::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-touch:focus:not(.is-loading)::after,
    .is-tooltip-bottom-touch:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-touch.is-tooltip-active::before,
    .is-tooltip-bottom-touch:focus::before,
    .is-tooltip-bottom-touch:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (min-width:1088px) {
    .is-tooltip-bottom-desktop::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-desktop:focus:not(.is-loading)::after,
    .is-tooltip-bottom-desktop:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-desktop.is-tooltip-active::before,
    .is-tooltip-bottom-desktop:focus::before,
    .is-tooltip-bottom-desktop:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-tooltip-bottom-desktop-only::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-desktop-only:focus:not(.is-loading)::after,
    .is-tooltip-bottom-desktop-only:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-desktop-only.is-tooltip-active::before,
    .is-tooltip-bottom-desktop-only:focus::before,
    .is-tooltip-bottom-desktop-only:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (min-width:1280px) {
    .is-tooltip-bottom-widescreen::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-widescreen:focus:not(.is-loading)::after,
    .is-tooltip-bottom-widescreen:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-widescreen.is-tooltip-active::before,
    .is-tooltip-bottom-widescreen:focus::before,
    .is-tooltip-bottom-widescreen:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-tooltip-bottom-widescreen-only::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-widescreen-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-widescreen-only:focus:not(.is-loading)::after,
    .is-tooltip-bottom-widescreen-only:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-widescreen-only.is-tooltip-active::before,
    .is-tooltip-bottom-widescreen-only:focus::before,
    .is-tooltip-bottom-widescreen-only:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (min-width:1472px) {
    .is-tooltip-bottom-fullhd::before {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        -webkit-transform: translate(-50%, -1rem)!important;
        transform: translate(-50%, -1rem)!important
    }
    .is-tooltip-bottom-fullhd.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-bottom-fullhd:focus:not(.is-loading)::after,
    .is-tooltip-bottom-fullhd:hover:not(.is-loading)::after {
        top: 100%!important;
        bottom: auto!important;
        left: 50%!important;
        right: auto!important;
        border-color: transparent transparent rgba(74, 74, 74, .9) transparent!important
    }
    .is-tooltip-bottom-fullhd.is-tooltip-active::before,
    .is-tooltip-bottom-fullhd:focus::before,
    .is-tooltip-bottom-fullhd:hover::before {
        -webkit-transform: translate(-50%, .5rem)!important;
        transform: translate(-50%, .5rem)!important
    }
}

@media screen and (max-width:768px) {
    .is-tooltip-left-mobile::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-mobile:focus:not(.is-loading)::after,
    .is-tooltip-left-mobile:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-mobile.is-tooltip-active::before,
    .is-tooltip-left-mobile:focus::before,
    .is-tooltip-left-mobile:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}

@media screen and (min-width:769px),
print {
    .is-tooltip-left-tablet::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-tablet:focus:not(.is-loading)::after,
    .is-tooltip-left-tablet:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-tablet.is-tooltip-active::before,
    .is-tooltip-left-tablet:focus::before,
    .is-tooltip-left-tablet:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-tooltip-left-tablet-only::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-tablet-only:focus:not(.is-loading)::after,
    .is-tooltip-left-tablet-only:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-tablet-only.is-tooltip-active::before,
    .is-tooltip-left-tablet-only:focus::before,
    .is-tooltip-left-tablet-only:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}

@media screen and (max-width:1087px) {
    .is-tooltip-left-touch::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-touch.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-touch:focus:not(.is-loading)::after,
    .is-tooltip-left-touch:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-touch.is-tooltip-active::before,
    .is-tooltip-left-touch:focus::before,
    .is-tooltip-left-touch:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}

@media screen and (min-width:1088px) {
    .is-tooltip-left-desktop::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-desktop:focus:not(.is-loading)::after,
    .is-tooltip-left-desktop:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-desktop.is-tooltip-active::before,
    .is-tooltip-left-desktop:focus::before,
    .is-tooltip-left-desktop:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-tooltip-left-desktop-only::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-desktop-only:focus:not(.is-loading)::after,
    .is-tooltip-left-desktop-only:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-desktop-only.is-tooltip-active::before,
    .is-tooltip-left-desktop-only:focus::before,
    .is-tooltip-left-desktop-only:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}

@media screen and (min-width:1280px) {
    .is-tooltip-left-widescreen::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-widescreen:focus:not(.is-loading)::after,
    .is-tooltip-left-widescreen:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-widescreen.is-tooltip-active::before,
    .is-tooltip-left-widescreen:focus::before,
    .is-tooltip-left-widescreen:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-tooltip-left-widescreen-only::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-widescreen-only.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-widescreen-only:focus:not(.is-loading)::after,
    .is-tooltip-left-widescreen-only:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-widescreen-only.is-tooltip-active::before,
    .is-tooltip-left-widescreen-only:focus::before,
    .is-tooltip-left-widescreen-only:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}

@media screen and (min-width:1472px) {
    .is-tooltip-left-fullhd::before {
        top: auto!important;
        bottom: 50%!important;
        left: auto!important;
        right: 100%!important;
        -webkit-transform: translate(1rem, 50%)!important;
        transform: translate(1rem, 50%)!important
    }
    .is-tooltip-left-fullhd.is-tooltip-active:not(.is-loading)::after,
    .is-tooltip-left-fullhd:focus:not(.is-loading)::after,
    .is-tooltip-left-fullhd:hover:not(.is-loading)::after {
        top: 50%!important;
        bottom: auto!important;
        left: auto!important;
        right: calc(100% - .5rem)!important;
        border-color: transparent transparent transparent rgba(74, 74, 74, .9)!important
    }
    .is-tooltip-left-fullhd.is-tooltip-active::before,
    .is-tooltip-left-fullhd:focus::before,
    .is-tooltip-left-fullhd:hover::before {
        -webkit-transform: translate(-.5rem, 50%)!important;
        transform: translate(-.5rem, 50%)!important
    }
}
.is-checkradio[type=checkbox],
.is-checkradio[type=radio] {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: absolute;
    opacity: 0
}

.is-checkradio[type=checkbox]+label,
.is-checkradio[type=radio]+label {
    position: relative;
    display: initial;
    cursor: pointer;
    vertical-align: middle;
    margin: .5em;
    padding: .2rem .5rem .2rem 0;
    border-radius: 4px
}

.is-checkradio[type=checkbox]+label:hover::before,
.is-checkradio[type=checkbox]+label:hover:before,
.is-checkradio[type=radio]+label:hover::before,
.is-checkradio[type=radio]+label:hover:before {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hover-color;
    animation-name: hover-color
}

.is-checkradio[type=checkbox]+label::before,
.is-checkradio[type=checkbox]+label:before,
.is-checkradio[type=radio]+label::before,
.is-checkradio[type=radio]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border: .1rem solid #dbdbdb
}

.is-checkradio[type=checkbox]+label::after,
.is-checkradio[type=checkbox]+label:after,
.is-checkradio[type=radio]+label::after,
.is-checkradio[type=radio]+label:after {
    position: absolute;
    display: none;
    content: '';
    top: 0
}

.is-checkradio[type=checkbox].is-rtl+label,
.is-checkradio[type=radio].is-rtl+label {
    margin-right: 0;
    margin-left: .5rem
}

.is-checkradio[type=checkbox].is-rtl+label::before,
.is-checkradio[type=checkbox].is-rtl+label:before,
.is-checkradio[type=radio].is-rtl+label::before,
.is-checkradio[type=radio].is-rtl+label:before {
    left: auto;
    right: 0
}

.is-checkradio[type=checkbox]:focus+label::before,
.is-checkradio[type=checkbox]:focus+label:before,
.is-checkradio[type=radio]:focus+label::before,
.is-checkradio[type=radio]:focus+label:before {
    outline: 1px dotted #b5b5b5
}

.is-checkradio[type=checkbox]:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox]:hover:not([disabled])+label:before,
.is-checkradio[type=radio]:hover:not([disabled])+label::before,
.is-checkradio[type=radio]:hover:not([disabled])+label:before {
    border-color: #00d1b2!important
}

.is-checkradio[type=checkbox]:checked+label::before,
.is-checkradio[type=checkbox]:checked+label:before,
.is-checkradio[type=radio]:checked+label::before,
.is-checkradio[type=radio]:checked+label:before {
    border: .1rem solid #dbdbdb
}

.is-checkradio[type=checkbox]:checked[disabled],
.is-checkradio[type=radio]:checked[disabled] {
    cursor: not-allowed
}

.is-checkradio[type=checkbox]:checked[disabled]+label,
.is-checkradio[type=radio]:checked[disabled]+label {
    opacity: .5
}

.is-checkradio[type=checkbox]:checked+label::before,
.is-checkradio[type=checkbox]:checked+label:before,
.is-checkradio[type=radio]:checked+label::before,
.is-checkradio[type=radio]:checked+label:before {
    -webkit-animation-name: none;
    animation-name: none
}

.is-checkradio[type=checkbox]:checked+label::after,
.is-checkradio[type=checkbox]:checked+label:after,
.is-checkradio[type=radio]:checked+label::after,
.is-checkradio[type=radio]:checked+label:after {
    display: inline-block
}

.is-checkradio[type=checkbox][disabled],
.is-checkradio[type=radio][disabled] {
    cursor: not-allowed
}

.is-checkradio[type=checkbox][disabled]+label,
.is-checkradio[type=radio][disabled]+label {
    opacity: .5;
    cursor: not-allowed
}

.is-checkradio[type=checkbox][disabled]+label::after,
.is-checkradio[type=checkbox][disabled]+label::before,
.is-checkradio[type=checkbox][disabled]+label:after,
.is-checkradio[type=checkbox][disabled]+label:before,
.is-checkradio[type=checkbox][disabled]+label:hover,
.is-checkradio[type=radio][disabled]+label::after,
.is-checkradio[type=radio][disabled]+label::before,
.is-checkradio[type=radio][disabled]+label:after,
.is-checkradio[type=radio][disabled]+label:before,
.is-checkradio[type=radio][disabled]+label:hover {
    cursor: not-allowed
}

.is-checkradio[type=checkbox][disabled]:hover,
.is-checkradio[type=radio][disabled]:hover {
    cursor: not-allowed
}

.is-checkradio[type=checkbox][disabled]:hover::before,
.is-checkradio[type=checkbox][disabled]:hover:before,
.is-checkradio[type=radio][disabled]:hover::before,
.is-checkradio[type=radio][disabled]:hover:before {
    -webkit-animation-name: none;
    animation-name: none
}

.is-checkradio[type=checkbox][disabled]::before,
.is-checkradio[type=checkbox][disabled]:before,
.is-checkradio[type=radio][disabled]::before,
.is-checkradio[type=radio][disabled]:before {
    cursor: not-allowed
}

.is-checkradio[type=checkbox][disabled]::after,
.is-checkradio[type=checkbox][disabled]:after,
.is-checkradio[type=radio][disabled]::after,
.is-checkradio[type=radio][disabled]:after {
    cursor: not-allowed
}

.is-checkradio[type=checkbox].has-no-border+label::before,
.is-checkradio[type=checkbox].has-no-border+label:before,
.is-checkradio[type=radio].has-no-border+label::before,
.is-checkradio[type=radio].has-no-border+label:before {
    border: none!important
}

.is-checkradio[type=checkbox].is-block,
.is-checkradio[type=radio].is-block {
    display: none!important
}

.is-checkradio[type=checkbox].is-block+label,
.is-checkradio[type=radio].is-block+label {
    width: 100%!important;
    background: #f5f5f5;
    color: rgba(0, 0, 0, .7);
    padding-right: .75em
}

.is-checkradio[type=checkbox].is-block+label::before,
.is-checkradio[type=checkbox].is-block+label:before,
.is-checkradio[type=radio].is-block+label::before,
.is-checkradio[type=radio].is-block+label:before {
    border: none!important
}

.is-checkradio[type=checkbox]+label::before,
.is-checkradio[type=checkbox]+label:before {
    border-radius: 4px
}

.is-checkradio[type=checkbox]+label::after,
.is-checkradio[type=checkbox]+label:after {
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: .1rem;
    border-style: solid;
    border-color: #00d1b2;
    border-top: 0;
    border-left: 0
}

.is-checkradio[type=checkbox].is-circle+label::before,
.is-checkradio[type=checkbox].is-circle+label:before {
    border-radius: 50%
}

.is-checkradio[type=checkbox]+label {
    font-size: 1rem;
    padding-left: 2rem
}

.is-checkradio[type=checkbox]+label::before,
.is-checkradio[type=checkbox]+label:before {
    width: 1.5rem;
    height: 1.5rem
}

.is-checkradio[type=checkbox]+label::after,
.is-checkradio[type=checkbox]+label:after {
    width: .375rem;
    height: .6rem;
    top: .405rem;
    left: .6rem
}

.is-checkradio[type=checkbox].is-block+label::after,
.is-checkradio[type=checkbox].is-block+label:after {
    top: .585rem;
    left: .78rem
}

.is-checkradio[type=checkbox].is-rtl+label {
    padding-left: 0;
    padding-right: 2rem
}

.is-checkradio[type=checkbox].is-rtl+label::after,
.is-checkradio[type=checkbox].is-rtl+label:after {
    left: auto;
    right: .6rem
}

.is-checkradio[type=checkbox].is-small+label {
    font-size: .75rem;
    padding-left: 1.5rem
}

.is-checkradio[type=checkbox].is-small+label::before,
.is-checkradio[type=checkbox].is-small+label:before {
    width: 1.125rem;
    height: 1.125rem
}

.is-checkradio[type=checkbox].is-small+label::after,
.is-checkradio[type=checkbox].is-small+label:after {
    width: .28125rem;
    height: .45rem;
    top: .30375rem;
    left: .45rem
}

.is-checkradio[type=checkbox].is-small.is-block+label::after,
.is-checkradio[type=checkbox].is-small.is-block+label:after {
    top: .43875rem;
    left: .585rem
}

.is-checkradio[type=checkbox].is-small.is-rtl+label {
    padding-left: 0;
    padding-right: 1.5rem
}

.is-checkradio[type=checkbox].is-small.is-rtl+label::after,
.is-checkradio[type=checkbox].is-small.is-rtl+label:after {
    left: auto;
    right: .45rem
}

.is-checkradio[type=checkbox].is-medium+label {
    font-size: 1.25rem;
    padding-left: 2.5rem
}

.is-checkradio[type=checkbox].is-medium+label::before,
.is-checkradio[type=checkbox].is-medium+label:before {
    width: 1.875rem;
    height: 1.875rem
}

.is-checkradio[type=checkbox].is-medium+label::after,
.is-checkradio[type=checkbox].is-medium+label:after {
    width: .46875rem;
    height: .75rem;
    top: .50625rem;
    left: .75rem
}

.is-checkradio[type=checkbox].is-medium.is-block+label::after,
.is-checkradio[type=checkbox].is-medium.is-block+label:after {
    top: .73125rem;
    left: .975rem
}

.is-checkradio[type=checkbox].is-medium.is-rtl+label {
    padding-left: 0;
    padding-right: 2.5rem
}

.is-checkradio[type=checkbox].is-medium.is-rtl+label::after,
.is-checkradio[type=checkbox].is-medium.is-rtl+label:after {
    left: auto;
    right: .75rem
}

.is-checkradio[type=checkbox].is-large+label {
    font-size: 1.5rem;
    padding-left: 3rem
}

.is-checkradio[type=checkbox].is-large+label::before,
.is-checkradio[type=checkbox].is-large+label:before {
    width: 2.25rem;
    height: 2.25rem
}

.is-checkradio[type=checkbox].is-large+label::after,
.is-checkradio[type=checkbox].is-large+label:after {
    width: .5625rem;
    height: .9rem;
    top: .6075rem;
    left: .9rem
}

.is-checkradio[type=checkbox].is-large.is-block+label::after,
.is-checkradio[type=checkbox].is-large.is-block+label:after {
    top: .8775rem;
    left: 1.17rem
}

.is-checkradio[type=checkbox].is-large.is-rtl+label {
    padding-left: 0;
    padding-right: 3rem
}

.is-checkradio[type=checkbox].is-large.is-rtl+label::after,
.is-checkradio[type=checkbox].is-large.is-rtl+label:after {
    left: auto;
    right: .9rem
}

.is-checkradio[type=checkbox].is-white.has-background-color+label::before,
.is-checkradio[type=checkbox].is-white.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #fff!important
}

.is-checkradio[type=checkbox].is-white:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-white:hover:not([disabled])+label:before {
    border-color: #fff!important
}

.is-checkradio[type=checkbox].is-white:checked+label::after,
.is-checkradio[type=checkbox].is-white:checked+label:after {
    border-color: #fff!important
}

.is-checkradio[type=checkbox].is-white:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-white:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #fff!important
}

.is-checkradio[type=checkbox].is-white:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-white:checked.has-background-color+label:after {
    border-color: #0a0a0a!important;
    background-color: #fff!important
}

.is-checkradio[type=checkbox].is-white:checked.is-block+label {
    color: #0a0a0a;
    border-color: #fff!important;
    background: #fff
}

.is-checkradio[type=checkbox].is-white:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-white:checked.is-block+label:after {
    border-color: #0a0a0a!important
}

.is-checkradio[type=checkbox].is-black.has-background-color+label::before,
.is-checkradio[type=checkbox].is-black.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-black:hover:not([disabled])+label:before {
    border-color: #0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:checked+label::after,
.is-checkradio[type=checkbox].is-black:checked+label:after {
    border-color: #0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-black:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-black:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #0a0a0a!important
}

.is-checkradio[type=checkbox].is-black:checked.is-block+label {
    color: #fff;
    border-color: #0a0a0a!important;
    background: #0a0a0a
}

.is-checkradio[type=checkbox].is-black:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-black:checked.is-block+label:after {
    border-color: #fff!important
}

.is-checkradio[type=checkbox].is-light.has-background-color+label::before,
.is-checkradio[type=checkbox].is-light.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-light:hover:not([disabled])+label:before {
    border-color: #f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:checked+label::after,
.is-checkradio[type=checkbox].is-light:checked+label:after {
    border-color: #f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-light:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-light:checked.has-background-color+label:after {
    border-color: #363636!important;
    background-color: #f5f5f5!important
}

.is-checkradio[type=checkbox].is-light:checked.is-block+label {
    color: #363636;
    border-color: #f5f5f5!important;
    background: #f5f5f5
}

.is-checkradio[type=checkbox].is-light:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-light:checked.is-block+label:after {
    border-color: #363636!important
}

.is-checkradio[type=checkbox].is-dark.has-background-color+label::before,
.is-checkradio[type=checkbox].is-dark.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #363636!important
}

.is-checkradio[type=checkbox].is-dark:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-dark:hover:not([disabled])+label:before {
    border-color: #363636!important
}

.is-checkradio[type=checkbox].is-dark:checked+label::after,
.is-checkradio[type=checkbox].is-dark:checked+label:after {
    border-color: #363636!important
}

.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #363636!important
}

.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label:after {
    border-color: #f5f5f5!important;
    background-color: #363636!important
}

.is-checkradio[type=checkbox].is-dark:checked.is-block+label {
    color: #f5f5f5;
    border-color: #363636!important;
    background: #363636
}

.is-checkradio[type=checkbox].is-dark:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-dark:checked.is-block+label:after {
    border-color: #f5f5f5!important
}

.is-checkradio[type=checkbox].is-primary.has-background-color+label::before,
.is-checkradio[type=checkbox].is-primary.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-primary:hover:not([disabled])+label:before {
    border-color: #00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:checked+label::after,
.is-checkradio[type=checkbox].is-primary:checked+label:after {
    border-color: #00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #00d1b2!important
}

.is-checkradio[type=checkbox].is-primary:checked.is-block+label {
    color: #fff;
    border-color: #00d1b2!important;
    background: #00d1b2
}

.is-checkradio[type=checkbox].is-primary:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-primary:checked.is-block+label:after {
    border-color: #fff!important
}

.is-checkradio[type=checkbox].is-link.has-background-color+label::before,
.is-checkradio[type=checkbox].is-link.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #3273dc!important
}

.is-checkradio[type=checkbox].is-link:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-link:hover:not([disabled])+label:before {
    border-color: #3273dc!important
}

.is-checkradio[type=checkbox].is-link:checked+label::after,
.is-checkradio[type=checkbox].is-link:checked+label:after {
    border-color: #3273dc!important
}

.is-checkradio[type=checkbox].is-link:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-link:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #3273dc!important
}

.is-checkradio[type=checkbox].is-link:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-link:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #3273dc!important
}

.is-checkradio[type=checkbox].is-link:checked.is-block+label {
    color: #fff;
    border-color: #3273dc!important;
    background: #3273dc
}

.is-checkradio[type=checkbox].is-link:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-link:checked.is-block+label:after {
    border-color: #fff!important
}

.is-checkradio[type=checkbox].is-info.has-background-color+label::before,
.is-checkradio[type=checkbox].is-info.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #209cee!important
}

.is-checkradio[type=checkbox].is-info:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-info:hover:not([disabled])+label:before {
    border-color: #209cee!important
}

.is-checkradio[type=checkbox].is-info:checked+label::after,
.is-checkradio[type=checkbox].is-info:checked+label:after {
    border-color: #209cee!important
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-info:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #209cee!important
}

.is-checkradio[type=checkbox].is-info:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-info:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #209cee!important
}

.is-checkradio[type=checkbox].is-info:checked.is-block+label {
    color: #fff;
    border-color: #209cee!important;
    background: #209cee
}

.is-checkradio[type=checkbox].is-info:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-info:checked.is-block+label:after {
    border-color: #fff!important
}

.is-checkradio[type=checkbox].is-success.has-background-color+label::before,
.is-checkradio[type=checkbox].is-success.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #23d160!important
}

.is-checkradio[type=checkbox].is-success:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-success:hover:not([disabled])+label:before {
    border-color: #23d160!important
}

.is-checkradio[type=checkbox].is-success:checked+label::after,
.is-checkradio[type=checkbox].is-success:checked+label:after {
    border-color: #23d160!important
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-success:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #23d160!important
}

.is-checkradio[type=checkbox].is-success:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-success:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #23d160!important
}

.is-checkradio[type=checkbox].is-success:checked.is-block+label {
    color: #fff;
    border-color: #23d160!important;
    background: #23d160
}

.is-checkradio[type=checkbox].is-success:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-success:checked.is-block+label:after {
    border-color: #fff!important
}

.is-checkradio[type=checkbox].is-warning.has-background-color+label::before,
.is-checkradio[type=checkbox].is-warning.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-warning:hover:not([disabled])+label:before {
    border-color: #ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:checked+label::after,
.is-checkradio[type=checkbox].is-warning:checked+label:after {
    border-color: #ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label:after {
    border-color: rgba(0, 0, 0, .7)!important;
    background-color: #ffdd57!important
}

.is-checkradio[type=checkbox].is-warning:checked.is-block+label {
    color: rgba(0, 0, 0, .7);
    border-color: #ffdd57!important;
    background: #ffdd57
}

.is-checkradio[type=checkbox].is-warning:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-warning:checked.is-block+label:after {
    border-color: rgba(0, 0, 0, .7)!important
}

.is-checkradio[type=checkbox].is-danger.has-background-color+label::before,
.is-checkradio[type=checkbox].is-danger.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #ff3860!important
}

.is-checkradio[type=checkbox].is-danger:hover:not([disabled])+label::before,
.is-checkradio[type=checkbox].is-danger:hover:not([disabled])+label:before {
    border-color: #ff3860!important
}

.is-checkradio[type=checkbox].is-danger:checked+label::after,
.is-checkradio[type=checkbox].is-danger:checked+label:after {
    border-color: #ff3860!important
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label::before,
.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label:before {
    border-color: transparent!important;
    background-color: #ff3860!important
}

.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label::after,
.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #ff3860!important
}

.is-checkradio[type=checkbox].is-danger:checked.is-block+label {
    color: #fff;
    border-color: #ff3860!important;
    background: #ff3860
}

.is-checkradio[type=checkbox].is-danger:checked.is-block+label::after,
.is-checkradio[type=checkbox].is-danger:checked.is-block+label:after {
    border-color: #fff!important
}

.is-checkradio[type=checkbox]:indeterminate+label::after,
.is-checkradio[type=checkbox]:indeterminate+label:after {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: none
}

.is-checkradio[type=checkbox]:indeterminate.is-white+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-white+label:after {
    border-color: #fff
}

.is-checkradio[type=checkbox]:indeterminate.is-black+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-black+label:after {
    border-color: #0a0a0a
}

.is-checkradio[type=checkbox]:indeterminate.is-light+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-light+label:after {
    border-color: #f5f5f5
}

.is-checkradio[type=checkbox]:indeterminate.is-dark+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-dark+label:after {
    border-color: #363636
}

.is-checkradio[type=checkbox]:indeterminate.is-primary+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-primary+label:after {
    border-color: #00d1b2
}

.is-checkradio[type=checkbox]:indeterminate.is-link+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-link+label:after {
    border-color: #3273dc
}

.is-checkradio[type=checkbox]:indeterminate.is-info+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-info+label:after {
    border-color: #209cee
}

.is-checkradio[type=checkbox]:indeterminate.is-success+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-success+label:after {
    border-color: #23d160
}

.is-checkradio[type=checkbox]:indeterminate.is-warning+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-warning+label:after {
    border-color: #ffdd57
}

.is-checkradio[type=checkbox]:indeterminate.is-danger+label::after,
.is-checkradio[type=checkbox]:indeterminate.is-danger+label:after {
    border-color: #ff3860
}

.is-checkradio[type=radio]+label::before,
.is-checkradio[type=radio]+label:before {
    border-radius: 50%
}

.is-checkradio[type=radio]+label::after,
.is-checkradio[type=radio]+label:after {
    border-radius: 50%;
    background: #00d1b2;
    left: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.is-checkradio[type=radio]:checked.has-background-color+label::before,
.is-checkradio[type=radio]:checked.has-background-color+label:before {
    border-color: #4a4a4a!important;
    background-color: #4a4a4a!important
}

.is-checkradio[type=radio]:checked.has-background-color+label::after,
.is-checkradio[type=radio]:checked.has-background-color+label:after {
    border-color: #4a4a4a!important;
    background-color: #4a4a4a!important
}

.is-checkradio[type=radio].is-rtl+label {
    padding-left: 0
}

.is-checkradio[type=radio].is-rtl+label::after,
.is-checkradio[type=radio].is-rtl+label:after {
    left: auto;
    right: 0
}

.is-checkradio[type=radio]+label {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 2rem
}

.is-checkradio[type=radio]+label::after,
.is-checkradio[type=radio]+label::before,
.is-checkradio[type=radio]+label:after,
.is-checkradio[type=radio]+label:before {
    width: 1.5rem;
    height: 1.5rem
}

.is-checkradio[type=radio].is-rtl+label {
    padding-right: 2rem
}

.is-checkradio[type=radio].is-small+label {
    font-size: .75rem;
    line-height: 1.125rem;
    padding-left: 1.5rem
}

.is-checkradio[type=radio].is-small+label::after,
.is-checkradio[type=radio].is-small+label::before,
.is-checkradio[type=radio].is-small+label:after,
.is-checkradio[type=radio].is-small+label:before {
    width: 1.125rem;
    height: 1.125rem
}

.is-checkradio[type=radio].is-small.is-rtl+label {
    padding-right: 1.5rem
}

.is-checkradio[type=radio].is-medium+label {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-left: 2.5rem
}

.is-checkradio[type=radio].is-medium+label::after,
.is-checkradio[type=radio].is-medium+label::before,
.is-checkradio[type=radio].is-medium+label:after,
.is-checkradio[type=radio].is-medium+label:before {
    width: 1.875rem;
    height: 1.875rem
}

.is-checkradio[type=radio].is-medium.is-rtl+label {
    padding-right: 2.5rem
}

.is-checkradio[type=radio].is-large+label {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-left: 3rem
}

.is-checkradio[type=radio].is-large+label::after,
.is-checkradio[type=radio].is-large+label::before,
.is-checkradio[type=radio].is-large+label:after,
.is-checkradio[type=radio].is-large+label:before {
    width: 2.25rem;
    height: 2.25rem
}

.is-checkradio[type=radio].is-large.is-rtl+label {
    padding-right: 3rem
}

.is-checkradio[type=radio].is-white.has-background-color+label::before,
.is-checkradio[type=radio].is-white.has-background-color+label:before {
    border-color: #fff!important;
    background-color: #fff!important
}

.is-checkradio[type=radio].is-white:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-white:hover:not([disabled])+label:before {
    border-color: #fff!important
}

.is-checkradio[type=radio].is-white:checked+label::after,
.is-checkradio[type=radio].is-white:checked+label:after {
    border-color: #fff!important;
    background-color: #fff!important
}

.is-checkradio[type=radio].is-white:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-white:checked.has-background-color+label:before {
    border-color: #fff!important;
    background-color: #fff!important
}

.is-checkradio[type=radio].is-white:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-white:checked.has-background-color+label:after {
    border-color: #0a0a0a!important;
    background-color: #0a0a0a!important
}

.is-checkradio[type=radio].is-black.has-background-color+label::before,
.is-checkradio[type=radio].is-black.has-background-color+label:before {
    border-color: #0a0a0a!important;
    background-color: #0a0a0a!important
}

.is-checkradio[type=radio].is-black:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-black:hover:not([disabled])+label:before {
    border-color: #0a0a0a!important
}

.is-checkradio[type=radio].is-black:checked+label::after,
.is-checkradio[type=radio].is-black:checked+label:after {
    border-color: #0a0a0a!important;
    background-color: #0a0a0a!important
}

.is-checkradio[type=radio].is-black:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-black:checked.has-background-color+label:before {
    border-color: #0a0a0a!important;
    background-color: #0a0a0a!important
}

.is-checkradio[type=radio].is-black:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-black:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #fff!important
}

.is-checkradio[type=radio].is-light.has-background-color+label::before,
.is-checkradio[type=radio].is-light.has-background-color+label:before {
    border-color: #f5f5f5!important;
    background-color: #f5f5f5!important
}

.is-checkradio[type=radio].is-light:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-light:hover:not([disabled])+label:before {
    border-color: #f5f5f5!important
}

.is-checkradio[type=radio].is-light:checked+label::after,
.is-checkradio[type=radio].is-light:checked+label:after {
    border-color: #f5f5f5!important;
    background-color: #f5f5f5!important
}

.is-checkradio[type=radio].is-light:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-light:checked.has-background-color+label:before {
    border-color: #f5f5f5!important;
    background-color: #f5f5f5!important
}

.is-checkradio[type=radio].is-light:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-light:checked.has-background-color+label:after {
    border-color: #363636!important;
    background-color: #363636!important
}

.is-checkradio[type=radio].is-dark.has-background-color+label::before,
.is-checkradio[type=radio].is-dark.has-background-color+label:before {
    border-color: #363636!important;
    background-color: #363636!important
}

.is-checkradio[type=radio].is-dark:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-dark:hover:not([disabled])+label:before {
    border-color: #363636!important
}

.is-checkradio[type=radio].is-dark:checked+label::after,
.is-checkradio[type=radio].is-dark:checked+label:after {
    border-color: #363636!important;
    background-color: #363636!important
}

.is-checkradio[type=radio].is-dark:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-dark:checked.has-background-color+label:before {
    border-color: #363636!important;
    background-color: #363636!important
}

.is-checkradio[type=radio].is-dark:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-dark:checked.has-background-color+label:after {
    border-color: #f5f5f5!important;
    background-color: #f5f5f5!important
}

.is-checkradio[type=radio].is-primary.has-background-color+label::before,
.is-checkradio[type=radio].is-primary.has-background-color+label:before {
    border-color: #00d1b2!important;
    background-color: #00d1b2!important
}

.is-checkradio[type=radio].is-primary:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-primary:hover:not([disabled])+label:before {
    border-color: #00d1b2!important
}

.is-checkradio[type=radio].is-primary:checked+label::after,
.is-checkradio[type=radio].is-primary:checked+label:after {
    border-color: #00d1b2!important;
    background-color: #00d1b2!important
}

.is-checkradio[type=radio].is-primary:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-primary:checked.has-background-color+label:before {
    border-color: #00d1b2!important;
    background-color: #00d1b2!important
}

.is-checkradio[type=radio].is-primary:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-primary:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #fff!important
}

.is-checkradio[type=radio].is-link.has-background-color+label::before,
.is-checkradio[type=radio].is-link.has-background-color+label:before {
    border-color: #3273dc!important;
    background-color: #3273dc!important
}

.is-checkradio[type=radio].is-link:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-link:hover:not([disabled])+label:before {
    border-color: #3273dc!important
}

.is-checkradio[type=radio].is-link:checked+label::after,
.is-checkradio[type=radio].is-link:checked+label:after {
    border-color: #3273dc!important;
    background-color: #3273dc!important
}

.is-checkradio[type=radio].is-link:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-link:checked.has-background-color+label:before {
    border-color: #3273dc!important;
    background-color: #3273dc!important
}

.is-checkradio[type=radio].is-link:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-link:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #fff!important
}

.is-checkradio[type=radio].is-info.has-background-color+label::before,
.is-checkradio[type=radio].is-info.has-background-color+label:before {
    border-color: #209cee!important;
    background-color: #209cee!important
}

.is-checkradio[type=radio].is-info:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-info:hover:not([disabled])+label:before {
    border-color: #209cee!important
}

.is-checkradio[type=radio].is-info:checked+label::after,
.is-checkradio[type=radio].is-info:checked+label:after {
    border-color: #209cee!important;
    background-color: #209cee!important
}

.is-checkradio[type=radio].is-info:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-info:checked.has-background-color+label:before {
    border-color: #209cee!important;
    background-color: #209cee!important
}

.is-checkradio[type=radio].is-info:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-info:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #fff!important
}

.is-checkradio[type=radio].is-success.has-background-color+label::before,
.is-checkradio[type=radio].is-success.has-background-color+label:before {
    border-color: #23d160!important;
    background-color: #23d160!important
}

.is-checkradio[type=radio].is-success:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-success:hover:not([disabled])+label:before {
    border-color: #23d160!important
}

.is-checkradio[type=radio].is-success:checked+label::after,
.is-checkradio[type=radio].is-success:checked+label:after {
    border-color: #23d160!important;
    background-color: #23d160!important
}

.is-checkradio[type=radio].is-success:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-success:checked.has-background-color+label:before {
    border-color: #23d160!important;
    background-color: #23d160!important
}

.is-checkradio[type=radio].is-success:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-success:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #fff!important
}

.is-checkradio[type=radio].is-warning.has-background-color+label::before,
.is-checkradio[type=radio].is-warning.has-background-color+label:before {
    border-color: #ffdd57!important;
    background-color: #ffdd57!important
}

.is-checkradio[type=radio].is-warning:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-warning:hover:not([disabled])+label:before {
    border-color: #ffdd57!important
}

.is-checkradio[type=radio].is-warning:checked+label::after,
.is-checkradio[type=radio].is-warning:checked+label:after {
    border-color: #ffdd57!important;
    background-color: #ffdd57!important
}

.is-checkradio[type=radio].is-warning:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-warning:checked.has-background-color+label:before {
    border-color: #ffdd57!important;
    background-color: #ffdd57!important
}

.is-checkradio[type=radio].is-warning:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-warning:checked.has-background-color+label:after {
    border-color: rgba(0, 0, 0, .7)!important;
    background-color: rgba(0, 0, 0, .7)!important
}

.is-checkradio[type=radio].is-danger.has-background-color+label::before,
.is-checkradio[type=radio].is-danger.has-background-color+label:before {
    border-color: #ff3860!important;
    background-color: #ff3860!important
}

.is-checkradio[type=radio].is-danger:hover:not([disabled])+label::before,
.is-checkradio[type=radio].is-danger:hover:not([disabled])+label:before {
    border-color: #ff3860!important
}

.is-checkradio[type=radio].is-danger:checked+label::after,
.is-checkradio[type=radio].is-danger:checked+label:after {
    border-color: #ff3860!important;
    background-color: #ff3860!important
}

.is-checkradio[type=radio].is-danger:checked.has-background-color+label::before,
.is-checkradio[type=radio].is-danger:checked.has-background-color+label:before {
    border-color: #ff3860!important;
    background-color: #ff3860!important
}

.is-checkradio[type=radio].is-danger:checked.has-background-color+label::after,
.is-checkradio[type=radio].is-danger:checked.has-background-color+label:after {
    border-color: #fff!important;
    background-color: #fff!important
}
          
.m-none { margin: 0; }
.p-none { padding: 0; }
.m-t-none { margin-top: 0; }
.p-t-none { padding-top: 0; }
.m-r-none { margin-right: 0; }
.p-r-none { padding-right: 0; }
.m-b-none { margin-bottom: 0; }
.p-b-none { padding-bottom: 0; }
.m-l-none { margin-left: 0; }
.p-l-none { padding-left: 0; }
.m-xxs { margin: 0.125rem; }
.p-xxs { padding: 0.125rem; }
.m-t-xxs { margin-top: 0.125rem; }
.p-t-xxs { padding-top: 0.125rem; }
.m-r-xxs { margin-right: 0.125rem; }
.p-r-xxs { padding-right: 0.125rem; }
.m-b-xxs { margin-bottom: 0.125rem; }
.p-b-xxs { padding-bottom: 0.125rem; }
.m-l-xxs { margin-left: 0.125rem; }
.p-l-xxs { padding-left: 0.125rem; }
.m-xs { margin: 0.25rem; }
.p-xs { padding: 0.25rem; }
.m-t-xs { margin-top: 0.25rem; }
.p-t-xs { padding-top: 0.25rem; }
.m-r-xs { margin-right: 0.25rem; }
.p-r-xs { padding-right: 0.25rem; }
.m-b-xs { margin-bottom: 0.25rem; }
.p-b-xs { padding-bottom: 0.25rem; }
.m-l-xs { margin-left: 0.25rem; }
.p-l-xs { padding-left: 0.25rem; }
.m-sm { margin: 0.5rem; }
.p-sm { padding: 0.5rem; }
.m-t-sm { margin-top: 0.5rem; }
.p-t-sm { padding-top: 0.5rem; }
.m-r-sm { margin-right: 0.5rem; }
.p-r-sm { padding-right: 0.5rem; }
.m-b-sm { margin-bottom: 0.5rem; }
.p-b-sm { padding-bottom: 0.5rem; }
.m-l-sm { margin-left: 0.5rem; }
.p-l-sm { padding-left: 0.5rem; }
.m-md { margin: 1rem; }
.p-md { padding: 1rem; }
.m-t-md { margin-top: 1rem; }
.p-t-md { padding-top: 1rem; }
.m-r-md { margin-right: 1rem; }
.p-r-md { padding-right: 1rem; }
.m-b-md { margin-bottom: 1rem; }
.p-b-md { padding-bottom: 1rem; }
.m-l-md { margin-left: 1rem; }
.p-l-md { padding-left: 1rem; }
.m-lg { margin: 2rem; }
.p-lg { padding: 2rem; }
.m-t-lg { margin-top: 2rem; }
.p-t-lg { padding-top: 2rem; }
.m-r-lg { margin-right: 2rem; }
.p-r-lg { padding-right: 2rem; }
.m-b-lg { margin-bottom: 2rem; }
.p-b-lg { padding-bottom: 2rem; }
.m-l-lg { margin-left: 2rem; }
.p-l-lg { padding-left: 2rem; }
.m-xl { margin: 4rem; }
.p-xl { padding: 4rem; }
.m-t-xl { margin-top: 4rem; }
.p-t-xl { padding-top: 4rem; }
.m-r-xl { margin-right: 4rem; }
.p-r-xl { padding-right: 4rem; }
.m-b-xl { margin-bottom: 4rem; }
.p-b-xl { padding-bottom: 4rem; }
.m-l-xl { margin-left: 4rem; }
.p-l-xl { padding-left: 4rem; }
.m-xxl { margin: 8rem; }
.p-xxl { padding: 8rem; }
.m-t-xxl { margin-top: 8rem; }
.p-t-xxl { padding-top: 8rem; }
.m-r-xxl { margin-right: 8rem; }
.p-r-xxl { padding-right: 8rem; }
.m-b-xxl { margin-bottom: 8rem; }
.p-b-xxl { padding-bottom: 8rem; }
.m-l-xxl { margin-left: 8rem; }
.p-l-xxl { padding-left: 8rem; }

.dataTables_processing {
    box-shadow: none!important;
}

.is-sidebar{
    background-color: #fafafa;}

.admin-side-menu {
    position: absolute;
    width: 250px;
    left: 0;
    top: 3.5rem;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
    height: 100%;
    z-index: 100;
    overflow-y: auto;
}

.main_body{
  min-height: calc(100vh - 40px);
}

.grow {
    animation-name: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;  transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out; -webkit-animation-name: fadeIn;
}

.grow:hover {
   -webkit-transform: translateY(-2px);
    transform: translateY(-2px); 
}

.has-shadow2 {
    transition: all .5s ease-in-out !important;
    border: 0px solid transparent !important;
    border-radius: 20px !important;
    box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.04) !important;
}

.has-border2 {
  border-bottom: 1px solid #dee2e6 !important;
}

.shrink-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nested.dropdown:hover > .dropdown-menu {
  display: block;
}

.nested.dropdown .dropdown-menu {
  top: -12px;
  margin-left: 100%;
}

.nested.dropdown a.navbar-item {
   padding-right: 2rem!important;
}

.nested.dropdown .dropdown-menu .dropdown-content {
   box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important;
   border-radius: 6px!important;
}

dropdown-content
.nested.dropdown .dropdown-trigger button {
  padding: 0px 0px;
  border: 0px;
  font-size: 14px;
  font-weight: 400;  
}