body{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

/*@-webkit-keyframes animateDown {*/
/*    0% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: translateY(10px);*/
/*        transform: translateY(10px)*/
/*    }*/
/*}*/

/*@keyframes animateDown {*/
/*    0% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: translateY(10px);*/
/*        transform: translateY(10px)*/
/*    }*/
/*}*/

/*.hero__cta-title {*/
/*    color: #fff;*/
/*    position: relative;*/
/*    top: -45px;*/
/*    -webkit-transition: all .2s ease-out;*/
/*    transition: all .2s ease-out;*/
/*}*/

/*.hero__cta-button {*/
/*    position: relative;*/
/*    bottom: 3rem;*/
/*    margin: 0;*/
/*    width: auto;*/
/*    height: 72px;*/
/*    cursor: pointer;*/
/*    border: 0;*/
/*    padding: 0;*/
/*    outline: 0;*/
/*    background-color: transparent;*/
/*}*/

/*.hero__cta-button-bg {*/
/*    position: absolute;*/
/*    display: block;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: transparent url('/images/hero-down-arrow.ce61a28cf371a0d6a5c737cb556e6fec.svg') no-repeat bottom;*/
/*    -webkit-animation: .9s infinite alternate animateDown;*/
/*    animation: .9s infinite alternate animateDown;*/
/*}*/

/*.fill-bottom-primary-custom:hover {*/
/*    color: #fff !important;*/
/*}*/

/*.reqIndicator {*/
/*    color: red;*/
/*}*/

/*.both-line-primary {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #3D515A !important*/
/*}*/

/*.both-line-primary::after, .both-line-primary::before {*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.both-line-primary::before {*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-top: 2px solid #3D515A*/
/*}*/

/*.both-line-primary::after {*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    border-bottom: 2px solid #3D515A*/
/*}*/

/*.both-line-primary:hover::after, .both-line-primary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.both-line-success {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #28a745 !important*/
/*}*/

/*.both-line-success::after, .both-line-success::before {*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.both-line-success::before {*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-top: 2px solid #28a745*/
/*}*/

/*.both-line-success::after {*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    border-bottom: 2px solid #28a745*/
/*}*/

/*.both-line-success:hover::after, .both-line-success:hover::before {*/
/*    width: 100%*/
/*}*/

/*.both-line-danger {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #dc3545 !important*/
/*}*/

/*.both-line-danger::after, .both-line-danger::before {*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.both-line-danger::before {*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-top: 2px solid #dc3545*/
/*}*/

/*.both-line-danger::after {*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    border-bottom: 2px solid #dc3545*/
/*}*/

/*.both-line-danger:hover::after, .both-line-danger:hover::before {*/
/*    width: 100%*/
/*}*/

/*.both-line-warning {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #ffc107 !important*/
/*}*/

/*.both-line-warning::after, .both-line-warning::before {*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.both-line-warning::before {*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-top: 2px solid #ffc107*/
/*}*/

/*.both-line-warning::after {*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    border-bottom: 2px solid #ffc107*/
/*}*/

/*.both-line-warning:hover::after, .both-line-warning:hover::before {*/
/*    width: 100%*/
/*}*/

/*.both-line-info {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #138496 !important*/
/*}*/

/*.both-line-info::after, .both-line-info::before {*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.both-line-info::before {*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-top: 2px solid #138496*/
/*}*/

/*.both-line-info::after {*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    border-bottom: 2px solid #138496*/
/*}*/

/*.both-line-info:hover::after, .both-line-info:hover::before {*/
/*    width: 100%*/
/*}*/

/*.both-line-secondary {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #6c757d !important*/
/*}*/

/*.both-line-secondary::after, .both-line-secondary::before {*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.both-line-secondary::before {*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-top: 2px solid #6c757d*/
/*}*/

/*.both-line-secondary::after {*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    border-bottom: 2px solid #6c757d*/
/*}*/

/*.both-line-secondary:hover::after, .both-line-secondary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.both-line-light {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #f8f9fa !important*/
/*}*/

/*.both-line-light::after, .both-line-light::before {*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.both-line-light::before {*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-top: 2px solid #f8f9fa*/
/*}*/

/*.both-line-light::after {*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    border-bottom: 2px solid #f8f9fa*/
/*}*/

/*.both-line-light:hover::after, .both-line-light:hover::before {*/
/*    width: 100%*/
/*}*/

/*.both-line-dark {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #343a40 !important*/
/*}*/

/*.both-line-dark::after, .both-line-dark::before {*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.both-line-dark::before {*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-top: 2px solid #343a40*/
/*}*/

/*.both-line-dark::after {*/
/*    bottom: -5px;*/
/*    right: 0;*/
/*    border-bottom: 2px solid #343a40*/
/*}*/

/*.both-line-dark:hover::after, .both-line-dark:hover::before {*/
/*    width: 100%*/
/*}*/

/*.bottom-line-primary {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #3D515A !important*/
/*}*/

/*.bottom-line-primary::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.bottom-line-primary::after {*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #3D515A*/
/*}*/

/*.bottom-line-primary:hover::after {*/
/*    width: 100%*/
/*}*/

/*.bottom-line-danger {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #dc3545 !important*/
/*}*/

/*.bottom-line-danger::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.bottom-line-danger::after {*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #dc3545*/
/*}*/

/*.bottom-line-danger:hover::after {*/
/*    width: 100%*/
/*}*/

/*.bottom-line-warning {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #ffc107 !important*/
/*}*/

/*.bottom-line-warning::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.bottom-line-warning::after {*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #ffc107*/
/*}*/

/*.bottom-line-warning:hover::after {*/
/*    width: 100%*/
/*}*/

/*.bottom-line-success {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #28a745 !important*/
/*}*/

/*.bottom-line-success::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.bottom-line-success::after {*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #28a745*/
/*}*/

/*.bottom-line-success:hover::after {*/
/*    width: 100%*/
/*}*/

/*.bottom-line-info {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #138496 !important*/
/*}*/

/*.bottom-line-info::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.bottom-line-info::after {*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #138496*/
/*}*/

/*.bottom-line-info:hover::after {*/
/*    width: 100%*/
/*}*/

/*.bottom-line-secondary {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #6c757d !important*/
/*}*/

/*.bottom-line-secondary::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.bottom-line-secondary::after {*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #6c757d*/
/*}*/

/*.bottom-line-secondary:hover::after {*/
/*    width: 100%*/
/*}*/

/*.bottom-line-light {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #f8f9fa !important*/
/*}*/

/*.bottom-line-light::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.bottom-line-light::after {*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #f8f9fa*/
/*}*/

/*.bottom-line-light:hover::after {*/
/*    width: 100%*/
/*}*/

/*.bottom-line-dark {*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #343a40 !important*/
/*}*/

/*.bottom-line-dark::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    position: absolute;*/
/*    border: 0 solid transparent*/
/*}*/

/*.bottom-line-dark::after {*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #343a40*/
/*}*/

/*.bottom-line-dark:hover::after {*/
/*    width: 100%*/
/*}*/

/*.top-line-primary {*/
/*    border: none;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #3D515A !important*/
/*}*/

/*.top-line-primary::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    border: 0 solid transparent;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #3D515A*/
/*}*/

/*.top-line-primary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.top-line-success {*/
/*    border: none;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #28a745 !important*/
/*}*/

/*.top-line-success::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    border: 0 solid transparent;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #28a745*/
/*}*/

/*.top-line-success:hover::before {*/
/*    width: 100%*/
/*}*/

/*.top-line-danger {*/
/*    border: none;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #dc3545 !important*/
/*}*/

/*.top-line-danger::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    border: 0 solid transparent;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #dc3545*/
/*}*/

/*.top-line-danger:hover::before {*/
/*    width: 100%*/
/*}*/

/*.top-line-warning {*/
/*    border: none;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #ffc107 !important*/
/*}*/

/*.top-line-warning::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    border: 0 solid transparent;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #ffc107*/
/*}*/

/*.top-line-warning:hover::before {*/
/*    width: 100%*/
/*}*/

/*.top-line-info {*/
/*    border: none;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #138496 !important*/
/*}*/

/*.top-line-info::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    border: 0 solid transparent;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #138496*/
/*}*/

/*.top-line-info:hover::before {*/
/*    width: 100%*/
/*}*/

/*.top-line-secondary {*/
/*    border: none;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #6c757d !important*/
/*}*/

/*.top-line-secondary::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    border: 0 solid transparent;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #6c757d*/
/*}*/

/*.top-line-secondary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.top-line-light {*/
/*    border: none;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #f8f9fa !important*/
/*}*/

/*.top-line-light::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    border: 0 solid transparent;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #f8f9fa*/
/*}*/

/*.top-line-light:hover::before {*/
/*    width: 100%*/
/*}*/

/*.top-line-dark {*/
/*    border: none;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    color: #343a40 !important*/
/*}*/

/*.top-line-dark::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    width: 20px;*/
/*    border: 0 solid transparent;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    border-bottom: 2px solid #343a40*/
/*}*/

/*.top-line-dark:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-bottom-primary {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.fill-bottom-primary::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-bottom-primary:hover::before {*/
/*    height: 100%*/
/*}*/

/*.fill-bottom-danger {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.fill-bottom-danger::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-bottom-danger:hover::before {*/
/*    height: 100%*/
/*}*/

/*.fill-bottom-warning {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #ffc107*/
/*}*/

/*.fill-bottom-warning::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-bottom-warning:hover::before {*/
/*    height: 100%*/
/*}*/

/*.fill-bottom-success {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.fill-bottom-success::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #28a745*/
/*}*/

/*.fill-bottom-success:hover::before {*/
/*    height: 100%*/
/*}*/

/*.fill-bottom-info {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #138496*/
/*}*/

/*.fill-bottom-info::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #138496*/
/*}*/

/*.fill-bottom-info:hover::before {*/
/*    height: 100%*/
/*}*/

/*.fill-bottom-secondary {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #6c757d*/
/*}*/

/*.fill-bottom-secondary::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #6c757d*/
/*}*/

/*.fill-bottom-secondary:hover::before {*/
/*    height: 100%*/
/*}*/

/*.fill-bottom-light {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #f8f9fa*/
/*}*/

/*.fill-bottom-light::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #f8f9fa*/
/*}*/

/*.fill-bottom-light:hover::before {*/
/*    height: 100%*/
/*}*/

/*.fill-bottom-dark {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #343a40*/
/*}*/

/*.fill-bottom-dark::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #343a40*/
/*}*/

/*.fill-bottom-dark:hover::before {*/
/*    height: 100%*/
/*}*/

/*.shine-primary {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.shine-primary:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 15%;*/
/*    left: -25%;*/
/*    top: -2px;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #3D515A*/
/*}*/

/*.shine-primary:hover::before {*/
/*    -webkit-animation-name: shine;*/
/*    animation-name: shine;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*.shine-warning {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #ffc107*/
/*}*/

/*.shine-warning:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 15%;*/
/*    left: -25%;*/
/*    top: -2px;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #ffc107*/
/*}*/

/*.shine-warning:hover::before {*/
/*    -webkit-animation-name: shine;*/
/*    animation-name: shine;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*.shine-danger {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.shine-danger:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 15%;*/
/*    left: -25%;*/
/*    top: -2px;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #dc3545*/
/*}*/

/*.shine-danger:hover::before {*/
/*    -webkit-animation-name: shine;*/
/*    animation-name: shine;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*.shine-success {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.shine-success:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 15%;*/
/*    left: -25%;*/
/*    top: -2px;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #28a745*/
/*}*/

/*.shine-success:hover::before {*/
/*    -webkit-animation-name: shine;*/
/*    animation-name: shine;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*.shine-info {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #138496*/
/*}*/

/*.shine-info:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 15%;*/
/*    left: -25%;*/
/*    top: -2px;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #138496*/
/*}*/

/*.shine-info:hover::before {*/
/*    -webkit-animation-name: shine;*/
/*    animation-name: shine;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*.shine-secondary {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #6c757d*/
/*}*/

/*.shine-secondary:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 15%;*/
/*    left: -25%;*/
/*    top: -2px;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #6c757d*/
/*}*/

/*.shine-secondary:hover::before {*/
/*    -webkit-animation-name: shine;*/
/*    animation-name: shine;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*.shine-light {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #f8f9fa*/
/*}*/

/*.shine-light:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 15%;*/
/*    left: -25%;*/
/*    top: -2px;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #f8f9fa*/
/*}*/

/*.shine-light:hover::before {*/
/*    -webkit-animation-name: shine;*/
/*    animation-name: shine;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*.shine-dark {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #343a40*/
/*}*/

/*.shine-dark:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 15%;*/
/*    left: -25%;*/
/*    top: -2px;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #343a40*/
/*}*/

/*.shine-dark:hover::before {*/
/*    -webkit-animation-name: shine;*/
/*    animation-name: shine;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*@-webkit-keyframes shine {*/
/*    to {*/
/*        left: 150%*/
/*    }*/
/*}*/

/*@keyframes shine {*/
/*    to {*/
/*        left: 150%*/
/*    }*/
/*}*/

/*.fill-both2-primary {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.fill-both2-primary:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both2-primary::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 42px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    width: 0%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-both2-primary:hover::after, .fill-both2-primary:hover::before {*/
/*    width: 50%*/
/*}*/

/*.fill-both2-primary::after {*/
/*    content: '';*/
/*    bottom: -2px;*/
/*    width: 0%;*/
/*    height: 42px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-both2-warning {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #ffc107*/
/*}*/

/*.fill-both2-warning:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both2-warning::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 42px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    width: 0%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-both2-warning:hover::after, .fill-both2-warning:hover::before {*/
/*    width: 51%*/
/*}*/

/*.fill-both2-warning::after {*/
/*    content: '';*/
/*    bottom: -2px;*/
/*    width: 0%;*/
/*    height: 42px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-both2-danger {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.fill-both2-danger:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both2-danger::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 42px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    width: 0%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-both2-danger:hover::after, .fill-both2-danger:hover::before {*/
/*    width: 51%*/
/*}*/

/*.fill-both2-danger::after {*/
/*    content: '';*/
/*    bottom: -2px;*/
/*    width: 0%;*/
/*    height: 42px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-both2-success {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.fill-both2-success:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both2-success::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 42px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    width: 0%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #28a745*/
/*}*/

/*.fill-both2-success:hover::after, .fill-both2-success:hover::before {*/
/*    width: 50%*/
/*}*/

/*.fill-both2-success::after {*/
/*    content: '';*/
/*    bottom: -2px;*/
/*    width: 0%;*/
/*    height: 42px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #28a745*/
/*}*/

/*.fill-both2-info {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #138496*/
/*}*/

/*.fill-both2-info:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both2-info::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 42px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    width: 0%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #138496*/
/*}*/

/*.fill-both2-info:hover::after, .fill-both2-info:hover::before {*/
/*    width: 50%*/
/*}*/

/*.fill-both2-info::after {*/
/*    content: '';*/
/*    bottom: -2px;*/
/*    width: 0%;*/
/*    height: 42px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #138496*/
/*}*/

/*.fill-both2-secondary {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #6c757d*/
/*}*/

/*.fill-both2-secondary:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both2-secondary::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 42px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    width: 0%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #6c757d*/
/*}*/

/*.fill-both2-secondary:hover::after, .fill-both2-secondary:hover::before {*/
/*    width: 50%*/
/*}*/

/*.fill-both2-secondary::after {*/
/*    content: '';*/
/*    bottom: -2px;*/
/*    width: 0%;*/
/*    height: 42px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-both2-light {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #f8f9fa*/
/*}*/

/*.fill-both2-light:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both2-light::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 42px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    width: 0%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #f8f9fa*/
/*}*/

/*.fill-both2-light:hover::after, .fill-both2-light:hover::before {*/
/*    width: 50%*/
/*}*/

/*.fill-both2-light::after {*/
/*    content: '';*/
/*    bottom: -2px;*/
/*    width: 0%;*/
/*    height: 42px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #f8f9fa*/
/*}*/

/*.fill-both2-dark {*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #343a40*/
/*}*/

/*.fill-both2-dark:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both2-dark::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 42px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    width: 0%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #343a40*/
/*}*/

/*.fill-both2-dark:hover::after, .fill-both2-dark:hover::before {*/
/*    width: 50%*/
/*}*/

/*.fill-both2-dark::after {*/
/*    content: '';*/
/*    bottom: -2px;*/
/*    width: 0%;*/
/*    height: 42px;*/
/*    right: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #343a40*/
/*}*/

/*.fill-left-warning {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #ffc107*/
/*}*/

/*.fill-left-warning::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-left-warning:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-left-primary {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.fill-left-primary::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-left-primary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-left-secondary {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #6c757d*/
/*}*/

/*.fill-left-secondary::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #6c757d*/
/*}*/

/*.fill-left-secondary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-left-danger {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.fill-left-danger::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-left-danger:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-left-info {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #138496*/
/*}*/

/*.fill-left-info::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #138496*/
/*}*/

/*.fill-left-info:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-left-dark {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #343a40;*/
/*    color: #000 !important*/
/*}*/

/*.fill-left-dark::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #343a40;*/
/*    color: #fff !important*/
/*}*/

/*.fill-left-dark:hover::before {*/
/*    width: 100%;*/
/*    color: #fff !important*/
/*}*/

/*.fill-left-success {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.fill-left-success::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #28a745*/
/*}*/

/*.fill-left-success:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-right-primary {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.fill-right-primary::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-right-primary:hover {*/
/*    color: #000*/
/*}*/

/*.fill-right-primary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-right-info {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #138496*/
/*}*/

/*.fill-right-info::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #138496*/
/*}*/

/*.fill-right-info:hover {*/
/*    color: #000*/
/*}*/

/*.fill-right-info:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-right-warning {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #ffc107*/
/*}*/

/*.fill-right-warning::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-right-warning:hover {*/
/*    color: #000*/
/*}*/

/*.fill-right-warning:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-right-danger {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.fill-right-danger::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-right-danger:hover {*/
/*    color: #000*/
/*}*/

/*.fill-right-danger:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-right-secondary {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #6c757d*/
/*}*/

/*.fill-right-secondary::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #6c757d*/
/*}*/

/*.fill-right-secondary:hover {*/
/*    color: #000*/
/*}*/

/*.fill-right-secondary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-right-success {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.fill-right-success::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #28a745*/
/*}*/

/*.fill-right-success:hover {*/
/*    color: #000*/
/*}*/

/*.fill-right-success:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-right-dark {*/
/*    background-color: transparent;*/
/*    height: 42px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    border: 2px solid #343a40*/
/*}*/

/*.fill-right-dark::before {*/
/*    content: '';*/
/*    height: inherit;*/
/*    position: absolute;*/
/*    width: 0%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #343a40*/
/*}*/

/*.fill-right-dark:hover {*/
/*    color: #fff !important*/
/*}*/

/*.fill-right-dark:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-left-primary {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.fill-skew-left-primary::after, .fill-skew-left-primary:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(-45deg);*/
/*    transform: skew(-45deg);*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-skew-left-primary::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-primary::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-primary:hover::after, .fill-skew-left-primary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-left-warning {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #ffc107*/
/*}*/


/*.fill-skew-left-warning::after, .fill-skew-left-warning:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(-45deg);*/
/*    transform: skew(-45deg);*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-skew-left-warning::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-warning::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-warning:hover::after, .fill-skew-left-warning:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-left-danger {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.fill-skew-left-danger::after, .fill-skew-left-danger:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(-45deg);*/
/*    transform: skew(-45deg);*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-skew-left-danger::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-danger::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-danger:hover::after, .fill-skew-left-danger:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-left-success {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.fill-skew-left-success::after, .fill-skew-left-success:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(-45deg);*/
/*    transform: skew(-45deg);*/
/*    background-color: #28a745*/
/*}*/

/*.fill-skew-left-success::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-success::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-success:hover::after, .fill-skew-left-success:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-left-info {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #138496*/
/*}*/

/*.fill-skew-left-info::after, .fill-skew-left-info:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(-45deg);*/
/*    transform: skew(-45deg);*/
/*    background-color: #138496*/
/*}*/

/*.fill-skew-left-info::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-info::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-info:hover::after, .fill-skew-left-info:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-left-secondary {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #6c757d*/
/*}*/

/*.fill-skew-left-secondary::after, .fill-skew-left-secondary:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(-45deg);*/
/*    transform: skew(-45deg);*/
/*    background-color: #6c757d*/
/*}*/

/*.fill-skew-left-secondary::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-secondary::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-secondary:hover::after, .fill-skew-left-secondary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-left-light {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #f8f9fa*/
/*}*/

/*.fill-skew-left-light::after, .fill-skew-left-light:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(-45deg);*/
/*    transform: skew(-45deg);*/
/*    background-color: #f8f9fa*/
/*}*/

/*.fill-skew-left-light::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-light::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-light:hover::after, .fill-skew-left-light:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-left-dark {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #343a40*/
/*}*/

/*.fill-skew-left-dark::after, .fill-skew-left-dark:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(-45deg);*/
/*    transform: skew(-45deg);*/
/*    background-color: #343a40*/
/*}*/

/*.fill-skew-left-dark::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-dark::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-left-dark:hover::after, .fill-skew-left-dark:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-right-primary {*/
/*    cursor: pointer;*/
/*    height: 42px;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.fill-skew-right-primary::after, .fill-skew-right-primary:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-skew-right-primary::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-primary::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-primary:hover::after, .fill-skew-right-primary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-right-warning {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #ffc107*/
/*}*/

/*.fill-skew-right-warning::after, .fill-skew-right-warning:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-skew-right-warning::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-warning::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-warning:hover::after, .fill-skew-right-warning:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-right-danger {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.fill-skew-right-danger::after, .fill-skew-right-danger:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-skew-right-danger::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-danger::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-danger:hover::after, .fill-skew-right-danger:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-right-success {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.fill-skew-right-success::after, .fill-skew-right-success:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #28a745*/
/*}*/

/*.fill-skew-right-success::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-success::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-success:hover::after, .fill-skew-right-success:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-right-info {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #138496*/
/*}*/

/*.fill-skew-right-info::after, .fill-skew-right-info:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #138496*/
/*}*/

/*.fill-skew-right-info::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-info::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-info:hover::after, .fill-skew-right-info:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-right-secondary {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #6c757d*/
/*}*/

/*.fill-skew-right-secondary::after, .fill-skew-right-secondary:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #6c757d*/
/*}*/

/*.fill-skew-right-secondary::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-secondary::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-secondary:hover::after, .fill-skew-right-secondary:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-right-light {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #f8f9fa*/
/*}*/

/*.fill-skew-right-light::after, .fill-skew-right-light:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #f8f9fa*/
/*}*/

/*.fill-skew-right-light::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-light::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-light:hover::after, .fill-skew-right-light:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-skew-right-dark {*/
/*    border: none;*/
/*    z-index: 1;*/
/*    cursor: pointer;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border: 2px solid #343a40*/
/*}*/

/*.fill-skew-right-dark::after, .fill-skew-right-dark:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 62px;*/
/*    width: 0%;*/
/*    -webkit-transition: all .4s;*/
/*    transition: all .4s;*/
/*    z-index: -1;*/
/*    -webkit-transform: skew(45deg);*/
/*    transform: skew(45deg);*/
/*    background-color: #343a40*/
/*}*/

/*.fill-skew-right-dark::before {*/
/*    left: 49%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-dark::after {*/
/*    right: 50%;*/
/*    top: -2px*/
/*}*/

/*.fill-skew-right-dark:hover::after, .fill-skew-right-dark:hover::before {*/
/*    width: 100%*/
/*}*/

/*.fill-both-primary {*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.fill-both-primary:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both-primary::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-both-primary:hover::after, .fill-both-primary:hover::before {*/
/*    height: 50%*/
/*}*/

/*.fill-both-primary::after {*/
/*    content: '';*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-both-warning {*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    border: 2px solid #ffc107*/
/*}*/

/*.fill-both-warning:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both-warning::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-both-warning:hover::after, .fill-both-warning:hover::before {*/
/*    height: 50%*/
/*}*/

/*.fill-both-warning::after {*/
/*    content: '';*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-both-danger {*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.fill-both-danger:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both-danger::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-both-danger:hover::after, .fill-both-danger:hover::before {*/
/*    height: 50%*/
/*}*/

/*.fill-both-danger::after {*/
/*    content: '';*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-both-success {*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.fill-both-success:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both-success::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #28a745*/
/*}*/

/*.fill-both-success:hover::after, .fill-both-success:hover::before {*/
/*    height: 50%*/
/*}*/

/*.fill-both-success::after {*/
/*    content: '';*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #28a745*/
/*}*/

/*.fill-both-info {*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    border: 2px solid #138496*/
/*}*/

/*.fill-both-info:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both-info::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #138496*/
/*}*/

/*.fill-both-info:hover::after, .fill-both-info:hover::before {*/
/*    height: 50%*/
/*}*/

/*.fill-both-info::after {*/
/*    content: '';*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #138496*/
/*}*/

/*.fill-both-secondary {*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    border: 2px solid #6c757d*/
/*}*/

/*.fill-both-secondary:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both-secondary::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #6c757d*/
/*}*/

/*.fill-both-secondary:hover::after, .fill-both-secondary:hover::before {*/
/*    height: 50%*/
/*}*/

/*.fill-both-secondary::after {*/
/*    content: '';*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #6c757d*/
/*}*/

/*.fill-both-light {*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    border: 2px solid #f8f9fa*/
/*}*/

/*.fill-both-light:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both-light::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #f8f9fa*/
/*}*/

/*.fill-both-light:hover::after, .fill-both-light:hover::before {*/
/*    height: 50%*/
/*}*/

/*.fill-both-light::after {*/
/*    content: '';*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #f8f9fa*/
/*}*/

/*.fill-both-dark {*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*    border: 2px solid #343a40*/
/*}*/

/*.fill-both-dark:hover {*/
/*    color: #000*/
/*}*/

/*.fill-both-dark::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #343a40*/
/*}*/

/*.fill-both-dark:hover::after, .fill-both-dark:hover::before {*/
/*    height: 50%*/
/*}*/

/*.fill-both-dark::after {*/
/*    content: '';*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    z-index: -1;*/
/*    background-color: #343a40*/
/*}*/

/*.fill-top-primary {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #3D515A*/
/*}*/

/*.fill-top-primary::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #3D515A*/
/*}*/

/*.fill-top-primary:hover::before {*/
/*    height: 110%*/
/*}*/

/*.fill-top-warning {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #ffc107*/
/*}*/

/*.fill-top-warning::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #ffc107*/
/*}*/

/*.fill-top-warning:hover::before {*/
/*    height: 110%*/
/*}*/

/*.fill-top-danger {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #dc3545*/
/*}*/

/*.fill-top-danger::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #dc3545*/
/*}*/

/*.fill-top-danger:hover::before {*/
/*    height: 110%*/
/*}*/

/*.fill-top-dark {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #343a40*/
/*}*/

/*.fill-top-dark::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #343a40*/
/*}*/

/*.fill-top-dark:hover::before {*/
/*    height: 110%*/
/*}*/

/*.fill-top-light {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #f8f9fa*/
/*}*/

/*.fill-top-light::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #f8f9fa*/
/*}*/

/*.fill-top-light:hover::before {*/
/*    height: 110%*/
/*}*/

/*.fill-top-success {*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    border: 2px solid #28a745*/
/*}*/

/*.fill-top-success::before {*/
/*    content: '';*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: -2px;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s;*/
/*    background-color: #28a745*/
/*}*/

/*.fill-top-success:hover::before {*/
/*    height: 110%*/
/*}*/

/*.backward {*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    border: none;*/
/*    color: #000;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s*/
/*}*/

/*.backward:hover {*/
/*    -webkit-transform: translatex(-10px);*/
/*    transform: translatex(-10px)*/
/*}*/

/*.bob {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer*/
/*}*/

/*.bob:hover {*/
/*    -webkit-animation-name: bob;*/
/*    animation-name: bob;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-duration: 1s;*/
/*    animation-duration: 1s;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate*/
/*}*/

/*@-webkit-keyframes bob {*/
/*    0% {*/
/*        -webkit-transform: translatey(-2px);*/
/*        transform: translatey(-2px)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translatey(-5px);*/
/*        transform: translatey(-5px)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translatey(-3px);*/
/*        transform: translatey(-3px)*/
/*    }*/
/*}*/

/*@keyframes bob {*/
/*    0% {*/
/*        -webkit-transform: translatey(-2px);*/
/*        transform: translatey(-2px)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translatey(-5px);*/
/*        transform: translatey(-5px)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translatey(-3px);*/
/*        transform: translatey(-3px)*/
/*    }*/
/*}*/

/*.bounce-in {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.bounce-in:hover {*/
/*    -webkit-animation-name: bounce-in;*/
/*    animation-name: bounce-in;*/
/*    -webkit-animation-iteration-count: 1;*/
/*    animation-iteration-count: 1;*/
/*    -webkit-animation-duration: .3s;*/
/*    animation-duration: .3s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*@-webkit-keyframes bounce-in {*/
/*    0% {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    40% {*/
/*        -webkit-transform: scale(1.2);*/
/*        transform: scale(1.2)*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(1.2);*/
/*        transform: scale(1.2)*/
/*    }*/
/*}*/

/*@keyframes bounce-in {*/
/*    0% {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    40% {*/
/*        -webkit-transform: scale(1.2);*/
/*        transform: scale(1.2)*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(1.2);*/
/*        transform: scale(1.2)*/
/*    }*/
/*}*/

/*.bounce-out {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.bounce-out:hover {*/
/*    -webkit-animation-name: bounce-out;*/
/*    animation-name: bounce-out;*/
/*    -webkit-animation-iteration-count: 1;*/
/*    animation-iteration-count: 1;*/
/*    -webkit-animation-duration: .3s;*/
/*    animation-duration: .3s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*@-webkit-keyframes bounce-out {*/
/*    0% {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    40% {*/
/*        -webkit-transform: scale(.8);*/
/*        transform: scale(.8)*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: scale(.9);*/
/*        transform: scale(.9)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(.8);*/
/*        transform: scale(.8)*/
/*    }*/
/*}*/

/*@keyframes bounce-out {*/
/*    0% {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    40% {*/
/*        -webkit-transform: scale(.8);*/
/*        transform: scale(.8)*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: scale(.9);*/
/*        transform: scale(.9)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(.8);*/
/*        transform: scale(.8)*/
/*    }*/
/*}*/

/*.float {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.float:hover {*/
/*    -webkit-transform: translatey(-5px);*/
/*    transform: translatey(-5px)*/
/*}*/

/*.forward {*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    border: none;*/
/*    color: #000;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s*/
/*}*/

/*.forward:hover {*/
/*    -webkit-transform: translatex(10px);*/
/*    transform: translatex(10px)*/
/*}*/

/*.grow {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.grow:hover {*/
/*    -webkit-transform: scale(1.1);*/
/*    transform: scale(1.1)*/
/*}*/

/*.hang {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer*/
/*}*/

/*.hang:hover {*/
/*    -webkit-animation-name: hang;*/
/*    animation-name: hang;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-duration: 1s;*/
/*    animation-duration: 1s;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate*/
/*}*/

/*@-webkit-keyframes hang {*/
/*    0% {*/
/*        -webkit-transform: translatey(2px);*/
/*        transform: translatey(2px)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translatey(5px);*/
/*        transform: translatey(5px)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translatey(3px);*/
/*        transform: translatey(3px)*/
/*    }*/
/*}*/

/*@keyframes hang {*/
/*    0% {*/
/*        -webkit-transform: translatey(2px);*/
/*        transform: translatey(2px)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translatey(5px);*/
/*        transform: translatey(5px)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translatey(3px);*/
/*        transform: translatey(3px)*/
/*    }*/
/*}*/

/*.pop {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.pop:hover {*/
/*    -webkit-animation-name: pop;*/
/*    animation-name: pop;*/
/*    -webkit-animation-iteration-count: 1;*/
/*    animation-iteration-count: 1;*/
/*    -webkit-animation-duration: .3s;*/
/*    animation-duration: .3s;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate*/
/*}*/

/*@-webkit-keyframes pop {*/
/*    from {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*@keyframes pop {*/
/*    from {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*.pulse-grow {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.pulse-grow:hover {*/
/*    -webkit-animation-name: pulse-grow;*/
/*    animation-name: pulse-grow;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate*/
/*}*/

/*@-webkit-keyframes pulse-grow {*/
/*    from {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*@keyframes pulse-grow {*/
/*    from {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*.pulse-shrink {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.pulse-shrink:hover {*/
/*    -webkit-animation-name: pulse-shrink;*/
/*    animation-name: pulse-shrink;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate*/
/*}*/

/*@-webkit-keyframes pulse-shrink {*/
/*    from {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(.9);*/
/*        transform: scale(.9)*/
/*    }*/
/*}*/

/*@keyframes pulse-shrink {*/
/*    from {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(.9);*/
/*        transform: scale(.9)*/
/*    }*/
/*}*/

/*.pulse {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.pulse:hover {*/
/*    -webkit-animation-name: pulse;*/
/*    animation-name: pulse;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-duration: .5s;*/
/*    animation-duration: .5s;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate*/
/*}*/

/*@-webkit-keyframes pulse {*/
/*    from {*/
/*        -webkit-transform: scale(.9);*/
/*        transform: scale(.9)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*@keyframes pulse {*/
/*    from {*/
/*        -webkit-transform: scale(.9);*/
/*        transform: scale(.9)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*.push {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.push:hover {*/
/*    -webkit-animation-name: push;*/
/*    animation-name: push;*/
/*    -webkit-animation-iteration-count: 1;*/
/*    animation-iteration-count: 1;*/
/*    -webkit-animation-duration: .3s;*/
/*    animation-duration: .3s;*/
/*    -webkit-animation-direction: alternate;*/
/*    animation-direction: alternate*/
/*}*/

/*@-webkit-keyframes push {*/
/*    from {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(.9);*/
/*        transform: scale(.9)*/
/*    }*/
/*}*/

/*@keyframes push {*/
/*    from {*/
/*        -webkit-transform: scale(1);*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: scale(.9);*/
/*        transform: scale(.9)*/
/*    }*/
/*}*/

/*.rotate-grow {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.rotate-grow:hover {*/
/*    -webkit-animation-name: rotate-grow;*/
/*    animation-name: rotate-grow;*/
/*    -webkit-animation-duration: .2s;*/
/*    animation-duration: .2s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*@-webkit-keyframes rotate-grow {*/
/*    to {*/
/*        -webkit-transform: rotate(5deg) scale(1.1);*/
/*        transform: rotate(5deg) scale(1.1)*/
/*    }*/
/*}*/

/*@keyframes rotate-grow {*/
/*    to {*/
/*        -webkit-transform: rotate(5deg) scale(1.1);*/
/*        transform: rotate(5deg) scale(1.1)*/
/*    }*/
/*}*/

/*.rotate {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.rotate:hover {*/
/*    -webkit-animation-name: rotate;*/
/*    animation-name: rotate;*/
/*    -webkit-animation-duration: .2s;*/
/*    animation-duration: .2s;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards*/
/*}*/

/*@-webkit-keyframes rotate {*/
/*    to {*/
/*        -webkit-transform: rotate(5deg);*/
/*        transform: rotate(5deg)*/
/*    }*/
/*}*/

/*@keyframes rotate {*/
/*    to {*/
/*        -webkit-transform: rotate(5deg);*/
/*        transform: rotate(5deg)*/
/*    }*/
/*}*/

/*.shrink {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.shrink:hover {*/
/*    -webkit-transform: scale(.9);*/
/*    transform: scale(.9)*/
/*}*/

/*.sink {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .2s;*/
/*    transition: all .2s*/
/*}*/

/*.sink:hover {*/
/*    -webkit-transform: translatey(5px);*/
/*    transform: translatey(5px)*/
/*}*/

/*.skew {*/
/*    border: none;*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s*/
/*}*/

/*.skew:hover {*/
/*    -webkit-transform: skew(-15deg);*/
/*    transform: skew(-15deg)*/
/*}*/

/*.wobble-skew {*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    border: none;*/
/*    color: #000*/
/*}*/

/*.wobble-skew:hover {*/
/*    -webkit-animation-name: wobble-skew;*/
/*    animation-name: wobble-skew;*/
/*    -webkit-animation-duration: .25s;*/
/*    animation-duration: .25s;*/
/*    -webkit-animation-iteration-count: 2;*/
/*    animation-iteration-count: 2*/
/*}*/

/*@-webkit-keyframes wobble-skew {*/
/*    0% {*/
/*        -webkit-transform: skew(0);*/
/*        transform: skew(0)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: skew(10deg);*/
/*        transform: skew(10deg)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: skew(-10deg);*/
/*        transform: skew(-10deg)*/
/*    }*/
/*}*/

/*@keyframes wobble-skew {*/
/*    0% {*/
/*        -webkit-transform: skew(0);*/
/*        transform: skew(0)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: skew(10deg);*/
/*        transform: skew(10deg)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: skew(-10deg);*/
/*        transform: skew(-10deg)*/
/*    }*/
/*}*/

/*.btn-shadow-bottom {*/
/*    padding: 10px;*/
/*    height: 42px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    border: none;*/
/*    font-weight: 700;*/
/*    color: #000;*/
/*    -webkit-transition: all .25s;*/
/*    transition: all .25s*/
/*}*/

/*.btn-shadow-bottom::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -4px;*/
/*    left: 0;*/
/*    width: 100%*/
/*}*/

/*.btn-shadow-bottom:hover::after {*/
/*    -webkit-box-shadow: 0 0 4px 2px gray;*/
/*    box-shadow: 0 0 4px 2px gray*/
/*}*/

/*.btn-test {*/
/*    background-color: #6c757d*/
/*}*/

/*.railway-heading {*/
/*    font-family: Raleway, sans-serif;*/
/*    font-size: 28px;*/
/*    color: blacks*/
/*}*/

/*!*.margin {*!*/
/*!*    margin-top: 30px;*!*/
/*!*    margin-bottom: 20px*!*/
/*!*}*!*/


.MuiDataGrid-viewport, .MuiDataGrid-row, .MuiDataGrid-renderingZone {
    max-height: fit-content !important;
}

.MuiDataGrid-cell {
    max-height: fit-content !important;
    overflow: auto;
    white-space: initial !important;
    line-height: 16px !important;
    display: flex !important;
    align-items: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

/*.fc-button {*/
/*    text-transform: capitalize !important;*/
/*}*/

/*.footerSocialMediaLinks a {*/
/*    color: yellow;*/
/*}*/

.dropzone {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-width: 2px;
    border-radius: 2px;
    border-color: #eeeeee;
    border-style: dashed;
    background-color: #fafafa;
    color: #bdbdbd;
    outline: none;
    transition: border .24s ease-in-out;
}


/*.Example input,*/
/*.Example button {*/
/*    font: inherit;*/
/*}*/

/*.Example header {*/
/*    background-color: #323639;*/
/*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);*/
/*    padding: 20px;*/
/*    color: white;*/
/*}*/

/*.Example header h1 {*/
/*    font-size: inherit;*/
/*    margin: 0;*/
/*}*/

/*.Example__container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    margin: 10px 0;*/
/*    padding: 10px;*/
/*}*/

/*.Example__container__load {*/
/*    margin-top: 1em;*/
/*    color: white;*/
/*}*/

/*.Example__container__document {*/
/*    margin: 1em 0;*/
/*}*/

/*.Example__container__document .react-pdf__Document {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.Example__container__document .react-pdf__Page {*/
/*    max-width: calc(100% - 2em);*/
/*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);*/
/*    margin: 1em;*/
/*}*/

/*.Example__container__document .react-pdf__Page canvas {*/
/*    max-width: 100%;*/
/*    height: auto !important;*/
/*}*/

/*.Example__container__document .react-pdf__message {*/
/*    padding: 20px;*/
/*    color: white;*/
/*}*/


a {
    text-decoration: none;
}

/* Shared */
.loginBtn {
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/*!* Facebook *!*/
/*.loginBtn--facebook {*/
/*    background-color: #4C69BA;*/
/*    background-image: linear-gradient(#4C69BA, #3B55A0);*/
/*    !*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*!*/
/*    text-shadow: 0 -1px 0 #354C8C;*/
/*}*/
/*.loginBtn--facebook:before {*/
/*    border-right: #364e92 1px solid;*/
/*    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;*/
/*}*/
/*.loginBtn--facebook:hover,*/
/*.loginBtn--facebook:focus {*/
/*    background-color: #5B7BD5;*/
/*    background-image: linear-gradient(#5B7BD5, #4864B1);*/
/*}*/


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}
.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

a:link {
    color: #1976d2;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #1976d2;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #26353d;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #26353d;
    background-color: transparent;
    text-decoration: underline;
}
.sigCanvas {
    border: 1px solid #222;
}

/*!*.agencyLogin .MuiDrawer-paper {*!*/
/*!*    background-image: url('/images/rosa1234568.png');*!*/
/*!*    position: absolute;*!*/
/*!*    fontWeight: 300;*!*/
/*!*    top: 0;*!*/
/*!*    left: 0;*!*/
/*!*    width: 100%;*!*/
/*!*    height:100%;*!*/
/*!*    display: block;*!*/
/*!*    zIndex: 1;*!*/
/*!*    background-size: cover;*!*/
/*!*    background-position: center center;*!*/
/*!*    background-blend-mode: luminosity;*!*/
/*!*}*!*/

.fc-daygrid-event {
    white-space: normal !important;
}

.planOfCarePrint {
    padding: 20px;
}

@media print {
    .planOfCarePrint div {
        width: 100% !important;
        height: 100% !important;
        overflow: visible !important;
    }


        body {
            min-width: 1200px;
        }

}
/*.MuiDataGrid-columnHeaders {*/
/*    background: #3498db;*/
/*}*/
/*.MuiDataGrid-toolbarContainer {*/
/*    background: whitesmoke;*/
/*}*/

a.fc-event, a.fc-event:hover {
    color: black !important;
    background-color: #3498db;
}
a.MuiButton-rosa.MuiButton-rosaPrimary {
    background-color: #6138f5;
    color: #FFFFFF;
}

a.MuiButton-colorPrimary a:hover {
    text-decoration: none;
}
.content {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.content.enter {
    opacity: 1;
}

.content.exit {
    opacity: 0;
}

/* Optional: Add route-specific animation styles */
.content.home {
    animation: slideInLeft 0.3s ease-in-out;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
