@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.infinite {
        animation-iteration-count: infinite
    }

    .animated.hinge {
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        animation-duration: .75s
    }

@keyframes bounce {
    0%,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,11.1%,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}


.heart {
    fill: red;
    position: relative;
    animation: pulse 1s ease infinite;
    height: 14px;
    width: 22px;
    top: -3px;
}

    .heart:after {
    }

.live {
    animation: pulsemenu 2s linear infinite;
    font-weight: bolder;
}


@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    80% {
        opacity: .5;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}



@keyframes pulsemenu {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        /*opacity: .9;*/
        transform: scale(1.05);
        color: green !important;
    }

    100% {
        opacity: .9;
        transform: scale(1.1);
    }
}

svg {
    vertical-align: middle;
    border-style: none;
}

.ioilink {
    color: rebeccapurple;
    font-weight: bolder;
}
.copyright-wrap-bg .ioilink,
.copyright-wrap-bg a{
    color: white !important;
    font-weight: bolder;
    font-size: 16px;
}
.copyright-wrap a {
    font-weight: bolder;
    font-size: 16px;
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@font-face {
    font-family: feather;
    src: url(../Themes/IOTLab/fonts/feather.eot);
    src: url(../Themes/IOTLab/fonts/feather.eot?#iefix) format("embedded-opentype"), url(../Themes/IOTLab/fonts/feather.woff) format("woff"), url(../Themes/IOTLab/fonts/feather.ttf) format("truetype"), url(../Themes/IOTLab/fonts/feather.svg#feather) format("svg");
}

[class*=" fe-icon-"],
[class^=fe-icon-] {
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fe-icon-activity:before {
    content: "\e900"
}

.fe-icon-airplay:before {
    content: "\e901"
}

.fe-icon-alert-circle:before {
    content: "\e902"
}

.fe-icon-alert-octagon:before {
    content: "\e903"
}

.fe-icon-alert-triangle:before {
    content: "\e904"
}

.fe-icon-align-center:before {
    content: "\e905"
}

.fe-icon-align-justify:before {
    content: "\e906"
}

.fe-icon-align-left:before {
    content: "\e907"
}

.fe-icon-align-right:before {
    content: "\e908"
}

.fe-icon-anchor:before {
    content: "\e909"
}

.fe-icon-aperture:before {
    content: "\e90a"
}

.fe-icon-archive:before {
    content: "\e90b"
}

.fe-icon-arrow-down-circle:before {
    content: "\e90c"
}

.fe-icon-arrow-down-left:before {
    content: "\e90d"
}

.fe-icon-arrow-down-right:before {
    content: "\e90e"
}

.fe-icon-arrow-down:before {
    content: "\e90f"
}

.fe-icon-arrow-left-circle:before {
    content: "\e910"
}

.fe-icon-arrow-left:before {
    content: "\e911"
}

.fe-icon-arrow-right-circle:before {
    content: "\e912"
}

.fe-icon-arrow-right:before {
    content: "\e913"
}

.fe-icon-arrow-up-circle:before {
    content: "\e914"
}

.fe-icon-arrow-up-left:before {
    content: "\e915"
}

.fe-icon-arrow-up-right:before {
    content: "\e916"
}

.fe-icon-arrow-up:before {
    content: "\e917"
}

.fe-icon-at-sign:before {
    content: "\e918"
}

.fe-icon-award:before {
    content: "\e919"
}

.fe-icon-bar-chart-2:before {
    content: "\e91a"
}

.fe-icon-bar-chart:before {
    content: "\e91b"
}

.fe-icon-battery-charging:before {
    content: "\e91c"
}

.fe-icon-battery:before {
    content: "\e91d"
}

.fe-icon-bell-off:before {
    content: "\e91e"
}

.fe-icon-bell:before {
    content: "\e91f"
}

.fe-icon-bluetooth:before {
    content: "\e920"
}

.fe-icon-bold:before {
    content: "\e921"
}

.fe-icon-book-open:before {
    content: "\e922"
}

.fe-icon-book:before {
    content: "\e923"
}

.fe-icon-bookmark:before {
    content: "\e924"
}

.fe-icon-box:before {
    content: "\e925"
}

.fe-icon-briefcase:before {
    content: "\e926"
}

.fe-icon-calendar:before {
    content: "\e927"
}

.fe-icon-camera-off:before {
    content: "\e928"
}

.fe-icon-camera:before {
    content: "\e929"
}

.fe-icon-cast:before {
    content: "\e92a"
}

.fe-icon-check-circle:before {
    content: "\e92b"
}

.fe-icon-check-square:before {
    content: "\e92c"
}

.fe-icon-check:before {
    content: "\e92d"
}

.fe-icon-chevron-down:before {
    content: "\e92e"
}

.fe-icon-chevron-left:before {
    content: "\e92f"
}

.fe-icon-chevron-right:before {
    content: "\e930"
}

.fe-icon-chevron-up:before {
    content: "\e931"
}

.fe-icon-chevrons-down:before {
    content: "\e932"
}

.fe-icon-chevrons-left:before {
    content: "\e933"
}

.fe-icon-chevrons-right:before {
    content: "\e934"
}

.fe-icon-chevrons-up:before {
    content: "\e935"
}

.fe-icon-chrome:before {
    content: "\e936"
}

.fe-icon-circle:before {
    content: "\e937"
}

.fe-icon-clipboard:before {
    content: "\e938"
}

.fe-icon-clock:before {
    content: "\e939"
}

.fe-icon-cloud-drizzle:before {
    content: "\e93a"
}

.fe-icon-cloud-lightning:before {
    content: "\e93b"
}

.fe-icon-cloud-off:before {
    content: "\e93c"
}

.fe-icon-cloud-rain:before {
    content: "\e93d"
}

.fe-icon-cloud-snow:before {
    content: "\e93e"
}

.fe-icon-cloud:before {
    content: "\e93f"
}

.fe-icon-code:before {
    content: "\e940"
}

.fe-icon-codepen:before {
    content: "\e941"
}

.fe-icon-command:before {
    content: "\e942"
}

.fe-icon-compass:before {
    content: "\e943"
}

.fe-icon-copy:before {
    content: "\e944"
}

.fe-icon-corner-down-left:before {
    content: "\e945"
}

.fe-icon-corner-down-right:before {
    content: "\e946"
}

.fe-icon-corner-left-down:before {
    content: "\e947"
}

.fe-icon-corner-left-up:before {
    content: "\e948"
}

.fe-icon-corner-right-down:before {
    content: "\e949"
}

.fe-icon-corner-right-up:before {
    content: "\e94a"
}

.fe-icon-corner-up-left:before {
    content: "\e94b"
}

.fe-icon-corner-up-right:before {
    content: "\e94c"
}

.fe-icon-cpu:before {
    content: "\e94d"
}

.fe-icon-credit-card:before {
    content: "\e94e"
}

.fe-icon-crop:before {
    content: "\e94f"
}

.fe-icon-crosshair:before {
    content: "\e950"
}

.fe-icon-database:before {
    content: "\e951"
}

.fe-icon-delete:before {
    content: "\e952"
}

.fe-icon-disc:before {
    content: "\e953"
}

.fe-icon-dollar-sign:before {
    content: "\e954"
}

.fe-icon-download-cloud:before {
    content: "\e955"
}

.fe-icon-download:before {
    content: "\e956"
}

.fe-icon-droplet:before {
    content: "\e957"
}

.fe-icon-edit-2:before {
    content: "\e958"
}

.fe-icon-edit-3:before {
    content: "\e959"
}

.fe-icon-edit:before {
    content: "\e95a"
}

.fe-icon-external-link:before {
    content: "\e95b"
}

.fe-icon-eye-off:before {
    content: "\e95c"
}

.fe-icon-eye:before {
    content: "\e95d"
}

.fe-icon-facebook:before {
    content: "\e95e"
}

.fe-icon-fast-forward:before {
    content: "\e95f"
}

.fe-icon-feather:before {
    content: "\e960"
}

.fe-icon-file-minus:before {
    content: "\e961"
}

.fe-icon-file-plus:before {
    content: "\e962"
}

.fe-icon-file-text:before {
    content: "\e963"
}

.fe-icon-file:before {
    content: "\e964"
}

.fe-icon-film:before {
    content: "\e965"
}

.fe-icon-filter:before {
    content: "\e966"
}

.fe-icon-flag:before {
    content: "\e967"
}

.fe-icon-folder-minus:before {
    content: "\e968"
}

.fe-icon-folder-plus:before {
    content: "\e969"
}

.fe-icon-folder:before {
    content: "\e96a"
}

.fe-icon-gift:before {
    content: "\e96b"
}

.fe-icon-git-branch:before {
    content: "\e96c"
}

.fe-icon-git-commit:before {
    content: "\e96d"
}

.fe-icon-git-merge:before {
    content: "\e96e"
}

.fe-icon-git-pull-request:before {
    content: "\e96f"
}

.fe-icon-github:before {
    content: "\e970"
}

.fe-icon-gitlab:before {
    content: "\e971"
}

.fe-icon-globe:before {
    content: "\e972"
}

.fe-icon-grid:before {
    content: "\e973"
}

.fe-icon-hard-drive:before {
    content: "\e974"
}

.fe-icon-hash:before {
    content: "\e975"
}

.fe-icon-headphones:before {
    content: "\e976"
}

.fe-icon-heart:before {
    content: "\e977"
}

.fe-icon-help-circle:before {
    content: "\e978"
}

.fe-icon-home:before {
    content: "\e979"
}

.fe-icon-image:before {
    content: "\e97a"
}

.fe-icon-inbox:before {
    content: "\e97b"
}

.fe-icon-info:before {
    content: "\e97c"
}

.fe-icon-instagram:before {
    content: "\e97d"
}

.fe-icon-italic:before {
    content: "\e97e"
}

.fe-icon-layers:before {
    content: "\e97f"
}

.fe-icon-layout:before {
    content: "\e980"
}

.fe-icon-life-buoy:before {
    content: "\e981"
}

.fe-icon-link-2:before {
    content: "\e982"
}

.fe-icon-link:before {
    content: "\e983"
}

.fe-icon-linkedin:before {
    content: "\e984"
}

.fe-icon-list:before {
    content: "\e985"
}

.fe-icon-loader:before {
    content: "\e986"
}

.fe-icon-lock:before {
    content: "\e987"
}

.fe-icon-log-in:before {
    content: "\e988"
}

.fe-icon-log-out:before {
    content: "\e989"
}

.fe-icon-mail:before {
    content: "\e98a"
}

.fe-icon-map-pin:before {
    content: "\e98b"
}

.fe-icon-map:before {
    content: "\e98c"
}

.fe-icon-maximize-2:before {
    content: "\e98d"
}

.fe-icon-maximize:before {
    content: "\e98e"
}

.fe-icon-menu:before {
    content: "\e98f"
}

.fe-icon-message-circle:before {
    content: "\e990"
}

.fe-icon-message-square:before {
    content: "\e991"
}

.fe-icon-mic-off:before {
    content: "\e992"
}

.fe-icon-mic:before {
    content: "\e993"
}

.fe-icon-minimize-2:before {
    content: "\e994"
}

.fe-icon-minimize:before {
    content: "\e995"
}

.fe-icon-minus-circle:before {
    content: "\e996"
}

.fe-icon-minus-square:before {
    content: "\e997"
}

.fe-icon-minus:before {
    content: "\e998"
}

.fe-icon-monitor:before {
    content: "\e999"
}

.fe-icon-moon:before {
    content: "\e99a"
}

.fe-icon-more-horizontal:before {
    content: "\e99b"
}

.fe-icon-more-vertical:before {
    content: "\e99c"
}

.fe-icon-move:before {
    content: "\e99d"
}

.fe-icon-music:before {
    content: "\e99e"
}

.fe-icon-navigation-2:before {
    content: "\e99f"
}

.fe-icon-navigation:before {
    content: "\e9a0"
}

.fe-icon-octagon:before {
    content: "\e9a1"
}

.fe-icon-package:before {
    content: "\e9a2"
}

.fe-icon-paperclip:before {
    content: "\e9a3"
}

.fe-icon-pause-circle:before {
    content: "\e9a4"
}

.fe-icon-pause:before {
    content: "\e9a5"
}

.fe-icon-percent:before {
    content: "\e9a6"
}

.fe-icon-phone-call:before {
    content: "\e9a7"
}

.fe-icon-phone-forwarded:before {
    content: "\e9a8"
}

.fe-icon-phone-incoming:before {
    content: "\e9a9"
}

.fe-icon-phone-missed:before {
    content: "\e9aa"
}

.fe-icon-phone-off:before {
    content: "\e9ab"
}

.fe-icon-phone-outgoing:before {
    content: "\e9ac"
}

.fe-icon-phone:before {
    content: "\e9ad"
}

.fe-icon-pie-chart:before {
    content: "\e9ae"
}

.fe-icon-play-circle:before {
    content: "\e9af"
}

.fe-icon-play:before {
    content: "\e9b0"
}

.fe-icon-plus-circle:before {
    content: "\e9b1"
}

.fe-icon-plus-square:before {
    content: "\e9b2"
}

.fe-icon-plus:before {
    content: "\e9b3"
}

.fe-icon-pocket:before {
    content: "\e9b4"
}

.fe-icon-power:before {
    content: "\e9b5"
}

.fe-icon-printer:before {
    content: "\e9b6"
}

.fe-icon-radio:before {
    content: "\e9b7"
}

.fe-icon-refresh-ccw:before {
    content: "\e9b8"
}

.fe-icon-refresh-cw:before {
    content: "\e9b9"
}

.fe-icon-repeat:before {
    content: "\e9ba"
}

.fe-icon-rewind:before {
    content: "\e9bb"
}

.fe-icon-rotate-ccw:before {
    content: "\e9bc"
}

.fe-icon-rotate-cw:before {
    content: "\e9bd"
}

.fe-icon-rss:before {
    content: "\e9be"
}

.fe-icon-save:before {
    content: "\e9bf"
}

.fe-icon-scissors:before {
    content: "\e9c0"
}

.fe-icon-search:before {
    content: "\e9c1"
}

.fe-icon-send:before {
    content: "\e9c2"
}

.fe-icon-server:before {
    content: "\e9c3"
}

.fe-icon-settings:before {
    content: "\e9c4"
}

.fe-icon-share-2:before {
    content: "\e9c5"
}

.fe-icon-share:before {
    content: "\e9c6"
}

.fe-icon-shield-off:before {
    content: "\e9c7"
}

.fe-icon-shield:before {
    content: "\e9c8"
}

.fe-icon-shopping-bag:before {
    content: "\e9c9"
}

.fe-icon-shopping-cart:before {
    content: "\e9ca"
}

.fe-icon-shuffle:before {
    content: "\e9cb"
}

.fe-icon-sidebar:before {
    content: "\e9cc"
}

.fe-icon-skip-back:before {
    content: "\e9cd"
}

.fe-icon-skip-forward:before {
    content: "\e9ce"
}

.fe-icon-slack:before {
    content: "\e9cf"
}

.fe-icon-slash:before {
    content: "\e9d0"
}

.fe-icon-sliders:before {
    content: "\e9d1"
}

.fe-icon-smartphone:before {
    content: "\e9d2"
}

.fe-icon-speaker:before {
    content: "\e9d3"
}

.fe-icon-square:before {
    content: "\e9d4"
}

.fe-icon-star:before {
    content: "\e9d5"
}

.fe-icon-stop-circle:before {
    content: "\e9d6"
}

.fe-icon-sun:before {
    content: "\e9d7"
}

.fe-icon-sunrise:before {
    content: "\e9d8"
}

.fe-icon-sunset:before {
    content: "\e9d9"
}

.fe-icon-tablet:before {
    content: "\e9da"
}

.fe-icon-tag:before {
    content: "\e9db"
}

.fe-icon-target:before {
    content: "\e9dc"
}

.fe-icon-terminal:before {
    content: "\e9dd"
}

.fe-icon-thermometer:before {
    content: "\e9de"
}

.fe-icon-thumbs-down:before {
    content: "\e9df"
}

.fe-icon-thumbs-up:before {
    content: "\e9e0"
}

.fe-icon-toggle-left:before {
    content: "\e9e1"
}

.fe-icon-toggle-right:before {
    content: "\e9e2"
}

.fe-icon-trash-2:before {
    content: "\e9e3"
}

.fe-icon-trash:before {
    content: "\e9e4"
}

.fe-icon-trending-down:before {
    content: "\e9e5"
}

.fe-icon-trending-up:before {
    content: "\e9e6"
}

.fe-icon-triangle:before {
    content: "\e9e7"
}

.fe-icon-truck:before {
    content: "\e9e8"
}

.fe-icon-tv:before {
    content: "\e9e9"
}

.fe-icon-twitter:before {
    content: "\e9ea"
}

.fe-icon-type:before {
    content: "\e9eb"
}

.fe-icon-umbrella:before {
    content: "\e9ec"
}

.fe-icon-underline:before {
    content: "\e9ed"
}

.fe-icon-unlock:before {
    content: "\e9ee"
}

.fe-icon-upload-cloud:before {
    content: "\e9ef"
}

.fe-icon-upload:before {
    content: "\e9f0"
}

.fe-icon-user-check:before {
    content: "\e9f1"
}

.fe-icon-user-minus:before {
    content: "\e9f2"
}

.fe-icon-user-plus:before {
    content: "\e9f3"
}

.fe-icon-user-x:before {
    content: "\e9f4"
}

.fe-icon-user:before {
    content: "\e9f5"
}

.fe-icon-users:before {
    content: "\e9f6"
}

.fe-icon-video-off:before {
    content: "\e9f7"
}

.fe-icon-video:before {
    content: "\e9f8"
}

.fe-icon-voicemail:before {
    content: "\e9f9"
}

.fe-icon-volume-1:before {
    content: "\e9fa"
}

.fe-icon-volume-2:before {
    content: "\e9fb"
}

.fe-icon-volume-x:before {
    content: "\e9fc"
}

.fe-icon-volume:before {
    content: "\e9fd"
}

.fe-icon-watch:before {
    content: "\e9fe"
}

.fe-icon-wifi-off:before {
    content: "\e9ff"
}

.fe-icon-wifi:before {
    content: "\ea00"
}

.fe-icon-wind:before {
    content: "\ea01"
}

.fe-icon-x-circle:before {
    content: "\ea02"
}

.fe-icon-x-square:before {
    content: "\ea03"
}

.fe-icon-x:before {
    content: "\ea04"
}

.fe-icon-youtube:before {
    content: "\ea05"
}

.fe-icon-zap-off:before {
    content: "\ea06"
}

.fe-icon-zap:before {
    content: "\ea07"
}

.fe-icon-zoom-in:before {
    content: "\ea08"
}

.fe-icon-zoom-out:before {
    content: "\ea09"
}
/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule{font-size:0;height:0;max-height:1000px;width:100%;transform:translateZ(0);backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1)}.iziToast{display:inline-block;clear:both;position:relative;padding:8px 50px 9px 0;min-height:54px;width:100%;pointer-events:all;cursor:default;transform:translateX(0);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.iziToast>.iziToast-close{position:absolute;right:0;top:0;border:0;padding:0;opacity:.6;width:42px;height:100%;cursor:pointer;outline:0}.iziToast>.iziToast-close:hover{opacity:1}.iziToast>.iziToast-body{position:relative;padding:0 0 0 10px;height:100%;min-height:36px;margin:0 0 0 16px}.iziToast>.iziToast-body::after{content:"";display:table;clear:both}.iziToast>.iziToast-body>.iziToast-icon{height:100%;position:absolute;left:0;top:50%;display:table;font-size:20px;line-height:20px;margin-top:-11px}.iziToast>.iziToast-body>p,.iziToast>.iziToast-body>strong{font-size:14px;line-height:16px;text-align:left;float:left}.iziToast>.iziToast-body>strong{padding:0 8px 0 0;margin:10px 0 -10px}.iziToast>.iziToast-body>p{padding:0;margin:10px 0}.iziToast-target{position:relative;width:100%;margin:0 auto}.iziToast-target .iziToast-capsule{overflow:hidden}.iziToast-target .iziToast-capsule:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.iziToast-target .iziToast-capsule .iziToast{width:100%;float:left}.iziToast-wrapper{z-index:99999;position:fixed;width:100%;pointer-events:none;display:flex;flex-direction:column}.iziToast-wrapper-bottomLeft{left:0;bottom:0}.iziToast-wrapper-bottomRight{right:0;bottom:0;text-align:right}.iziToast-wrapper-topLeft{left:0;top:0}.iziToast-wrapper-topRight{top:0;right:0;text-align:right}.iziToast-wrapper-topCenter{top:0;left:0;right:0;text-align:center}.iziToast-wrapper-bottomCenter{bottom:0;left:0;right:0;text-align:center}.iziToast-wrapper-center{top:0;bottom:0;left:0;right:0;text-align:center;justify-content:center;flex-flow:column;align-items:center}.iziToast-rtl{direction:rtl;padding:8px 0 9px 50px}.iziToast-rtl .iziToast-cover{left:auto;right:0}.iziToast-rtl .iziToast-close{right:auto;left:0}.iziToast-rtl .iziToast-body{padding:0 10px 0 0;margin:0 16px 0 0}.iziToast-rtl .iziToast-body strong{padding:0 0 0 10px}.iziToast-rtl .iziToast-body p,.iziToast-rtl .iziToast-body strong{float:right;text-align:right}.iziToast-rtl .iziToast-body .iziToast-icon{left:auto;right:0}@media only screen and (min-width:568px){.iziToast-wrapper{padding:10px 15px}.iziToast-cover{border-radius:4px 0 0 4px}.iziToast{margin:5px 0;border-radius:4px;width:auto}}.iziToast.fadeInLeft{-webkit-animation:iziT-fadeInLeft .6s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInLeft .6s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInRight{-webkit-animation:iziT-fadeInRight .6s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInRight .6s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInDown{-webkit-animation:iziT-fadeInDown .6s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInDown .6s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInUp{-webkit-animation:iziT-fadeInUp .6s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInUp .6s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast.fadeOut{-webkit-animation:iziT-fadeOut .5s ease both;animation:iziT-fadeOut .5s ease both}@-webkit-keyframes iziT-fadeIn{from{opacity:0}to{opacity:1}}@keyframes iziT-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInRight{from{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInRight{from{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeOut{from{opacity:1}to{opacity:0}}@keyframes iziT-fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeInDown {from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}to{opacity:1;-webkit-transform:none;transform:none;}}@keyframes iziT-fadeInDown {from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}to{opacity:1;-webkit-transform:none;transform:none;}}@-webkit-keyframes iziT-fadeInUp {from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}to{opacity:1;-webkit-transform:none;transform:none;}}@keyframes iziT-fadeInUp {from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}to{opacity:1;-webkit-transform:none;transform:none;}}
body {
}
a{
    text-decoration:none !important;
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../Themes/IOTLab/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@font-face {
    font-family: 'Socicon';
    src:  url('../Themes/IOTLab/fonts/Socicon.eot?484r1f');
    src:  url('../Themes/IOTLab/fonts/Socicon.eot?484r1f#iefix') format('embedded-opentype'),
      url('../Themes/IOTLab/fonts/Socicon.woff2?484r1f') format('woff2'),
      url('../Themes/IOTLab/fonts/Socicon.ttf?484r1f') format('truetype'),
      url('../Themes/IOTLab/fonts/Socicon.woff?484r1f') format('woff'),
      url('../Themes/IOTLab/fonts/Socicon.svg?484r1f#Socicon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="socicon-"], [class*=" socicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Socicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .socicon-internet:before {
    content: "\e957";
  }
  .socicon-moddb:before {
    content: "\e94b";
  }
  .socicon-indiedb:before {
    content: "\e94c";
  }
  .socicon-traxsource:before {
    content: "\e94d";
  }
  .socicon-gamefor:before {
    content: "\e94e";
  }
  .socicon-pixiv:before {
    content: "\e94f";
  }
  .socicon-myanimelist:before {
    content: "\e950";
  }
  .socicon-blackberry:before {
    content: "\e951";
  }
  .socicon-wickr:before {
    content: "\e952";
  }
  .socicon-spip:before {
    content: "\e953";
  }
  .socicon-napster:before {
    content: "\e954";
  }
  .socicon-beatport:before {
    content: "\e955";
  }
  .socicon-hackerone:before {
    content: "\e956";
  }
  .socicon-hackernews:before {
    content: "\e946";
  }
  .socicon-smashwords:before {
    content: "\e947";
  }
  .socicon-kobo:before {
    content: "\e948";
  }
  .socicon-bookbub:before {
    content: "\e949";
  }
  .socicon-mailru:before {
    content: "\e94a";
  }
  .socicon-gitlab:before {
    content: "\e945";
  }
  .socicon-instructables:before {
    content: "\e944";
  }
  .socicon-portfolio:before {
    content: "\e943";
  }
  .socicon-codered:before {
    content: "\e940";
  }
  .socicon-origin:before {
    content: "\e941";
  }
  .socicon-nextdoor:before {
    content: "\e942";
  }
  .socicon-udemy:before {
    content: "\e93f";
  }
  .socicon-livemaster:before {
    content: "\e93e";
  }
  .socicon-crunchbase:before {
    content: "\e93b";
  }
  .socicon-homefy:before {
    content: "\e93c";
  }
  .socicon-calendly:before {
    content: "\e93d";
  }
  .socicon-realtor:before {
    content: "\e90f";
  }
  .socicon-tidal:before {
    content: "\e910";
  }
  .socicon-qobuz:before {
    content: "\e911";
  }
  .socicon-natgeo:before {
    content: "\e912";
  }
  .socicon-mastodon:before {
    content: "\e913";
  }
  .socicon-unsplash:before {
    content: "\e914";
  }
  .socicon-homeadvisor:before {
    content: "\e915";
  }
  .socicon-angieslist:before {
    content: "\e916";
  }
  .socicon-codepen:before {
    content: "\e917";
  }
  .socicon-slack:before {
    content: "\e918";
  }
  .socicon-openaigym:before {
    content: "\e919";
  }
  .socicon-logmein:before {
    content: "\e91a";
  }
  .socicon-fiverr:before {
    content: "\e91b";
  }
  .socicon-gotomeeting:before {
    content: "\e91c";
  }
  .socicon-aliexpress:before {
    content: "\e91d";
  }
  .socicon-guru:before {
    content: "\e91e";
  }
  .socicon-appstore:before {
    content: "\e91f";
  }
  .socicon-homes:before {
    content: "\e920";
  }
  .socicon-zoom:before {
    content: "\e921";
  }
  .socicon-alibaba:before {
    content: "\e922";
  }
  .socicon-craigslist:before {
    content: "\e923";
  }
  .socicon-wix:before {
    content: "\e924";
  }
  .socicon-redfin:before {
    content: "\e925";
  }
  .socicon-googlecalendar:before {
    content: "\e926";
  }
  .socicon-shopify:before {
    content: "\e927";
  }
  .socicon-freelancer:before {
    content: "\e928";
  }
  .socicon-seedrs:before {
    content: "\e929";
  }
  .socicon-bing:before {
    content: "\e92a";
  }
  .socicon-doodle:before {
    content: "\e92b";
  }
  .socicon-bonanza:before {
    content: "\e92c";
  }
  .socicon-squarespace:before {
    content: "\e92d";
  }
  .socicon-toptal:before {
    content: "\e92e";
  }
  .socicon-gust:before {
    content: "\e92f";
  }
  .socicon-ask:before {
    content: "\e930";
  }
  .socicon-trulia:before {
    content: "\e931";
  }
  .socicon-loomly:before {
    content: "\e932";
  }
  .socicon-ghost:before {
    content: "\e933";
  }
  .socicon-upwork:before {
    content: "\e934";
  }
  .socicon-fundable:before {
    content: "\e935";
  }
  .socicon-booking:before {
    content: "\e936";
  }
  .socicon-googlemaps:before {
    content: "\e937";
  }
  .socicon-zillow:before {
    content: "\e938";
  }
  .socicon-niconico:before {
    content: "\e939";
  }
  .socicon-toneden:before {
    content: "\e93a";
  }
  .socicon-augment:before {
    content: "\e908";
  }
  .socicon-bitbucket:before {
    content: "\e909";
  }
  .socicon-fyuse:before {
    content: "\e90a";
  }
  .socicon-yt-gaming:before {
    content: "\e90b";
  }
  .socicon-sketchfab:before {
    content: "\e90c";
  }
  .socicon-mobcrush:before {
    content: "\e90d";
  }
  .socicon-microsoft:before {
    content: "\e90e";
  }
  .socicon-pandora:before {
    content: "\e907";
  }
  .socicon-messenger:before {
    content: "\e906";
  }
  .socicon-gamewisp:before {
    content: "\e905";
  }
  .socicon-bloglovin:before {
    content: "\e904";
  }
  .socicon-tunein:before {
    content: "\e903";
  }
  .socicon-gamejolt:before {
    content: "\e901";
  }
  .socicon-trello:before {
    content: "\e902";
  }
  .socicon-spreadshirt:before {
    content: "\e900";
  }
  .socicon-500px:before {
    content: "\e000";
  }
  .socicon-8tracks:before {
    content: "\e001";
  }
  .socicon-airbnb:before {
    content: "\e002";
  }
  .socicon-alliance:before {
    content: "\e003";
  }
  .socicon-amazon:before {
    content: "\e004";
  }
  .socicon-amplement:before {
    content: "\e005";
  }
  .socicon-android:before {
    content: "\e006";
  }
  .socicon-angellist:before {
    content: "\e007";
  }
  .socicon-apple:before {
    content: "\e008";
  }
  .socicon-appnet:before {
    content: "\e009";
  }
  .socicon-baidu:before {
    content: "\e00a";
  }
  .socicon-bandcamp:before {
    content: "\e00b";
  }
  .socicon-battlenet:before {
    content: "\e00c";
  }
  .socicon-mixer:before {
    content: "\e00d";
  }
  .socicon-bebee:before {
    content: "\e00e";
  }
  .socicon-bebo:before {
    content: "\e00f";
  }
  .socicon-behance:before {
    content: "\e010";
  }
  .socicon-blizzard:before {
    content: "\e011";
  }
  .socicon-blogger:before {
    content: "\e012";
  }
  .socicon-buffer:before {
    content: "\e013";
  }
  .socicon-chrome:before {
    content: "\e014";
  }
  .socicon-coderwall:before {
    content: "\e015";
  }
  .socicon-curse:before {
    content: "\e016";
  }
  .socicon-dailymotion:before {
    content: "\e017";
  }
  .socicon-deezer:before {
    content: "\e018";
  }
  .socicon-delicious:before {
    content: "\e019";
  }
  .socicon-deviantart:before {
    content: "\e01a";
  }
  .socicon-diablo:before {
    content: "\e01b";
  }
  .socicon-digg:before {
    content: "\e01c";
  }
  .socicon-discord:before {
    content: "\e01d";
  }
  .socicon-disqus:before {
    content: "\e01e";
  }
  .socicon-douban:before {
    content: "\e01f";
  }
  .socicon-draugiem:before {
    content: "\e020";
  }
  .socicon-dribbble:before {
    content: "\e021";
  }
  .socicon-drupal:before {
    content: "\e022";
  }
  .socicon-ebay:before {
    content: "\e023";
  }
  .socicon-ello:before {
    content: "\e024";
  }
  .socicon-endomodo:before {
    content: "\e025";
  }
  .socicon-envato:before {
    content: "\e026";
  }
  .socicon-etsy:before {
    content: "\e027";
  }
  .socicon-facebook:before {
    content: "\e028";
  }
  .socicon-feedburner:before {
    content: "\e029";
  }
  .socicon-filmweb:before {
    content: "\e02a";
  }
  .socicon-firefox:before {
    content: "\e02b";
  }
  .socicon-flattr:before {
    content: "\e02c";
  }
  .socicon-flickr:before {
    content: "\e02d";
  }
  .socicon-formulr:before {
    content: "\e02e";
  }
  .socicon-forrst:before {
    content: "\e02f";
  }
  .socicon-foursquare:before {
    content: "\e030";
  }
  .socicon-friendfeed:before {
    content: "\e031";
  }
  .socicon-github:before {
    content: "\e032";
  }
  .socicon-goodreads:before {
    content: "\e033";
  }
  .socicon-google:before {
    content: "\e034";
  }
  .socicon-googlescholar:before {
    content: "\e035";
  }
  .socicon-googlegroups:before {
    content: "\e036";
  }
  .socicon-googlephotos:before {
    content: "\e037";
  }
  .socicon-googleplus:before {
    content: "\e038";
  }
  .socicon-grooveshark:before {
    content: "\e039";
  }
  .socicon-hackerrank:before {
    content: "\e03a";
  }
  .socicon-hearthstone:before {
    content: "\e03b";
  }
  .socicon-hellocoton:before {
    content: "\e03c";
  }
  .socicon-heroes:before {
    content: "\e03d";
  }
  .socicon-smashcast:before {
    content: "\e03e";
  }
  .socicon-horde:before {
    content: "\e03f";
  }
  .socicon-houzz:before {
    content: "\e040";
  }
  .socicon-icq:before {
    content: "\e041";
  }
  .socicon-identica:before {
    content: "\e042";
  }
  .socicon-imdb:before {
    content: "\e043";
  }
  .socicon-instagram:before {
    content: "\e044";
  }
  .socicon-issuu:before {
    content: "\e045";
  }
  .socicon-istock:before {
    content: "\e046";
  }
  .socicon-itunes:before {
    content: "\e047";
  }
  .socicon-keybase:before {
    content: "\e048";
  }
  .socicon-lanyrd:before {
    content: "\e049";
  }
  .socicon-lastfm:before {
    content: "\e04a";
  }
  .socicon-line:before {
    content: "\e04b";
  }
  .socicon-linkedin:before {
    content: "\e04c";
  }
  .socicon-livejournal:before {
    content: "\e04d";
  }
  .socicon-lyft:before {
    content: "\e04e";
  }
  .socicon-macos:before {
    content: "\e04f";
  }
  .socicon-mail:before {
    content: "\e050";
  }
  .socicon-medium:before {
    content: "\e051";
  }
  .socicon-meetup:before {
    content: "\e052";
  }
  .socicon-mixcloud:before {
    content: "\e053";
  }
  .socicon-modelmayhem:before {
    content: "\e054";
  }
  .socicon-mumble:before {
    content: "\e055";
  }
  .socicon-myspace:before {
    content: "\e056";
  }
  .socicon-newsvine:before {
    content: "\e057";
  }
  .socicon-nintendo:before {
    content: "\e058";
  }
  .socicon-npm:before {
    content: "\e059";
  }
  .socicon-odnoklassniki:before {
    content: "\e05a";
  }
  .socicon-openid:before {
    content: "\e05b";
  }
  .socicon-opera:before {
    content: "\e05c";
  }
  .socicon-outlook:before {
    content: "\e05d";
  }
  .socicon-overwatch:before {
    content: "\e05e";
  }
  .socicon-patreon:before {
    content: "\e05f";
  }
  .socicon-paypal:before {
    content: "\e060";
  }
  .socicon-periscope:before {
    content: "\e061";
  }
  .socicon-persona:before {
    content: "\e062";
  }
  .socicon-pinterest:before {
    content: "\e063";
  }
  .socicon-play:before {
    content: "\e064";
  }
  .socicon-player:before {
    content: "\e065";
  }
  .socicon-playstation:before {
    content: "\e066";
  }
  .socicon-pocket:before {
    content: "\e067";
  }
  .socicon-qq:before {
    content: "\e068";
  }
  .socicon-quora:before {
    content: "\e069";
  }
  .socicon-raidcall:before {
    content: "\e06a";
  }
  .socicon-ravelry:before {
    content: "\e06b";
  }
  .socicon-reddit:before {
    content: "\e06c";
  }
  .socicon-renren:before {
    content: "\e06d";
  }
  .socicon-researchgate:before {
    content: "\e06e";
  }
  .socicon-residentadvisor:before {
    content: "\e06f";
  }
  .socicon-reverbnation:before {
    content: "\e070";
  }
  .socicon-rss:before {
    content: "\e071";
  }
  .socicon-sharethis:before {
    content: "\e072";
  }
  .socicon-skype:before {
    content: "\e073";
  }
  .socicon-slideshare:before {
    content: "\e074";
  }
  .socicon-smugmug:before {
    content: "\e075";
  }
  .socicon-snapchat:before {
    content: "\e076";
  }
  .socicon-songkick:before {
    content: "\e077";
  }
  .socicon-soundcloud:before {
    content: "\e078";
  }
  .socicon-spotify:before {
    content: "\e079";
  }
  .socicon-stackexchange:before {
    content: "\e07a";
  }
  .socicon-stackoverflow:before {
    content: "\e07b";
  }
  .socicon-starcraft:before {
    content: "\e07c";
  }
  .socicon-stayfriends:before {
    content: "\e07d";
  }
  .socicon-steam:before {
    content: "\e07e";
  }
  .socicon-storehouse:before {
    content: "\e07f";
  }
  .socicon-strava:before {
    content: "\e080";
  }
  .socicon-streamjar:before {
    content: "\e081";
  }
  .socicon-stumbleupon:before {
    content: "\e082";
  }
  .socicon-swarm:before {
    content: "\e083";
  }
  .socicon-teamspeak:before {
    content: "\e084";
  }
  .socicon-teamviewer:before {
    content: "\e085";
  }
  .socicon-technorati:before {
    content: "\e086";
  }
  .socicon-telegram:before {
    content: "\e087";
  }
  .socicon-tripadvisor:before {
    content: "\e088";
  }
  .socicon-tripit:before {
    content: "\e089";
  }
  .socicon-triplej:before {
    content: "\e08a";
  }
  .socicon-tumblr:before {
    content: "\e08b";
  }
  .socicon-twitch:before {
    content: "\e08c";
  }
  .socicon-twitter:before {
    content: "\e08d";
  }
  .socicon-uber:before {
    content: "\e08e";
  }
  .socicon-ventrilo:before {
    content: "\e08f";
  }
  .socicon-viadeo:before {
    content: "\e090";
  }
  .socicon-viber:before {
    content: "\e091";
  }
  .socicon-viewbug:before {
    content: "\e092";
  }
  .socicon-vimeo:before {
    content: "\e093";
  }
  .socicon-vine:before {
    content: "\e094";
  }
  .socicon-vkontakte:before {
    content: "\e095";
  }
  .socicon-warcraft:before {
    content: "\e096";
  }
  .socicon-wechat:before {
    content: "\e097";
  }
  .socicon-weibo:before {
    content: "\e098";
  }
  .socicon-whatsapp:before {
    content: "\e099";
  }
  .socicon-wikipedia:before {
    content: "\e09a";
  }
  .socicon-windows:before {
    content: "\e09b";
  }
  .socicon-wordpress:before {
    content: "\e09c";
  }
  .socicon-wykop:before {
    content: "\e09d";
  }
  .socicon-xbox:before {
    content: "\e09e";
  }
  .socicon-xing:before {
    content: "\e09f";
  }
  .socicon-yahoo:before {
    content: "\e0a0";
  }
  .socicon-yammer:before {
    content: "\e0a1";
  }
  .socicon-yandex:before {
    content: "\e0a2";
  }
  .socicon-yelp:before {
    content: "\e0a3";
  }
  .socicon-younow:before {
    content: "\e0a4";
  }
  .socicon-youtube:before {
    content: "\e0a5";
  }
  .socicon-zapier:before {
    content: "\e0a6";
  }
  .socicon-zerply:before {
    content: "\e0a7";
  }
  .socicon-zomato:before {
    content: "\e0a8";
  }
  .socicon-zynga:before {
    content: "\e0a9";
  }
  
/*--------     Font IRANSans     --------*/
/*---------------------------------------*/

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 900;
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_Black.eot');
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../Themes/IOTLab/fonts/IRANSans/woff2/IRANSansWeb_Black.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../Themes/IOTLab/fonts/IRANSans/woff/IRANSansWeb_Black.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Themes/IOTLab/fonts/IRANSans/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_Bold.eot');
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../Themes/IOTLab/fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../Themes/IOTLab/fonts/IRANSans/woff/IRANSansWeb_Bold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Themes/IOTLab/fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_Medium.eot');
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../Themes/IOTLab/fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../Themes/IOTLab/fonts/IRANSans/woff/IRANSansWeb_Medium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Themes/IOTLab/fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_Light.eot');
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../Themes/IOTLab/fonts/IRANSans/woff2/IRANSansWeb_Light.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../Themes/IOTLab/fonts/IRANSans/woff/IRANSansWeb_Light.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Themes/IOTLab/fonts/IRANSans/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 200;
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot');
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../Themes/IOTLab/fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../Themes/IOTLab/fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Themes/IOTLab/fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb.eot');
    src: url('../Themes/IOTLab/fonts/IRANSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../Themes/IOTLab/fonts/IRANSans/woff2/IRANSansWeb.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../Themes/IOTLab/fonts/IRANSans/woff/IRANSansWeb.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Themes/IOTLab/fonts/IRANSans/ttf/IRANSansWeb.ttf') format('truetype');
}

/*---------------------------------------*/

.block-title::after,
.animated-digits::after,
.step .step-title::after {
    display: block;
    position: absolute;
    top: 100%;
    right: 1px;
    width: 36px;
    height: 2px;
    content: ''
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343b43;
    --primary: #ac32e4;
    --secondary: #f5f5f5;
    --success: #33cb81;
    --info: #5695fe;
    --warning: #fc8c3a;
    --danger: #ff5252;
    --light: #fff;
    --dark: #343b43;
    --accent: #e833b0;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: 'IRANSans';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'IRANSans';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #404040;
    text-align: right;
    background-color: #fff;
    overflow-x: hidden !important;
}

.wrapper {
    direction: rtl;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
    margin-top: 0;
    margin-bottom: .75rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #ac32e4;
    text-decoration: underline;
    background-color: transparent
}

    a:hover {
        color: #ac32e4;
        text-decoration: none
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):hover,
        a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

pre,
code,
kbd,
samp {
    font-family: 'IRANSans';
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #8c8c8c;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .75rem;
    font-family: 'IRANSans';
    font-weight: 900;
    line-height: 1.2;
    color: #343b43
}

h1,
.h1 {
    font-size: 3rem
}

h2,
.h2 {
    font-size: 2.5rem
}

h3,
.h3 {
    font-size: 2.125rem
}

h4,
.h4 {
    font-size: 1.625rem
}

h5,
.h5 {
    font-size: 1.3125rem
}

h6,
dt,
.h6 {
    font-size: 1.125rem
}

.lead {
    font-size: 1.5rem;
    font-weight: normal
}

.display-1 {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-right: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: .875rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: inherit
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .375rem;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .8125rem;
    color: #404040
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #343b43
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #404040
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #404040
}

    .table th,
    .table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #e7e7e7
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #e7e7e7
    }

    .table tbody + tbody {
        border-top: 2px solid #e7e7e7
    }

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #e7e7e7
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #e7e7e7
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #404040;
    background-color: #f5f5f5
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #e8c6f7
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #d494f1
    }

.table-hover .table-primary:hover {
    background-color: #dfb0f4
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #dfb0f4
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #fcfcfc
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #fafafa
    }

.table-hover .table-secondary:hover {
    background-color: #efefef
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #efefef
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c6f0dc
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #95e4bd
    }

.table-hover .table-success:hover {
    background-color: #b2ebd0
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b2ebd0
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d0e1ff
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #a7c8fe
    }

.table-hover .table-info:hover {
    background-color: #b7d1ff
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #b7d1ff
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fedfc8
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #fdc399
    }

.table-hover .table-warning:hover {
    background-color: #fed0af
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #fed0af
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #ffcfcf
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ffa5a5
    }

.table-hover .table-danger:hover {
    background-color: #ffb6b6
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #ffb6b6
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fff
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fff
    }

.table-hover .table-light:hover {
    background-color: #f2f2f2
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #f2f2f2
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999d
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-accent,
.table-accent > th,
.table-accent > td {
    background-color: #f9c6e9
}

    .table-accent th,
    .table-accent td,
    .table-accent thead th,
    .table-accent tbody + tbody {
        border-color: #f395d6
    }

.table-hover .table-accent:hover {
    background-color: #f7afe0
}

    .table-hover .table-accent:hover > td,
    .table-hover .table-accent:hover > th {
        background-color: #f7afe0
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: #f5f5f5
}

.table-hover .table-active:hover {
    background-color: #e8e8e8
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: #e8e8e8
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343b43;
    border-color: rgba(255, 255, 255, 0.14)
}

.table .thead-light th {
    color: #404040;
    background-color: #f5f5f5;
    border-color: #e7e7e7
}

.table-dark {
    color: #fff;
    background-color: #343b43
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: rgba(255, 255, 255, 0.14)
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.1)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .5rem .9375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #404040;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #404040;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(172, 50, 228, 0.25)
}

.form-control::placeholder {
    color: #8c8c8c;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #404040;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .75rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #404040;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm,
    .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: 32px;
    padding: .25rem .9375rem;
    font-size: .75rem;
    line-height: 1.5
}

.form-control-lg {
    height: 54px;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1.5rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #8c8c8c
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #33cb81
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .35rem .6rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #fff;
    background-color: #33cb81
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #33cb81;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2333cb81' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center left calc(.375em + .25rem);
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #33cb81;
        box-shadow: 0 0 0 .2rem rgba(51, 203, 129, 0.25)
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip,
    .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip {
        display: block
    }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #33cb81;
    padding-right: calc((1em + 1rem) * 3 / 4 + 1.9375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343b43' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2333cb81' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.9375rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #33cb81;
        box-shadow: 0 0 0 .2rem rgba(51, 203, 129, 0.25)
    }

    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #33cb81
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #33cb81
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #33cb81
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #5bd69a;
    background-color: #5bd69a
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(51, 203, 129, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #33cb81
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #33cb81
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #33cb81;
    box-shadow: 0 0 0 .2rem rgba(51, 203, 129, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ff5252
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .35rem .6rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #fff;
    background-color: #ff5252
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ff5252;
    padding-left: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center left calc(.375em + .25rem);
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: #ff5252;
        box-shadow: 0 0 0 .2rem rgba(255, 82, 82, 0.25)
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip,
    .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-left: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) left calc(.375em + .25rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #ff5252;
    padding-right: calc((1em + 1rem) * 3 / 4 + 1.9375rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343b43' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.9375rem/calc(.75em + .5rem) calc(.75em + .5rem)
}

    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #ff5252;
        box-shadow: 0 0 0 .2rem rgba(255, 82, 82, 0.25)
    }

    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #ff5252
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #ff5252
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #ff5252
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ff8585;
    background-color: #ff8585
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 82, 82, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ff5252
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ff5252
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #ff5252;
    box-shadow: 0 0 0 .2rem rgba(255, 82, 82, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: bold;
    color: #404040;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0 1.75rem;
    font-size: 1rem;
    line-height: 44px;
    border-radius: 0;
    transition: all 0.3s !important
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #404040;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .5
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #ac32e4;
    border-color: #ac32e4
}

    .btn-primary:hover {
        color: #fff;
        background-color: #9a1cd4;
        border-color: #921ac9
    }

    .btn-primary:focus,
    .btn-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(184, 81, 232, 0.5)
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #ac32e4;
        border-color: #ac32e4
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #921ac9;
        border-color: #8a19bd
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(184, 81, 232, 0.5)
        }

.btn-secondary {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #e2e2e2;
        border-color: #dcdbdb
    }

    .btn-secondary:focus,
    .btn-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(213, 214, 214, 0.5)
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #212529;
        background-color: #f5f5f5;
        border-color: #f5f5f5
    }

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #dcdbdb;
        border-color: #d5d5d5
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(213, 214, 214, 0.5)
        }

.btn-success {
    color: #fff;
    background-color: #33cb81;
    border-color: #33cb81
}

    .btn-success:hover {
        color: #fff;
        background-color: #2bac6e;
        border-color: #29a267
    }

    .btn-success:focus,
    .btn-success.focus {
        box-shadow: 0 0 0 .2rem rgba(82, 211, 148, 0.5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #33cb81;
        border-color: #33cb81
    }

    .btn-success:not(:disabled):not(.disabled):active,
    .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #29a267;
        border-color: #269861
    }

        .btn-success:not(:disabled):not(.disabled):active:focus,
        .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82, 211, 148, 0.5)
        }

.btn-info {
    color: #fff;
    background-color: #5695fe;
    border-color: #5695fe
}

    .btn-info:hover {
        color: #fff;
        background-color: #307dfe;
        border-color: #2375fe
    }

    .btn-info:focus,
    .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(111, 165, 254, 0.5)
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #fff;
        background-color: #5695fe;
        border-color: #5695fe
    }

    .btn-info:not(:disabled):not(.disabled):active,
    .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #2375fe;
        border-color: #176dfe
    }

        .btn-info:not(:disabled):not(.disabled):active:focus,
        .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(111, 165, 254, 0.5)
        }

.btn-warning {
    color: #212529;
    background-color: #fc8c3a;
    border-color: #fc8c3a
}

    .btn-warning:hover {
        color: #fff;
        background-color: #fb7614;
        border-color: #fb6f08
    }

    .btn-warning:focus,
    .btn-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(219, 125, 55, 0.5)
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #212529;
        background-color: #fc8c3a;
        border-color: #fc8c3a
    }

    .btn-warning:not(:disabled):not(.disabled):active,
    .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #fb6f08;
        border-color: #f36904
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus,
        .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(219, 125, 55, 0.5)
        }

.btn-danger {
    color: #fff;
    background-color: #ff5252;
    border-color: #ff5252
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ff2c2c;
        border-color: #ff1f1f
    }

    .btn-danger:focus,
    .btn-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(255, 108, 108, 0.5)
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #ff5252;
        border-color: #ff5252
    }

    .btn-danger:not(:disabled):not(.disabled):active,
    .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff1f1f;
        border-color: #ff1212
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 108, 108, 0.5)
        }

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

    .btn-light:hover {
        color: #212529;
        background-color: #ececec;
        border-color: #e6e5e5
    }

    .btn-light:focus,
    .btn-light.focus {
        box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
    }

    .btn-light.disabled,
    .btn-light:disabled {
        color: #212529;
        background-color: #fff;
        border-color: #fff
    }

    .btn-light:not(:disabled):not(.disabled):active,
    .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #e6e5e5;
        border-color: #dfdfdf
    }

        .btn-light:not(:disabled):not(.disabled):active:focus,
        .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343b43;
    border-color: #343b43
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23282d;
        border-color: #1e2226
    }

    .btn-dark:focus,
    .btn-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(82, 88, 95, 0.5)
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #343b43;
        border-color: #343b43
    }

    .btn-dark:not(:disabled):not(.disabled):active,
    .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1e2226;
        border-color: #181b1f
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus,
        .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82, 88, 95, 0.5)
        }

.btn-accent {
    color: #fff;
    background-color: #e833b0;
    border-color: #e833b0
}

    .btn-accent:hover {
        color: #fff;
        background-color: #dc19a0;
        border-color: #d01897
    }

    .btn-accent:focus,
    .btn-accent.focus {
        box-shadow: 0 0 0 .2rem rgba(235, 82, 188, 0.5)
    }

    .btn-accent.disabled,
    .btn-accent:disabled {
        color: #fff;
        background-color: #e833b0;
        border-color: #e833b0
    }

    .btn-accent:not(:disabled):not(.disabled):active,
    .btn-accent:not(:disabled):not(.disabled).active,
    .show > .btn-accent.dropdown-toggle {
        color: #fff;
        background-color: #d01897;
        border-color: #c5168f
    }

        .btn-accent:not(:disabled):not(.disabled):active:focus,
        .btn-accent:not(:disabled):not(.disabled).active:focus,
        .show > .btn-accent.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(235, 82, 188, 0.5)
        }

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

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #ac32e4;
        border-color: #ac32e4
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(172, 50, 228, 0.5)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #ac32e4;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #ac32e4;
        border-color: #ac32e4
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(172, 50, 228, 0.5)
        }

.btn-outline-secondary {
    color: #f5f5f5;
    border-color: #f5f5f5
}

    .btn-outline-secondary:hover {
        color: #212529;
        background-color: #f5f5f5;
        border-color: #f5f5f5
    }

    .btn-outline-secondary:focus,
    .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(245, 245, 245, 0.5)
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #f5f5f5;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #212529;
        background-color: #f5f5f5;
        border-color: #f5f5f5
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(245, 245, 245, 0.5)
        }

.btn-outline-success {
    color: #33cb81;
    border-color: #33cb81
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #33cb81;
        border-color: #33cb81
    }

    .btn-outline-success:focus,
    .btn-outline-success.focus {
        box-shadow: 0 0 0 .2rem rgba(51, 203, 129, 0.5)
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #33cb81;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled):active,
    .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #33cb81;
        border-color: #33cb81
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(51, 203, 129, 0.5)
        }

.btn-outline-info {
    color: #5695fe;
    border-color: #5695fe
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #5695fe;
        border-color: #5695fe
    }

    .btn-outline-info:focus,
    .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(86, 149, 254, 0.5)
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #5695fe;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled):active,
    .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #5695fe;
        border-color: #5695fe
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(86, 149, 254, 0.5)
        }

.btn-outline-warning {
    color: #fc8c3a;
    border-color: #fc8c3a
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #fc8c3a;
        border-color: #fc8c3a
    }

    .btn-outline-warning:focus,
    .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(252, 140, 58, 0.5)
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: #fc8c3a;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active,
    .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #fc8c3a;
        border-color: #fc8c3a
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(252, 140, 58, 0.5)
        }

.btn-outline-danger {
    color: #ff5252;
    border-color: #ff5252
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ff5252;
        border-color: #ff5252
    }

    .btn-outline-danger:focus,
    .btn-outline-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(255, 82, 82, 0.5)
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: #ff5252;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active,
    .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff5252;
        border-color: #ff5252
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 82, 82, 0.5)
        }

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #fff;
        border-color: #fff
    }

    .btn-outline-light:focus,
    .btn-outline-light.focus {
        box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
    }

    .btn-outline-light.disabled,
    .btn-outline-light:disabled {
        color: #fff;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled):active,
    .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #fff;
        border-color: #fff
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
        }

.btn-outline-dark {
    color: #343b43;
    border-color: #343b43
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343b43;
        border-color: #343b43
    }

    .btn-outline-dark:focus,
    .btn-outline-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52, 59, 67, 0.5)
    }

    .btn-outline-dark.disabled,
    .btn-outline-dark:disabled {
        color: #343b43;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active,
    .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343b43;
        border-color: #343b43
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52, 59, 67, 0.5)
        }

.btn-outline-accent {
    color: #e833b0;
    border-color: #e833b0
}

    .btn-outline-accent:hover {
        color: #fff;
        background-color: #e833b0;
        border-color: #e833b0
    }

    .btn-outline-accent:focus,
    .btn-outline-accent.focus {
        box-shadow: 0 0 0 .2rem rgba(232, 51, 176, 0.5)
    }

    .btn-outline-accent.disabled,
    .btn-outline-accent:disabled {
        color: #e833b0;
        background-color: transparent
    }

    .btn-outline-accent:not(:disabled):not(.disabled):active,
    .btn-outline-accent:not(:disabled):not(.disabled).active,
    .show > .btn-outline-accent.dropdown-toggle {
        color: #fff;
        background-color: #e833b0;
        border-color: #e833b0
    }

        .btn-outline-accent:not(:disabled):not(.disabled):active:focus,
        .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-accent.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(232, 51, 176, 0.5)
        }

.btn-link {
    font-weight: 400;
    color: #ac32e4;
    text-decoration: underline
}

    .btn-link:hover {
        color: #ac32e4;
        text-decoration: none
    }

    .btn-link:focus,
    .btn-link.focus {
        text-decoration: none;
        box-shadow: none
    }

    .btn-link:disabled,
    .btn-link.disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-lg,
.btn-group-lg > .btn {
    padding: 0 2rem;
    font-size: 1rem;
    line-height: 54px;
    border-radius: 0
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0 1.25rem;
    font-size: .75rem;
    line-height: 32px;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 11.875rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #404040;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7e7e7
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #343b43;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #ac32e4;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0)
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #ac32e4;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0)
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #8c8c8c;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #343b43
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1
        }

        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.dropdown-toggle-split {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn,
    .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child),
        .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px
        }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control,
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control-plaintext + .form-control,
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

.input-group-prepend,
.input-group-append {
    display: flex
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2
    }

        .input-group-prepend .btn:focus,
        .input-group-append .btn:focus {
            z-index: 3
        }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .9375rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #404040;
    text-align: center;
    white-space: nowrap;
    background-color: #f2f2f2;
    border: 1px solid #e4e4e4
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0
    }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: 54px
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: 32px
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: .25rem .9375rem;
    font-size: .75rem;
    line-height: 1.5
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.9375rem
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #ac32e4;
        background-color: #ac32e4
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(172, 50, 228, 0.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #fff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #ecd0f9;
        border-color: #ecd0f9
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #8c8c8c
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #f5f5f5
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 25px;
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        right: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #d5d5d5 solid 1px
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        right: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #ac32e4;
    background-color: #ac32e4
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(172, 50, 228, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(172, 50, 228, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(172, 50, 228, 0.5)
}

.custom-switch {
    padding-right: 2.25rem
}

    .custom-switch .custom-control-label::before {
        right: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #d5d5d5;
        border-radius: .5rem;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(172, 50, 228, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 44px;
    padding: .5rem 1.9375rem .5rem .9375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #404040;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343b43' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .9375rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    appearance: none
}

    .custom-select:focus {
        border-color: #fff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(172, 50, 228, 0.25)
    }

        .custom-select:focus::-ms-value {
            color: #404040;
            background-color: #fff
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .9375rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

.custom-select-sm {
    height: 32px;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .9375rem;
    font-size: .75rem
}

.custom-select-lg {
    height: 54px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 44px;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 44px;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #e4e4e4;
        box-shadow: none
    }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #f5f5f5
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "انتخاب فایل"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 44px;
    padding: .5rem .9375rem;
    font-weight: 400;
    line-height: 1.9rem;
    color: #404040;
    background-color: #fff;
    border: 1px solid #e4e4e4
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 42px;
        padding: .5rem .9375rem;
        line-height: 1.9rem;
        color: #fff;
        content: "Browse";
        background-color: #ac32e4;
        border-left: inherit
    }

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(172, 50, 228, 0.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(172, 50, 228, 0.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(172, 50, 228, 0.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #ac32e4;
        border: 0;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        appearance: none
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ecd0f9
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7e7e7;
    border-color: transparent
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ac32e4;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ecd0f9
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7e7e7;
    border-color: transparent
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ac32e4;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ecd0f9
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #e7e7e7
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e7e7e7
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #8c8c8c
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #8c8c8c
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #8c8c8c
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5625rem 1.25rem
}

    .nav-link:hover,
    .nav-link:focus {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 0 solid #e7e7e7
}

    .nav-tabs .nav-item {
        margin-bottom: 0
    }

    .nav-tabs .nav-link {
        border: 0 solid transparent
    }

        .nav-tabs .nav-link:hover,
        .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #e7e7e7
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #404040;
            background-color: #fff;
            border-color: #e7e7e7 #e7e7e7 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: 0
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ac32e4
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.0625rem 0
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5625rem;
    padding-bottom: .5625rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent
}

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

    .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3)
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9)
    }

        .navbar-light .navbar-text a:hover,
        .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:hover,
    .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:hover,
        .navbar-dark .navbar-text a:focus {
            color: #fff
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7e7e7
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem
}

.card-title {
    margin-bottom: 1.5rem
}

.card-subtitle {
    margin-top: -.75rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7
}

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: #fff;
    border-top: 1px solid #e7e7e7
}

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1.5rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%
}

.card-img-top {
    width: 100%
}

.card-img-bottom {
    width: 100%
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }
}

.card-columns .card {
    margin-bottom: 1.5rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: .25rem;
    list-style: none;
    background-color: rgba(0, 0, 0, 0)
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: .75rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .75rem;
        color: #ac32e4;
        content: ""
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ac32e4;
    background-color: #fff;
    border: 1px solid #e7e7e7
}

    .page-link:hover {
        z-index: 2;
        color: #ac32e4;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #e7e7e7
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(172, 50, 228, 0.25)
    }

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ac32e4;
    border-color: #ac32e4
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #e7e7e7
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: .6875rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: all 0.3s !important
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

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

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #921ac9
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(172, 50, 228, 0.5)
}

.badge-secondary {
    color: #212529;
    background-color: #f5f5f5
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #212529;
    background-color: #dcdbdb
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(245, 245, 245, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #33cb81
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #29a267
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 203, 129, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #5695fe
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #2375fe
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(86, 149, 254, 0.5)
}

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

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #fb6f08
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(252, 140, 58, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #ff5252
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #ff1f1f
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 82, 82, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #fff
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #e6e5e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343b43
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1e2226
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 59, 67, 0.5)
}

.badge-accent {
    color: #fff;
    background-color: #e833b0
}

a.badge-accent:hover,
a.badge-accent:focus {
    color: #fff;
    background-color: #d01897
}

a.badge-accent:focus,
a.badge-accent.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(232, 51, 176, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f5f5f5
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0
}

.alert {
    position: relative;
    padding: 1.5rem 1.5rem;
    margin-bottom: 1rem;
    border: .3125rem solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4.5rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        left: 0;
        padding: 1.5rem 1.5rem;
        color: inherit
    }

.alert-primary {
    color: #591a77;
    background-color: #eed6fa;
    border-color: #e8c6f7
}

    .alert-primary hr {
        border-top-color: #dfb0f4
    }

    .alert-primary .alert-link {
        color: #3a114d
    }

.alert-secondary {
    color: #7f7f7f;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

    .alert-secondary hr {
        border-top-color: #efefef
    }

    .alert-secondary .alert-link {
        color: #666565
    }

.alert-success {
    color: #1b6a43;
    background-color: #d6f5e6;
    border-color: #c6f0dc
}

    .alert-success hr {
        border-top-color: #b2ebd0
    }

    .alert-success .alert-link {
        color: #114129
    }

.alert-info {
    color: #2d4d84;
    background-color: #ddeaff;
    border-color: #d0e1ff
}

    .alert-info hr {
        border-top-color: #b7d1ff
    }

    .alert-info .alert-link {
        color: #20375e
    }

.alert-warning {
    color: #83491e;
    background-color: #fee8d8;
    border-color: #fedfc8
}

    .alert-warning hr {
        border-top-color: #fed0af
    }

    .alert-warning .alert-link {
        color: #5a3214
    }

.alert-danger {
    color: #852b2b;
    background-color: #ffdcdc;
    border-color: #ffcfcf
}

    .alert-danger hr {
        border-top-color: #ffb6b6
    }

    .alert-danger .alert-link {
        color: #5e1f1f
    }

.alert-light {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

    .alert-light hr {
        border-top-color: #f2f2f2
    }

    .alert-light .alert-link {
        color: #6c6b6b
    }

.alert-dark {
    color: #1b1f23;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #050606
    }

.alert-accent {
    color: #791b5c;
    background-color: #fad6ef;
    border-color: #f9c6e9
}

    .alert-accent hr {
        border-top-color: #f7afe0
    }

    .alert-accent .alert-link {
        color: #4f123c
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 2rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 2rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f5f5f5
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ac32e4;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 2rem 2rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #404040;
    text-align: inherit
}

    .list-group-item-action:hover,
    .list-group-item-action:focus {
        z-index: 1;
        color: #404040;
        text-decoration: none;
        background-color: #f5f5f5
    }

    .list-group-item-action:active {
        color: #404040;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e7e7e7
}

    .list-group-item:last-child {
        margin-bottom: 0
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #8c8c8c;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #ac32e4;
        background-color: rgba(0, 0, 0, 0);
        border-color: #e7e7e7
    }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

        .list-group-horizontal .list-group-item:last-child {
            margin-right: 0
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-sm .list-group-item:last-child {
                margin-right: 0
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-md .list-group-item:last-child {
                margin-right: 0
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-lg .list-group-item:last-child {
                margin-right: 0
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item {
            margin-right: -1px;
            margin-bottom: 0
        }

            .list-group-horizontal-xl .list-group-item:last-child {
                margin-right: 0
            }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #591a77;
    background-color: #e8c6f7
}

    .list-group-item-primary.list-group-item-action:hover,
    .list-group-item-primary.list-group-item-action:focus {
        color: #591a77;
        background-color: #dfb0f4
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #591a77;
        border-color: #591a77
    }

.list-group-item-secondary {
    color: #7f7f7f;
    background-color: #fcfcfc
}

    .list-group-item-secondary.list-group-item-action:hover,
    .list-group-item-secondary.list-group-item-action:focus {
        color: #7f7f7f;
        background-color: #efefef
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #7f7f7f;
        border-color: #7f7f7f
    }

.list-group-item-success {
    color: #1b6a43;
    background-color: #c6f0dc
}

    .list-group-item-success.list-group-item-action:hover,
    .list-group-item-success.list-group-item-action:focus {
        color: #1b6a43;
        background-color: #b2ebd0
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #1b6a43;
        border-color: #1b6a43
    }

.list-group-item-info {
    color: #2d4d84;
    background-color: #d0e1ff
}

    .list-group-item-info.list-group-item-action:hover,
    .list-group-item-info.list-group-item-action:focus {
        color: #2d4d84;
        background-color: #b7d1ff
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #2d4d84;
        border-color: #2d4d84
    }

.list-group-item-warning {
    color: #83491e;
    background-color: #fedfc8
}

    .list-group-item-warning.list-group-item-action:hover,
    .list-group-item-warning.list-group-item-action:focus {
        color: #83491e;
        background-color: #fed0af
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #83491e;
        border-color: #83491e
    }

.list-group-item-danger {
    color: #852b2b;
    background-color: #ffcfcf
}

    .list-group-item-danger.list-group-item-action:hover,
    .list-group-item-danger.list-group-item-action:focus {
        color: #852b2b;
        background-color: #ffb6b6
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #852b2b;
        border-color: #852b2b
    }

.list-group-item-light {
    color: #858585;
    background-color: #fff
}

    .list-group-item-light.list-group-item-action:hover,
    .list-group-item-light.list-group-item-action:focus {
        color: #858585;
        background-color: #f2f2f2
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #858585;
        border-color: #858585
    }

.list-group-item-dark {
    color: #1b1f23;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:hover,
    .list-group-item-dark.list-group-item-action:focus {
        color: #1b1f23;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1f23;
        border-color: #1b1f23
    }

.list-group-item-accent {
    color: #791b5c;
    background-color: #f9c6e9
}

    .list-group-item-accent.list-group-item-action:hover,
    .list-group-item-accent.list-group-item-action:focus {
        color: #791b5c;
        background-color: #f7afe0
    }

    .list-group-item-accent.list-group-item-action.active {
        color: #fff;
        background-color: #791b5c;
        border-color: #791b5c
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    color: #404040;
    text-shadow: none;
    opacity: .5
}

    .close:hover {
        color: #404040;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):hover,
    .close:not(:disabled):not(.disabled):focus {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
    backdrop-filter: blur(10px);
    opacity: 0
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e7e7e7
}

    .modal-header .close {
        padding: 1rem 1.25rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 1.25rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 1.25rem;
    border-top: 1px solid #e7e7e7
}

    .modal-footer > :not(:first-child) {
        margin-right: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: 1
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow,
    .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow::before,
        .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #292e35
        }

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

    .bs-tooltip-right .arrow,
    .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow::before,
        .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #292e35
        }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow,
    .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow::before,
        .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #292e35
        }

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

    .bs-tooltip-left .arrow,
    .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow::before,
        .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #292e35
        }

.tooltip-inner {
    max-width: 200px;
    padding: .35rem .6rem;
    color: #fff;
    text-align: center;
    background-color: #292e35
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7e7e7
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::before,
        .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

    .bs-popover-top > .arrow,
    .bs-popover-auto[x-placement^="top"] > .arrow {
        bottom: calc((.5rem + 1px) * -1)
    }

        .bs-popover-top > .arrow::before,
        .bs-popover-auto[x-placement^="top"] > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: #ddd
        }

        .bs-popover-top > .arrow::after,
        .bs-popover-auto[x-placement^="top"] > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

    .bs-popover-right > .arrow,
    .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-right > .arrow::before,
        .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #ddd
        }

        .bs-popover-right > .arrow::after,
        .bs-popover-auto[x-placement^="right"] > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

    .bs-popover-bottom > .arrow,
    .bs-popover-auto[x-placement^="bottom"] > .arrow {
        top: calc((.5rem + 1px) * -1)
    }

        .bs-popover-bottom > .arrow::before,
        .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #ddd
        }

        .bs-popover-bottom > .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header::before,
    .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

    .bs-popover-left > .arrow,
    .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-left > .arrow::before,
        .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #ddd
        }

        .bs-popover-left > .arrow::after,
        .bs-popover-auto[x-placement^="left"] > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .6rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #343b43;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .6rem .75rem;
    color: #404040
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

    .carousel-item-next:not(.carousel-item-left),
    .active.carousel-item-right {
        transform: translateX(100%)
    }

    .carousel-item-prev:not(.carousel-item-right),
    .active.carousel-item-left {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .1em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #ac32e4 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #921ac9 !important
}

.bg-secondary {
    background-color: #f5f5f5 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #dcdbdb !important
}

.bg-success {
    background-color: #33cb81 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #29a267 !important
}

.bg-info {
    background-color: #5695fe !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #2375fe !important
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #fb6f08 !important
}

.bg-danger {
    background-color: #ff5252 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #ff1f1f !important
}

.bg-light {
    background-color: #fff !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #e6e5e5 !important
}

.bg-dark {
    background-color: #343b43 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1e2226 !important
}

.bg-accent {
    background-color: #e833b0 !important
}

a.bg-accent:hover,
a.bg-accent:focus,
button.bg-accent:hover,
button.bg-accent:focus {
    background-color: #d01897 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e7e7e7 !important
}

.border-top {
    border-top: 1px solid #e7e7e7 !important
}

.border-right {
    border-right: 1px solid #e7e7e7 !important
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7 !important
}

.border-left {
    border-left: 1px solid #e7e7e7 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #ac32e4 !important
}

.border-secondary {
    border-color: #f5f5f5 !important
}

.border-success {
    border-color: #33cb81 !important
}

.border-info {
    border-color: #5695fe !important
}

.border-warning {
    border-color: #fc8c3a !important
}

.border-danger {
    border-color: #ff5252 !important
}

.border-light {
    border-color: #fff !important
}

.border-dark {
    border-color: #343b43 !important
}

.border-accent {
    border-color: #e833b0 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .3rem !important
}

.rounded-top {
    border-top-left-radius: .3rem !important;
    border-top-right-radius: .3rem !important
}

.rounded-right {
    border-top-right-radius: .3rem !important;
    border-bottom-right-radius: .3rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .3rem !important;
    border-bottom-left-radius: .3rem !important
}

.rounded-left {
    border-top-left-radius: .3rem !important;
    border-bottom-left-radius: .3rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #ac32e4 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #8117b2 !important
}

.text-secondary {
    color: #f5f5f5 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #cfcfcf !important
}

.text-success {
    color: #33cb81 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #248e5a !important
}

.text-info {
    color: #5695fe !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0a65fe !important
}

.text-warning {
    color: #fc8c3a !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #e66304 !important
}

.text-danger {
    color: #ff5252 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ff0606 !important
}

.text-light {
    color: #fff !important
}

a.text-light:hover,
a.text-light:focus {
    color: #d9d9d9 !important
}

.text-dark {
    color: #343b43 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #131518 !important
}

.text-accent {
    color: #e833b0 !important
}

a.text-accent:hover,
a.text-accent:focus {
    color: #ba1587 !important
}

.text-body {
    color: #404040 !important
}

.text-muted {
    color: #8c8c8c !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    height: 100%
}

body {
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: .875rem
}

a:focus {
    outline: none
}

.small {
    font-size: 80%
}

img,
figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

svg {
    max-width: 100%
}

iframe {
    width: 100%;
    border: 0
}

hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #e7e7e7
}

    hr.hr-light {
        border-top-color: rgba(255, 255, 255, 0.14)
    }

::selection {
    background: #343b43;
    color: #fff
}

::-moz-selection {
    background: #343b43;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: .75rem;
    color: #343b43;
    font-weight: 900;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    dt small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small {
        display: block;
        padding-top: 3px;
        color: #8c8c8c
    }

h1,
.h1 {
    line-height: 1.2
}

h2,
.h2 {
    line-height: 1.2
}

h3,
.h3 {
    line-height: 1.25
}

h4,
.h4 {
    line-height: 1.3
}

h5,
.h5 {
    line-height: 1.35
}

h6,
dt,
.h6 {
    line-height: 1.4
}

.display-1,
.display-2,
.display-3,
.display-4 {
    margin-bottom: .75rem;
}

.display-404 {
    color: #fff;
    font-size: 19rem;
    line-height: 1.12;
    text-shadow: 12px 12px 30px rgba(52, 59, 67, 0.13)
}

@media (max-width: 991.98px) {
    .display-1 {
        font-size: 3.9rem
    }

    .display-2 {
        font-size: 3.85rem
    }

    .display-3 {
        font-size: 3.15rem
    }

    .display-4 {
        font-size: 2.975rem
    }

    .display-404 {
        font-size: 16.15rem
    }
}

@media (max-width: 767.98px) {

    h1,
    .h1 {
        font-size: 2.4rem
    }

    h2,
    .h2 {
        font-size: 2.125rem
    }

    h3,
    .h3 {
        font-size: 1.9125rem
    }

    .display-404 {
        font-size: 11.4rem
    }
}

@media (max-width: 575.98px) {

    h1,
    .h1 {
        font-size: 1.95rem
    }

    .display-404 {
        font-size: 7.6rem
    }
}

.lead {
    font-size: 1.5rem !important
}

.text-xl {
    font-size: 1.125rem !important
}

.text-lg {
    font-size: 1rem !important
}

.text-md {
    font-size: .875rem !important
}

.text-sm {
    font-size: .75rem !important
}

.text-xs {
    font-size: .625rem !important
}

.navi-link {
    transition: all .25s;
    color: #404040;
    font-weight: 600;
    text-decoration: none
}

    .navi-link > i {
        display: inline-block;
        margin-top: -1px;
        font-size: 1.2em;
        vertical-align: middle
    }

    .navi-link:hover {
        color: #ac32e4
    }

    .navi-link.text-white:hover {
        opacity: .6
    }

.navbar ul > li > a.disabled-link,
.mobile-menu ul > li > a.disabled-link,
.disabled-link {
    color: #8c8c8c !important;
    cursor: default;
    pointer-events: none
}

    .navbar ul > li > a.disabled-link:hover,
    .mobile-menu ul > li > a.disabled-link:hover,
    .disabled-link:hover {
        color: #8c8c8c !important
    }

.navbar ul > li:hover > a.disabled-link {
    color: #8c8c8c !important
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 1.125rem
}

    ul li,
    ol li {
        margin-bottom: .3846153846rem
    }

        ul li:last-child,
        ol li:last-child {
            margin-bottom: 0
        }

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0
    }

.list-inline > li {
    display: inline-block;
    margin-bottom: 0;
    padding-right: .3125rem;
    padding-left: .3125rem
}

.list-icon {
    padding: 0;
    list-style: none
}

    .list-icon > li {
        position: relative;
        padding-right: 22px
    }

        .list-icon > li > i {
            display: block;
            position: absolute;
            right: 0;
            font-size: 1.1em;
            line-height: inherit
        }

    .list-icon.lead > li {
        padding-left: 33px
    }

    .list-icon.text-xl > li {
        padding-right: 26px
    }

    .list-icon.text-lg > li {
        padding-left: 25px
    }

    .list-icon.text-sm > li {
        padding-right: 18px
    }

    .list-icon.text-xs > li {
        padding-left: 15px
    }

.blockquote {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 1.875rem 1.5rem 1.25rem;
    background-color: #fff;
    box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13)
}

    .blockquote::before {
        display: block;
        position: absolute;
        top: -6px;
        right: 1.5rem;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: rgba(172, 50, 228, 0.1);
        color: #ac32e4;
        font-family: 'IRANSans';
        font-size: 1.875rem;
        line-height: 39px;
        text-align: center;
        content: '“'
    }

    .blockquote > p {
        margin-bottom: 0
    }

    .blockquote .blockquote-footer {
        position: relative;
        margin-top: .75rem;
        padding-top: .5rem;
        font-family: 'IRANSans';
        font-size: .875rem;
        font-weight: bold
    }

        .blockquote .blockquote-footer cite {
            display: block;
            color: #8c8c8c;
            font-family: 'IRANSans';
            font-size: .75rem;
            font-weight: 600;
            font-style: normal
        }

        .blockquote .blockquote-footer::before {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 15px;
            height: 2px;
            background-color: #ac32e4;
            content: ''
        }

    .blockquote.text-right::before {
        right: 1.5rem;
        left: auto
    }

    .blockquote.text-right .blockquote-footer::before {
        right: 0;
        left: auto
    }

    .blockquote.text-center::before {
        left: 50%;
        margin-left: -13px
    }

    .blockquote.text-center .blockquote-footer::before {
        left: 50%;
        margin-left: -8px
    }

dl {
    margin-top: 0;
    margin-bottom: 1rem
}

dt,
dd {
    line-height: 1.5
}

dt {
    margin-bottom: 6px;
    font-size: 1rem
}

dd {
    margin-bottom: 1rem;
    margin-left: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    color: #8c8c8c
}

    dd:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

.dl-with-icon dt {
    position: relative;
    padding-right: 1.75rem
}

    .dl-with-icon dt > i {
        position: absolute;
        top: 4px;
        right: 0;
        font-size: 1.1em
    }

.dl-with-icon dd {
    padding-left: 1.75rem
}

.drop-cap:first-child::first-letter {
    padding-right: .5rem;
    padding-left: .25rem;
    float: left;
    font-family: 'IRANSans';
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 3.75rem
}

.drop-cap.text-muted,
.drop-cap.text-dark,
.drop-cap.text-primary,
.drop-cap.text-accent,
.drop-cap.text-info,
.drop-cap.text-success,
.drop-cap.text-warning,
.drop-cap.text-danger {
    color: #404040 !important
}

    .drop-cap.text-muted:first-child::first-letter {
        color: #8c8c8c !important
    }

    .drop-cap.text-dark:first-child::first-letter {
        color: #343b43 !important
    }

    .drop-cap.text-primary:first-child::first-letter {
        color: #ac32e4 !important
    }

    .drop-cap.text-accent:first-child::first-letter {
        color: #e833b0 !important
    }

    .drop-cap.text-info:first-child::first-letter {
        color: #5695fe !important
    }

    .drop-cap.text-success:first-child::first-letter {
        color: #33cb81 !important
    }

    .drop-cap.text-warning:first-child::first-letter {
        color: #fc8c3a !important
    }

    .drop-cap.text-danger:first-child::first-letter {
        color: #ff5252 !important
    }

.figure {
    position: relative;
    padding: .9375rem;
    background-color: #fff;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
}

    .figure > .badge {
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        margin: 0;
        z-index: 5
    }

.figure-img {
    display: block;
    width: 100%;
    margin-bottom: .9375rem
}

.figure-caption {
    font-weight: 600
}

kbd {
    border-radius: 0
}

pre {
    padding: 1rem;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    background-color: #f5f5f5
}

.nav-tabs.pre-nav-tabs {
    padding: .5rem;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    background-color: #f5f5f5
}

    .nav-tabs.pre-nav-tabs .nav-link {
        margin-top: .3125rem;
        margin-bottom: .3125rem
    }

.block-title {
    position: relative;
    padding-bottom: .8125rem
}

    .block-title > small {
        padding: .5rem 0 .3125rem 0;
        font-family: 'IRANSans';
        font-size: .875rem;
        font-weight: normal;
        letter-spacing: 0
    }

    .block-title .block-title-icon {
        display: block;
        width: 40px;
        height: 40px;
        margin-bottom: 1.25rem;
        background-color: rgba(172, 50, 228, 0.1);
        color: #ac32e4;
        font-size: 1.25rem;
        line-height: 44px;
        text-align: center
    }

    .block-title.text-white::after {
        background: #fff !important
    }

.text-center .block-title::after,
.text-center .animated-digits::after,
.text-center.block-title::after,
.text-center.animated-digits::after {
    right: 50%;
    margin-right: -1.125rem
}

.text-center .block-title .block-title-icon,
.text-center .animated-digits .block-title-icon,
.text-center.block-title .block-title-icon,
.text-center.animated-digits .block-title-icon {
    margin-right: auto;
    margin-left: auto
}

.text-right .block-title::after,
.text-right .animated-digits::after,
.text-right.block-title::after,
.text-right.animated-digits::after {
    right: .0625rem;
    left: auto
}

.text-right .block-title .block-title-icon,
.text-right .animated-digits .block-title-icon,
.text-right.block-title .block-title-icon,
.text-right.animated-digits .block-title-icon {
    margin-right: 0;
    margin-left: auto
}

@media (min-width: 768px) {

    .text-md-right .block-title::after,
    .text-md-right .animated-digits::after,
    .text-md-right.block-title::after,
    .text-md-right.animated-digits::after {
        right: .0625rem;
        margin-right: 0
    }

    .text-md-right .block-title .block-title-icon,
    .text-md-right .animated-digits .block-title-icon,
    .text-md-right.block-title .block-title-icon,
    .text-md-right.animated-digits .block-title-icon {
        margin-right: 0;
        margin-left: 0
    }
}

.placeholder-right::placeholder {
    text-align: right;
}

.placeholder-left::placeholder {
    text-align: left;
}

.form-control {
    font-size: .875rem;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-control:hover:not(:focus):not([readonly]):not([disabled]) {
        border-color: #cecdcd
    }

    .form-control:focus {
        box-shadow: 0 9px 24px -4px rgba(64, 64, 64, 0.16) !important
    }

        .form-control:focus[readonly],
        .form-control:focus[disabled] {
            border-color: #e4e4e4;
            box-shadow: none !important
        }

select.form-control:not([size]):not([multiple]) {
    padding-left: 2.375rem;
    background-position: center left .9375rem;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzQwNDA0MCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.form-control-light-skin.form-control,
.form-control-light-skin .custom-file-label {
    border-color: rgba(255, 255, 255, 0.14);
    background-color: transparent;
    color: #fff
}

    .form-control-light-skin.form-control::-moz-placeholder,
    .form-control-light-skin .custom-file-label::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1
    }

    .form-control-light-skin.form-control:-ms-input-placeholder,
    .form-control-light-skin .custom-file-label:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5)
    }

    .form-control-light-skin.form-control::-webkit-input-placeholder,
    .form-control-light-skin .custom-file-label::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5)
    }

    .form-control-light-skin.form-control:hover,
    .form-control-light-skin .custom-file-label:hover {
        border-color: rgba(255, 255, 255, 0.3) !important
    }

    .form-control-light-skin.form-control:focus,
    .form-control-light-skin .custom-file-label:focus {
        border-color: rgba(255, 255, 255, 0.1) !important;
        background-color: rgba(255, 255, 255, 0.1)
    }

select.form-control-light-skin,
.input-group-light-skin select.form-control {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important
}

    select.form-control-light-skin > option,
    .input-group-light-skin select.form-control > option {
        color: #404040 !important
    }

.form-control[disabled] {
    cursor: not-allowed
}

select[disabled] {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzk5OTk5OSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
    color: #8c8c8c
}

label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label) {
    padding-right: .9375rem;
    font-size: .75rem;
    font-weight: 600;
}

.form-group {
    position: relative
}

.form-control-lg {
    font-size: 1rem
}

.form-control-sm {
    font-size: .75rem
}

.custom-control {
    margin-bottom: .3125rem
}

    .custom-control .custom-control-label::before {
        box-shadow: none !important
    }

    .custom-control .custom-control-label:focus {
        outline: none
    }

    .custom-control .custom-control-input:disabled ~ .custom-control-label {
        cursor: not-allowed
    }

    .custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #d5d5d5
    }

.custom-file,
.custom-file-input {
    cursor: pointer
}

    .custom-file:focus ~ .custom-file-label,
    .custom-file-input:focus ~ .custom-file-label {
        outline: none
    }

    .custom-file:hover:not(:focus) .custom-file-label {
        border-color: #cecdcd
    }

.custom-file-label {
    margin-bottom: 0
}

    .custom-file-label::after {
        border: 0;
        background-color: #ac32e4;
        font-size: .6875rem;
        font-weight: bold;
    }

.was-validated .form-control:valid,
.was-validated .form-control.is-valid,
.was-validated .form-control-light-skin:valid,
.was-validated .form-control-light-skin.is-valid {
    border-color: #e4e4e4 !important
}

    .was-validated .form-control:valid:focus,
    .was-validated .form-control.is-valid:focus,
    .was-validated .form-control-light-skin:valid:focus,
    .was-validated .form-control-light-skin.is-valid:focus {
        border-color: #fff !important
    }

.was-validated .form-control:invalid,
.was-validated .form-control.is-invalid,
.was-validated .form-control-light-skin:invalid,
.was-validated .form-control-light-skin.is-invalid {
    border-color: #ff5252 !important
}

    .was-validated .form-control:invalid:focus,
    .was-validated .form-control.is-invalid:focus,
    .was-validated .form-control-light-skin:invalid:focus,
    .was-validated .form-control-light-skin.is-invalid:focus {
        border-color: #fff !important
    }

.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #e4e4e4 !important;
    box-shadow: none !important
}

.was-validated .form-control-light-skin:valid:focus,
.was-validated .form-control-light-skin.is-valid:focus,
.was-validated .form-control-light-skin:invalid:focus,
.was-validated .form-control-light-skin.is-invalid:focus {
    border-color: transparent !important
}

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

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .was-validated .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #dee2e6
    }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label,
.was-validated .custom-control-input.is-valid:checked ~ .custom-control-label {
    color: #404040
}

    .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
    .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before {
        border-color: #ac32e4;
        background-color: #ac32e4
    }

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ff5252
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .was-validated .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: rgba(255, 82, 82, 0.7)
    }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label,
.was-validated .custom-control-input.is-invalid:checked ~ .custom-control-label {
    color: #ff5252
}

    .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
    .was-validated .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
        background-color: #ff5252
    }

.valid-feedback,
.invalid-feedback {
    margin-top: .3rem;
    font-size: 90%
}

.valid-feedback {
    color: #33cb81
}

.invalid-feedback {
    color: #ff5252
}

.valid-tooltip,
.invalid-tooltip {
    border-radius: 0;
    font-size: 90%
}

.valid-tooltip {
    background-color: #33cb81
}

.invalid-tooltip {
    background-color: #ff5252
}

.input-group-text {
    border: 0;
    font-size: .875rem;
    font-weight: 600
}

    .input-group-text > i {
        font-size: 1.1em
    }

    .input-group-text .custom-control {
        height: 1rem;
        min-height: auto;
        margin-bottom: 0;
        padding: 0
    }

        .input-group-text .custom-control .custom-control-label {
            width: 1rem;
            height: 1rem
        }

            .input-group-text .custom-control .custom-control-label::before,
            .input-group-text .custom-control .custom-control-label::after {
                top: 0;
                right: 0
            }

            .input-group-text .custom-control .custom-control-label::before {
                border: 1px solid #dadada;
                background-color: #fff
            }

        .input-group-text .custom-control .custom-control-input:checked ~ .custom-control-label::before {
            border-color: #ac32e4
        }

.input-group-prepend,
.input-group-append {
    margin: 0 !important
}

    .input-group-prepend .input-group-text + .input-group-text,
    .input-group-prepend .btn + .btn,
    .input-group-append .input-group-text + .input-group-text,
    .input-group-append .btn + .btn {
        margin-left: .125rem
    }

.input-group-light-skin .form-control {
    border-color: rgba(255, 255, 255, 0.14);
    background-color: transparent;
    color: #fff
}

    .input-group-light-skin .form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1
    }

    .input-group-light-skin .form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5)
    }

    .input-group-light-skin .form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5)
    }

    .input-group-light-skin .form-control:hover {
        border-color: rgba(255, 255, 255, 0.3) !important
    }

    .input-group-light-skin .form-control:focus {
        border-color: rgba(255, 255, 255, 0.1) !important;
        background-color: rgba(255, 255, 255, 0.1)
    }

.input-group-light-skin .input-group-text {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

.table thead th,
.table th {
    font-weight: 700
}

.btn {
    position: relative;
    height: 44px;
    transform: translateZ(0);
    border: 0;
    font-size: .75rem;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    touch-action: manipulation
}

    .btn:hover,
    .btn:focus {
        text-decoration: none;
        box-shadow: none
    }

    .btn::before,
    .btn::after {
        transition: .2s
    }

    .btn:active,
    .btn:active::before,
    .btn:active::after {
        transition: .12s !important
    }

    .btn > i,
    .btn > img {
        display: inline-block;
        font-size: 1.1em;
        vertical-align: middle
    }

    .btn > img {
        width: 1.25rem;
        margin-top: -.0625rem;
        margin-left: .375rem
    }

    .btn[disabled],
    .btn.disabled {
        cursor: not-allowed
    }

        .btn[disabled]:hover,
        .btn.disabled:hover {
            box-shadow: none !important
        }

    .btn.btn-lg,
    .btn-group-lg > .btn {
        height: 54px;
        font-size: .8125rem
    }

    .btn.btn-sm,
    .btn-group-sm > .btn {
        height: 32px;
        font-size: .6875rem
    }

    .btn.btn-xs {
        height: 24px;
        padding: 0 .75rem;
        font-size: .625rem;
        line-height: 24px
    }

@supports (-ms-ime-align: auto) {
    .btn > i {
        margin-top: -2px
    }
}

.btn-primary:hover {
    background: #ac32e4;
    box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24)
}

.btn-primary:active {
    background-color: #921ac9;
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-secondary {
    border: 1px solid #e7e7e7;
    line-height: 42px
}

    .btn-secondary:hover {
        background: #f5f5f5;
        box-shadow: 0 12px 18.8px 1.2px rgba(245, 245, 245, 0.24)
    }

    .btn-secondary:active {
        background-color: #dcdbdb;
        box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
    }

    .btn-secondary:hover {
        border-color: #e7e7e7;
        box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.15)
    }

    .btn-secondary:active {
        background-color: #e7e7e7 !important;
        box-shadow: none !important
    }

    .btn-secondary.btn-lg,
    .btn-group-lg > .btn-secondary.btn {
        line-height: 52px
    }

    .btn-secondary.btn-sm,
    .btn-group-sm > .btn-secondary.btn {
        line-height: 30px
    }

.btn-success:hover {
    background: #33cb81;
    box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24)
}

.btn-success:active {
    background-color: #29a267;
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-info:hover {
    background: #5695fe;
    box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24)
}

.btn-info:active {
    background-color: #2375fe;
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-warning:hover {
    background: #fc8c3a;
    box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24)
}

.btn-warning:active {
    background-color: #fb6f08;
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-danger:hover {
    background: #ff5252;
    box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24)
}

.btn-danger:active {
    background-color: #ff1f1f;
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-light:hover {
    background: #fff;
    box-shadow: 0 12px 18.8px 1.2px rgba(255, 255, 255, 0.24)
}

.btn-light:active {
    background-color: #e6e5e5;
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-light:hover {
    box-shadow: none
}

.btn-dark:hover {
    background: #343b43;
    box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.24)
}

.btn-dark:active {
    background-color: #1e2226;
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-accent:hover {
    background: #e833b0;
    box-shadow: 0 12px 18.8px 1.2px rgba(232, 51, 176, 0.24)
}

.btn-accent:active {
    background-color: #d01897;
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-warning,
.btn-gradient {
    color: #fff
}

.btn-secondary,
.btn-light {
    color: #404040 !important
}

.btn-gradient:hover {
    color: #fff;
    box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24)
}

.btn-gradient:active {
    box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24) !important
}

.btn-style-2::before,
.btn-style-2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1
}

.btn-style-2::before {
    top: 7px;
    left: -7px
}

.btn-style-2:hover {
    box-shadow: none !important
}

.btn-style-2.btn-primary::before,
.btn-style-2.btn-primary::after {
    border: 1px solid #ac32e4
}

.btn-style-2.btn-primary::after {
    background-color: #ac32e4
}

.btn-style-2.btn-primary:hover:not(.btn-light),
.btn-style-2.btn-primary:active:not(.btn-light) {
    color: #ac32e4 !important
}

    .btn-style-2.btn-primary:hover:not(.btn-light)::before,
    .btn-style-2.btn-primary:active:not(.btn-light)::before {
        background-color: #ac32e4
    }

    .btn-style-2.btn-primary:hover:not(.btn-light)::after,
    .btn-style-2.btn-primary:active:not(.btn-light)::after {
        background-color: #fff
    }

.btn-style-2.btn-secondary {
    border: 0
}

    .btn-style-2.btn-secondary::before,
    .btn-style-2.btn-secondary::after {
        border: 1px solid #f5f5f5
    }

    .btn-style-2.btn-secondary::after {
        background-color: #f5f5f5
    }

    .btn-style-2.btn-secondary:hover:not(.btn-light),
    .btn-style-2.btn-secondary:active:not(.btn-light) {
        color: #f5f5f5 !important
    }

        .btn-style-2.btn-secondary:hover:not(.btn-light)::before,
        .btn-style-2.btn-secondary:active:not(.btn-light)::before {
            background-color: #f5f5f5
        }

        .btn-style-2.btn-secondary:hover:not(.btn-light)::after,
        .btn-style-2.btn-secondary:active:not(.btn-light)::after {
            background-color: #fff
        }

    .btn-style-2.btn-secondary:hover:not(.btn-light) {
        background-color: #e7e7e7 !important;
        color: #404040 !important
    }

    .btn-style-2.btn-secondary::before,
    .btn-style-2.btn-secondary::after {
        border: 1px solid #e7e7e7
    }

.btn-style-2.btn-success::before,
.btn-style-2.btn-success::after {
    border: 1px solid #33cb81
}

.btn-style-2.btn-success::after {
    background-color: #33cb81
}

.btn-style-2.btn-success:hover:not(.btn-light),
.btn-style-2.btn-success:active:not(.btn-light) {
    color: #33cb81 !important
}

    .btn-style-2.btn-success:hover:not(.btn-light)::before,
    .btn-style-2.btn-success:active:not(.btn-light)::before {
        background-color: #33cb81
    }

    .btn-style-2.btn-success:hover:not(.btn-light)::after,
    .btn-style-2.btn-success:active:not(.btn-light)::after {
        background-color: #fff
    }

.btn-style-2.btn-info::before,
.btn-style-2.btn-info::after {
    border: 1px solid #5695fe
}

.btn-style-2.btn-info::after {
    background-color: #5695fe
}

.btn-style-2.btn-info:hover:not(.btn-light),
.btn-style-2.btn-info:active:not(.btn-light) {
    color: #5695fe !important
}

    .btn-style-2.btn-info:hover:not(.btn-light)::before,
    .btn-style-2.btn-info:active:not(.btn-light)::before {
        background-color: #5695fe
    }

    .btn-style-2.btn-info:hover:not(.btn-light)::after,
    .btn-style-2.btn-info:active:not(.btn-light)::after {
        background-color: #fff
    }

.btn-style-2.btn-warning::before,
.btn-style-2.btn-warning::after {
    border: 1px solid #fc8c3a
}

.btn-style-2.btn-warning::after {
    background-color: #fc8c3a
}

.btn-style-2.btn-warning:hover:not(.btn-light),
.btn-style-2.btn-warning:active:not(.btn-light) {
    color: #fc8c3a !important
}

    .btn-style-2.btn-warning:hover:not(.btn-light)::before,
    .btn-style-2.btn-warning:active:not(.btn-light)::before {
        background-color: #fc8c3a
    }

    .btn-style-2.btn-warning:hover:not(.btn-light)::after,
    .btn-style-2.btn-warning:active:not(.btn-light)::after {
        background-color: #fff
    }

.btn-style-2.btn-danger::before,
.btn-style-2.btn-danger::after {
    border: 1px solid #ff5252
}

.btn-style-2.btn-danger::after {
    background-color: #ff5252
}

.btn-style-2.btn-danger:hover:not(.btn-light),
.btn-style-2.btn-danger:active:not(.btn-light) {
    color: #ff5252 !important
}

    .btn-style-2.btn-danger:hover:not(.btn-light)::before,
    .btn-style-2.btn-danger:active:not(.btn-light)::before {
        background-color: #ff5252
    }

    .btn-style-2.btn-danger:hover:not(.btn-light)::after,
    .btn-style-2.btn-danger:active:not(.btn-light)::after {
        background-color: #fff
    }

.btn-style-2.btn-light::before,
.btn-style-2.btn-light::after {
    border: 1px solid #fff
}

.btn-style-2.btn-light::after {
    background-color: #fff
}

.btn-style-2.btn-light:hover:not(.btn-light),
.btn-style-2.btn-light:active:not(.btn-light) {
    color: #fff !important
}

    .btn-style-2.btn-light:hover:not(.btn-light)::before,
    .btn-style-2.btn-light:active:not(.btn-light)::before {
        background-color: #fff
    }

    .btn-style-2.btn-light:hover:not(.btn-light)::after,
    .btn-style-2.btn-light:active:not(.btn-light)::after {
        background-color: #fff
    }

.btn-style-2.btn-dark::before,
.btn-style-2.btn-dark::after {
    border: 1px solid #343b43
}

.btn-style-2.btn-dark::after {
    background-color: #343b43
}

.btn-style-2.btn-dark:hover:not(.btn-light),
.btn-style-2.btn-dark:active:not(.btn-light) {
    color: #343b43 !important
}

    .btn-style-2.btn-dark:hover:not(.btn-light)::before,
    .btn-style-2.btn-dark:active:not(.btn-light)::before {
        background-color: #343b43
    }

    .btn-style-2.btn-dark:hover:not(.btn-light)::after,
    .btn-style-2.btn-dark:active:not(.btn-light)::after {
        background-color: #fff
    }

.btn-style-2.btn-accent::before,
.btn-style-2.btn-accent::after {
    border: 1px solid #e833b0
}

.btn-style-2.btn-accent::after {
    background-color: #e833b0
}

.btn-style-2.btn-accent:hover:not(.btn-light),
.btn-style-2.btn-accent:active:not(.btn-light) {
    color: #e833b0 !important
}

    .btn-style-2.btn-accent:hover:not(.btn-light)::before,
    .btn-style-2.btn-accent:active:not(.btn-light)::before {
        background-color: #e833b0
    }

    .btn-style-2.btn-accent:hover:not(.btn-light)::after,
    .btn-style-2.btn-accent:active:not(.btn-light)::after {
        background-color: #fff
    }

.btn-style-2.btn-gradient::before,
.btn-style-2.btn-gradient::after {
    border: 1px solid #ac32e4
}

.btn-style-2.btn-gradient:hover {
    color: #ac32e4
}

    .btn-style-2.btn-gradient:hover::after {
        background: #fff !important
    }

.btn-style-3:hover,
.btn-style-3:active {
    box-shadow: none !important
}

.btn-style-3::after {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: '';
    z-index: -1
}

.btn-style-3:hover::after {
    height: 5px
}

.btn-style-3.btn-secondary {
    border: 0;
    background-color: #e8e8e8
}

.btn-style-4 {
    border-radius: 22px
}

    .btn-style-4.btn-icon-right i,
    .btn-style-4.btn-icon-left i {
        display: block;
        position: absolute;
        top: 50%;
        left: 7px;
        width: 31px;
        height: 31px;
        margin-top: -15px;
        transition: all 0.3s !important;
        border-radius: 50%;
        line-height: 30px
    }

        .btn-style-4.btn-icon-right i::before,
        .btn-style-4.btn-icon-left i::before {
            margin-left: 2px
        }

    .btn-style-4.btn-icon-left {
        padding-left: 46px
    }

    .btn-style-4.btn-icon-right {
        padding-right: 46px
    }

        .btn-style-4.btn-icon-right i {
            right: 7px;
            left: auto
        }

    .btn-style-4.btn-lg,
    .btn-group-lg > .btn-style-4.btn {
        border-radius: 27px
    }

    .btn-style-4.btn-sm,
    .btn-group-sm > .btn-style-4.btn {
        border-radius: 16px
    }

        .btn-style-4.btn-sm.btn-icon-right i,
        .btn-group-sm > .btn-style-4.btn-icon-right.btn i,
        .btn-style-4.btn-sm.btn-icon-left i,
        .btn-group-sm > .btn-style-4.btn-icon-left.btn i {
            width: 26px;
            height: 26px;
            margin-top: -13px;
            line-height: 26px
        }

        .btn-style-4.btn-sm.btn-icon-left,
        .btn-group-sm > .btn-style-4.btn-icon-left.btn {
            padding-left: 34px
        }

            .btn-style-4.btn-sm.btn-icon-left i,
            .btn-group-sm > .btn-style-4.btn-icon-left.btn i {
                left: 2px
            }

        .btn-style-4.btn-sm.btn-icon-right,
        .btn-group-sm > .btn-style-4.btn-icon-right.btn {
            padding-right: 34px
        }

            .btn-style-4.btn-sm.btn-icon-right i,
            .btn-group-sm > .btn-style-4.btn-icon-right.btn i {
                right: 2px;
                left: auto
            }

    .btn-style-4.btn-primary.btn-icon-right i,
    .btn-style-4.btn-primary.btn-icon-left i {
        background-color: #921ac9
    }

    .btn-style-4.btn-primary:hover.btn-icon-right i,
    .btn-style-4.btn-primary:hover.btn-icon-left i {
        background-color: #fff;
        color: #ac32e4
    }

    .btn-style-4.btn-secondary.btn-icon-right i,
    .btn-style-4.btn-secondary.btn-icon-left i {
        background-color: #dcdbdb
    }

    .btn-style-4.btn-secondary:hover.btn-icon-right i,
    .btn-style-4.btn-secondary:hover.btn-icon-left i {
        background-color: #fff;
        color: #f5f5f5
    }

    .btn-style-4.btn-secondary.btn-icon-right i,
    .btn-style-4.btn-secondary.btn-icon-left i {
        border: 1px solid #e7e7e7 !important;
        background-color: #fff !important;
        color: #404040 !important
    }

    .btn-style-4.btn-success.btn-icon-right i,
    .btn-style-4.btn-success.btn-icon-left i {
        background-color: #29a267
    }

    .btn-style-4.btn-success:hover.btn-icon-right i,
    .btn-style-4.btn-success:hover.btn-icon-left i {
        background-color: #fff;
        color: #33cb81
    }

    .btn-style-4.btn-info.btn-icon-right i,
    .btn-style-4.btn-info.btn-icon-left i {
        background-color: #2375fe
    }

    .btn-style-4.btn-info:hover.btn-icon-right i,
    .btn-style-4.btn-info:hover.btn-icon-left i {
        background-color: #fff;
        color: #5695fe
    }

    .btn-style-4.btn-warning.btn-icon-right i,
    .btn-style-4.btn-warning.btn-icon-left i {
        background-color: #fb6f08
    }

    .btn-style-4.btn-warning:hover.btn-icon-right i,
    .btn-style-4.btn-warning:hover.btn-icon-left i {
        background-color: #fff;
        color: #fc8c3a
    }

    .btn-style-4.btn-danger.btn-icon-right i,
    .btn-style-4.btn-danger.btn-icon-left i {
        background-color: #ff1f1f
    }

    .btn-style-4.btn-danger:hover.btn-icon-right i,
    .btn-style-4.btn-danger:hover.btn-icon-left i {
        background-color: #fff;
        color: #ff5252
    }

    .btn-style-4.btn-light.btn-icon-right i,
    .btn-style-4.btn-light.btn-icon-left i {
        background-color: #e6e5e5
    }

    .btn-style-4.btn-light:hover.btn-icon-right i,
    .btn-style-4.btn-light:hover.btn-icon-left i {
        background-color: #fff;
        color: #fff
    }

    .btn-style-4.btn-light.btn-icon-right i,
    .btn-style-4.btn-light.btn-icon-left i {
        border: 1px solid #e7e7e7;
        background-color: #fff;
        color: #404040 !important
    }

    .btn-style-4.btn-dark.btn-icon-right i,
    .btn-style-4.btn-dark.btn-icon-left i {
        background-color: #1e2226
    }

    .btn-style-4.btn-dark:hover.btn-icon-right i,
    .btn-style-4.btn-dark:hover.btn-icon-left i {
        background-color: #fff;
        color: #343b43
    }

    .btn-style-4.btn-accent.btn-icon-right i,
    .btn-style-4.btn-accent.btn-icon-left i {
        background-color: #d01897
    }

    .btn-style-4.btn-accent:hover.btn-icon-right i,
    .btn-style-4.btn-accent:hover.btn-icon-left i {
        background-color: #fff;
        color: #e833b0
    }

    .btn-style-4.btn-gradient.btn-icon-right i,
    .btn-style-4.btn-gradient.btn-icon-left i {
        background-color: #fff;
        color: #ac32e4
    }

.btn-style-5 {
    overflow: hidden
}

    .btn-style-5::after {
        position: absolute;
        top: -20%;
        left: -43px;
        width: 50px;
        height: 200%;
        transform: rotate(35deg);
        transform-origin: right;
        transition: left .25s ease-in-out;
        content: '';
        z-index: -1
    }

    .btn-style-5:hover::after {
        left: -80px
    }

    .btn-style-5.btn-primary::after {
        background-color: #921ac9
    }

    .btn-style-5.btn-secondary::after {
        background-color: #dcdbdb
    }

    .btn-style-5.btn-secondary::after {
        background-color: #e7e7e7
    }

    .btn-style-5.btn-success::after {
        background-color: #29a267
    }

    .btn-style-5.btn-info::after {
        background-color: #2375fe
    }

    .btn-style-5.btn-warning::after {
        background-color: #fb6f08
    }

    .btn-style-5.btn-danger::after {
        background-color: #ff1f1f
    }

    .btn-style-5.btn-light::after {
        background-color: #e6e5e5
    }

    .btn-style-5.btn-light::after {
        background-color: #e7e7e7
    }

    .btn-style-5.btn-dark::after {
        background-color: #1e2226
    }

    .btn-style-5.btn-accent::after {
        background-color: #d01897
    }

    .btn-style-5.btn-gradient::after {
        background-color: #921ac9
    }

.btn-style-6 {
    background-color: #fff;
    color: #404040;
    box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.15);
    overflow: hidden
}

    .btn-style-6::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        transition: all .25s;
        content: '';
        z-index: -2
    }

    .btn-style-6:hover::before {
        width: 100%
    }

    .btn-style-6:focus {
        box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.15)
    }

    .btn-style-6.btn-primary::before {
        background-color: #ac32e4
    }

    .btn-style-6.btn-primary:active::before {
        background-color: #921ac9
    }

    .btn-style-6.btn-secondary {
        border: 0
    }

        .btn-style-6.btn-secondary::before {
            background-color: #f5f5f5
        }

        .btn-style-6.btn-secondary:active::before {
            background-color: #dcdbdb
        }

        .btn-style-6.btn-secondary::before {
            background-color: #d8d8d8
        }

        .btn-style-6.btn-secondary:hover {
            box-shadow: 0 12px 18.8px 1.2px rgba(52, 59, 67, 0.24)
        }

            .btn-style-6.btn-secondary:hover::before,
            .btn-style-6.btn-secondary:active::before {
                background-color: #e7e7e7
            }

    .btn-style-6.btn-success::before {
        background-color: #33cb81
    }

    .btn-style-6.btn-success:active::before {
        background-color: #29a267
    }

    .btn-style-6.btn-info::before {
        background-color: #5695fe
    }

    .btn-style-6.btn-info:active::before {
        background-color: #2375fe
    }

    .btn-style-6.btn-warning::before {
        background-color: #fc8c3a
    }

    .btn-style-6.btn-warning:active::before {
        background-color: #fb6f08
    }

    .btn-style-6.btn-danger::before {
        background-color: #ff5252
    }

    .btn-style-6.btn-danger:active::before {
        background-color: #ff1f1f
    }

    .btn-style-6.btn-light::before {
        background-color: #fff
    }

    .btn-style-6.btn-light:active::before {
        background-color: #e6e5e5
    }

    .btn-style-6.btn-dark::before {
        background-color: #343b43
    }

    .btn-style-6.btn-dark:active::before {
        background-color: #1e2226
    }

    .btn-style-6.btn-accent::before {
        background-color: #e833b0
    }

    .btn-style-6.btn-accent:active::before {
        background-color: #d01897
    }

    .btn-style-6.btn-gradient {
        background: #fff !important
    }

.scroll-to-top-btn {
    display: block;
    position: fixed;
    right: 1rem;
    bottom: -88px;
    width: 44px;
    height: 44px;
    transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
    background-color: rgba(52, 59, 67, 0.3);
    color: #fff;
    font-size: 1.3125rem;
    opacity: 0;
    z-index: 1050;
    text-align: center;
    text-decoration: none
}

    .scroll-to-top-btn:hover {
        background-color: #343b43;
        color: #fff
    }

    .scroll-to-top-btn:focus,
    .scroll-to-top-btn:active {
        color: #fff
    }

    .scroll-to-top-btn.visible {
        bottom: .875rem;
        opacity: 1
    }

    .scroll-to-top-btn > i {
        line-height: 44px
    }

@media (max-width: 767.98px) {
    .scroll-to-top-btn {
        bottom: -64px;
        width: 32px;
        height: 32px;
        line-height: 27px
    }

        .scroll-to-top-btn > i {
            line-height: 32px
        }
}

.social-btn {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0;
    transition: all 0.3s;
    font-size: .875rem;
    line-height: 2.25rem;
    vertical-align: middle;
    text-align: center !important;
    text-decoration: none
}

.sb-amazon {
    color: #ff9900 !important;
    font-size: 1.15em
}

    .sb-amazon:hover,
    .sb-amazon.hover {
        color: #ff9900 !important
    }

.sb-airbnb {
    color: #fd5c63 !important
}

    .sb-airbnb:hover,
    .sb-airbnb.hover {
        color: #fd5c63 !important
    }

.sb-behance {
    color: #1769ff !important;
    font-size: 1.1em
}

    .sb-behance:hover,
    .sb-behance.hover {
        color: #1769ff !important
    }

.sb-deviantart {
    color: #4e6252 !important;
    font-size: 1.2em
}

    .sb-deviantart:hover,
    .sb-deviantart.hover {
        color: #4e6252 !important
    }

.sb-digg {
    color: #000000 !important;
    font-size: 1.2em
}

    .sb-digg:hover,
    .sb-digg.hover {
        color: #000000 !important
    }

.sb-disqus {
    color: #2e9fff !important;
    font-size: 1.1em
}

    .sb-disqus:hover,
    .sb-disqus.hover {
        color: #2e9fff !important
    }

.sb-dribbble {
    color: #ea4c89 !important
}

    .sb-dribbble:hover,
    .sb-dribbble.hover {
        color: #ea4c89 !important
    }

.sb-drupal {
    color: #0077c0 !important;
    font-size: 1.1em
}

    .sb-drupal:hover,
    .sb-drupal.hover {
        color: #0077c0 !important
    }

.sb-facebook {
    color: #3b5998 !important
}

    .sb-facebook:hover,
    .sb-facebook.hover {
        color: #3b5998 !important
    }

.sb-flickr {
    color: #0063dc !important
}

    .sb-flickr:hover,
    .sb-flickr.hover {
        color: #0063dc !important
    }

.sb-foursquare {
    color: #ef4b78 !important
}

    .sb-foursquare:hover,
    .sb-foursquare.hover {
        color: #ef4b78 !important
    }

.sb-github {
    color: #4183c4 !important
}

    .sb-github:hover,
    .sb-github.hover {
        color: #4183c4 !important
    }

.sb-google-plus {
    color: #dd4b39 !important;
    font-size: 1.2em
}

    .sb-google-plus:hover,
    .sb-google-plus.hover {
        color: #dd4b39 !important
    }

.sb-instagram {
    color: #3f729b !important
}

    .sb-instagram:hover,
    .sb-instagram.hover {
        color: #3f729b !important
    }

.sb-lastfm {
    color: #e31b23 !important;
    font-size: 1.1em
}

    .sb-lastfm:hover,
    .sb-lastfm.hover {
        color: #e31b23 !important
    }

.sb-linkedin {
    color: #0976b4 !important
}

    .sb-linkedin:hover,
    .sb-linkedin.hover {
        color: #0976b4 !important
    }

.sb-odnoklassniki {
    color: #ed812b !important;
    font-size: 1.1em
}

    .sb-odnoklassniki:hover,
    .sb-odnoklassniki.hover {
        color: #ed812b !important
    }

.sb-paypal {
    color: #253b80 !important;
    font-size: .9em
}

    .sb-paypal:hover,
    .sb-paypal.hover {
        color: #253b80 !important
    }

.sb-pinterest {
    color: #cc2127 !important
}

    .sb-pinterest:hover,
    .sb-pinterest.hover {
        color: #cc2127 !important
    }

.sb-reddit {
    color: #ff4500 !important;
    font-size: 1.1em
}

    .sb-reddit:hover,
    .sb-reddit.hover {
        color: #ff4500 !important
    }

.sb-rss {
    color: #f26522 !important;
    font-size: .9em
}

    .sb-rss:hover,
    .sb-rss.hover {
        color: #f26522 !important
    }

.sb-skype {
    color: #00aff0 !important
}

    .sb-skype:hover,
    .sb-skype.hover {
        color: #00aff0 !important
    }

.sb-soundcloud {
    color: #ff8800 !important;
    font-size: 1.2em !important
}

    .sb-soundcloud:hover,
    .sb-soundcloud.hover {
        color: #ff8800 !important
    }

.sb-stackoverflow {
    color: #fe7a15 !important;
    font-size: 1.1em !important
}

    .sb-stackoverflow:hover,
    .sb-stackoverflow.hover {
        color: #fe7a15 !important
    }

.sb-steam {
    color: #7da10e !important
}

    .sb-steam:hover,
    .sb-steam.hover {
        color: #7da10e !important
    }

.sb-stumbleupon {
    color: #eb4924 !important
}

    .sb-stumbleupon:hover,
    .sb-stumbleupon.hover {
        color: #eb4924 !important
    }

.sb-tumblr {
    color: #35465c !important
}

    .sb-tumblr:hover,
    .sb-tumblr.hover {
        color: #35465c !important
    }

.sb-twitch {
    color: #6441a5 !important
}

    .sb-twitch:hover,
    .sb-twitch.hover {
        color: #6441a5 !important
    }

.sb-twitter {
    color: #55acee !important
}

    .sb-twitter:hover,
    .sb-twitter.hover {
        color: #55acee !important
    }

.sb-vimeo {
    color: #1ab7ea !important
}

    .sb-vimeo:hover,
    .sb-vimeo.hover {
        color: #1ab7ea !important
    }

.sb-vine {
    color: #00b488 !important
}

    .sb-vine:hover,
    .sb-vine.hover {
        color: #00b488 !important
    }

.sb-vk {
    color: #45668e !important;
    font-size: 1.1em
}

    .sb-vk:hover,
    .sb-vk.hover {
        color: #45668e !important
    }

.sb-wordpress {
    color: #21759b !important
}

    .sb-wordpress:hover,
    .sb-wordpress.hover {
        color: #21759b !important
    }

.sb-xing {
    color: #026466 !important
}

    .sb-xing:hover,
    .sb-xing.hover {
        color: #026466 !important
    }

.sb-yahoo {
    color: #400191 !important;
    font-size: 1.1em !important
}

    .sb-yahoo:hover,
    .sb-yahoo.hover {
        color: #400191 !important
    }

.sb-yelp {
    color: #af0606 !important
}

    .sb-yelp:hover,
    .sb-yelp.hover {
        color: #af0606 !important
    }

.sb-youtube {
    color: #e52d27 !important
}

    .sb-youtube:hover,
    .sb-youtube.hover {
        color: #e52d27 !important
    }

.sb-light-skin {
    color: #fff !important
}

.sb-style-1:hover,
.sb-style-1.hover {
    background-color: #fff;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
}

.sb-style-1:active {
    transition: all .15s;
    background-color: #f5f5f5;
    box-shadow: none
}

.sb-style-2,
.sb-style-3,
.sb-style-4,
.sb-style-5,
.sb-style-6,
.sb-style-7 {
    margin-left: .625rem;
    margin-bottom: .625rem
}

.sb-style-2,
.sb-style-3,
.sb-style-4,
.sb-style-5 {
    border-radius: 50%;
    background-color: #f5f5f5
}

    .sb-style-2.sb-light-skin,
    .sb-style-3.sb-light-skin,
    .sb-style-4.sb-light-skin,
    .sb-style-5.sb-light-skin {
        background-color: rgba(255, 255, 255, 0.1)
    }

    .sb-style-2:hover,
    .sb-style-2.hover,
    .sb-style-3:hover,
    .sb-style-3.hover,
    .sb-style-4:hover,
    .sb-style-4.hover,
    .sb-style-5:hover,
    .sb-style-5.hover {
        background-color: #fff;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
    }

.sb-style-4,
.sb-style-5 {
    background-color: #d3d3d3;
    color: #fff !important
}

.sb-style-6,
.sb-style-7 {
    border: 3px solid #e7e7e7;
    border-radius: 50%;
    line-height: 2.2rem
}

    .sb-style-6.sb-light-skin,
    .sb-style-7.sb-light-skin {
        border-color: rgba(255, 255, 255, 0.18)
    }

    .sb-style-6:hover,
    .sb-style-6.hover,
    .sb-style-7:hover,
    .sb-style-7.hover {
        border-color: transparent;
        background-color: #fff;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
    }

.sb-style-3,
.sb-style-5,
.sb-style-7 {
    border-radius: 0
}

.text-center .sb-style-2,
.text-center .sb-style-3,
.text-center .sb-style-4,
.text-center .sb-style-5,
.text-center .sb-style-6,
.text-center .sb-style-7 {
    margin-right: .3125rem;
    margin-bottom: .3125rem
}

.text-right .sb-style-2,
.text-right .sb-style-3,
.text-right .sb-style-4,
.text-right .sb-style-5,
.text-right .sb-style-6,
.text-right .sb-style-7 {
    margin-right: 0;
    margin-left: .625rem
}

.market-btn {
    display: inline-block;
    padding: .3125rem .875rem .3125rem 2.8125rem;
    transition: all .3s;
    border: 1px solid #e7e7e7;
    background-position: center left .75rem;
    background-color: #fff;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none
}

    .market-btn:hover {
        box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13)
    }

    .market-btn:active {
        transition: all .15s;
        background-color: #f8f8f8;
        box-shadow: 0 0.625rem 1.5rem -0.625rem rgba(64, 64, 64, 0.22)
    }

    .market-btn .mb-subtitle {
        display: block;
        margin-bottom: -.25rem;
        color: #8c8c8c;
        font-size: .75rem
    }

    .market-btn .mb-title {
        display: block;
        color: #404040;
        font-size: 1.125rem
    }

    .market-btn.apple-btn {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
    }

    .market-btn.google-btn {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
    }

    .market-btn.windows-btn {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
    }

    .market-btn.blackberry-btn {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiMyZTJlMmUiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iIzJlMmUyZSIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
    }

    .market-btn.amazon-btn {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQUJGNjhGNDRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQUJGNjhGMzRGNkMxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgNXCVIAAAc7SURBVHja5FwJbFRVFH0tQimgUCiubKJCWWSwKIooVhG3aESkETRqBEEEEURExBXiVhElkRiIEFwTQEHciQiIMQhFkUGFihErIJjWUgg0LFXqPf4z9jvMTOe/v9ebnEw78+//b85/y7n33T8ZNTU1yo5FIhEdtxMEXQRtBGcLOglO5ftoUKagSrBLUCLYKCgVbBEcNJ8oGo0qN+045Z2dJCgU9BdcJ2igcY4DgsWC9wTvetHoTA+u0ZlfCL3hJcFATXJgzQS3C5YIKgWT3G58hotDDMNlvmCQy9+hAj1ThtqqMPWgywXlHpADayVYKTfq0bAQdJ9guaCR8tamCUlPBZ2gcYIXlH82RUgaFlSCCgQzlf82T0hqFzSCGgreUsGxqUEj6BkKvaBYofSi5kERihCAE2z4rxYs4qp3WNBY0F0wVtBC85xNKUrnBoGgUdBTGn4IH24UbEvwGQh7TDBdMNGGQA3EELtGw2eh4Jwk5JjtAcFDmu0633clLeMcweYOi24IOLta9CnR6BF/CE4Whf2Xnz3oKg2fJzR8PtTwyaXK9nWIHbF4PFIYn2hcZ6Vm+5r4SpB039c5T5RwqO0VHE3hgoByv8alSm3oM99XsecJxSUaUXyOoKPgTOIMEjdK8xrVYSbIbIeIMsGPDp43Q/lkmap+W0bQepDTliU43oam+bM+EIT5qZcyEve5nL9aCtpzHmtq49zVYSOoraCv4AZBHgPc3P/7EOsgGCoYzt4SKnOTIAyZGYJrwzzLu0XQi4Lx9WEZdJqg0wVfqmAlzwJDUB/BmvompJwiqLND5FQwXtuujJ3TA1TlmM8eDytB2P9absMfaVbshryN+DeJuDsrzATNor7RMezV3xvkWMwWQZFIpIe8jNB0v0kZuedAm91gdaSm31iL5NSEjiDuO92h4bqGwzIUMaOdHnSe0ktpztfwaRwqgqT3QAheqHnNZZoyIlQ9COT00/BDzrpcwy9fs51ZfhEEXdJRw+8AdY9XBPm2q4HyklM0/HRqE7H3f4mN2NAXgrKUXgUZihGsVl0Mt7GKDfKLIAyTIxp+2cqoj7bSeybb+H5DZEE5zQ+CsEn4u6avlb2x2cpI2tuxiX4Q9JOquzIjmaHOuXcax6H0ZaADK/V46UW9vCYIavgLG43+XHBRks9QLP6B3TsfZ6/pOmqXv8hdGSAvn9psOIiap4zcD5bkQsINQ+agKBqN/uZVjFOsjAdLsm2co4DwwhAgY5/sfk9iMbkT++TlVRUus7zTajfdMcvjL7hEWa9oi9llclMf9JQgueBmVVv64rY9p4yiz9kW/VC01U33YRcnqjtQQLXWZXIeFsTu/tOC9Wn6oR6yPW+kljmViOrDRp/rMDEourpeHVujiJ60VaXOEy0TYq72K9RIZEigLXbwfNBZJ6rEBZw7Uugo2CtOkOM0QbDBmAyVveqybwUDGMFXpDjuG5W4bmiKkDPSqS/0r1A8PEfvAZneL+ck+wgJNVR1RIhEuRkEvHhUcyNJhWwosdgElNEsYGA7pnh05ZI0fJARRSF7W8Z6hxhbQtv9+k+64q7tx8xBmEca2gwh4odIMYce5qaWJKkBswEQbfvZIPSGn1XqCtnEanV0ZYncpNHKKLz6uI7DeyojGwr0IlHZvFEoPF/H6AAPDO+J70GLKPNxwC10qC92heBJ3qx0rEh60OT4HnQrleZQ3s1xIVTKiexKVbtRUEEgL76XqyBSx/GZx6aJlnl0+5s5JlH0hO2Z25i/2RpigjaRgHKKxkTWjcMrRsy+VKsYHvp/n39fyskTlWKtQ0rQbmVU6lelOOYHwXem/0vrWuYhzpaa/p9A7TFJ+biJ55BlUZVv4nSiuHDE6icxOa9KRwehEnVu3ImLBDuV8Qhm85AR04TtRvufVcZvhtzNz9qYRshazsFpCUVUbsTX5eARI8zwSDwh2ZUfcGIwv8yh3kK7c00TdkxQ9jcdP9Oqkp7GSbsqwUw/jBpmC4dh94CQAvF4D1X59ySieZwK72wSpbGNhF9UXDFYusHqR7woqsAuSNKgGSaBCE21QfCVh6REGHoMZqiSzCBdzFUpOaYg+0470fxOqu0pglQ/AdFP1e7bl/IubuHEt07pPS8Wbw05tLHK9mDYkFeHTzV7/Jtx76PCLYOB9kqnYrF8jtWLLX4xSPrNXHrLuWJgQizj31Uc9kd58zBf4PmzTozsWzPm6mJxkXiHwndX3PvNTOFOh/8sdQliMSu2gb1kiDJ+qyPdffpGjId6ejTs0HORrF+R5PNWXKnHuJXuWMCAD3tY21Rw7GtGAV1TkKPYc0aoFNvoTuWDZlBoTWLj/LIV7NUISt8IYsJsOhtXoIxk/l4PSNlMZYzJGj/stNDJk7tVHLmaeIQTeV9qqTxOjHasjAm2pZwL17nJvtvVo8gQfEZMZXKqHXVHPlekFswgNFK1JXPwO8gVZg/lwnpKht1ejtm/BRgAKCaVSdcawG4AAAAASUVORK5CYII=)
    }

    .market-btn.market-btn-dark {
        border-color: #343b43;
        background-color: #343b43;
        box-shadow: none !important
    }

        .market-btn.market-btn-dark .mb-subtitle,
        .market-btn.market-btn-dark .mb-title {
            color: #fff
        }

        .market-btn.market-btn-dark .mb-subtitle {
            opacity: .6
        }

        .market-btn.market-btn-dark:hover {
            border-color: #292e35;
            background-color: #292e35
        }

        .market-btn.market-btn-dark:active {
            border-color: #1e2226;
            background-color: #1e2226
        }

    .market-btn.market-btn-light-skin {
        border-color: rgba(255, 255, 255, 0.14);
        background-color: transparent;
        box-shadow: none !important
    }

        .market-btn.market-btn-light-skin .mb-subtitle,
        .market-btn.market-btn-light-skin .mb-title {
            color: #fff
        }

        .market-btn.market-btn-light-skin .mb-subtitle {
            opacity: .6
        }

        .market-btn.market-btn-light-skin:hover {
            background-color: rgba(255, 255, 255, 0.06)
        }

        .market-btn.market-btn-dark.apple-btn,
        .market-btn.market-btn-light-skin.apple-btn {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)
        }

        .market-btn.market-btn-dark.amazon-btn,
        .market-btn.market-btn-light-skin.amazon-btn {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=)
        }

        .market-btn.market-btn-dark.blackberry-btn,
        .market-btn.market-btn-light-skin.blackberry-btn {
            background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MDMuMzIyIDUwMy4zMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMy4zMjIgNTAzLjMyMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xMTYuMjg1LDYwLjc0Nkg0NS45OTNsLTIwLjgyNyw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMTczLjU1OSw4NC4xNzYsMTYyLjI3OCw2MC43NDYsMTE2LjI4NSw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjM4LjY0NCwzNDcuMTE5aC03MS4xNTlsLTE5Ljk1OSw5NS40NThoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yOC42MzcsNzMuNzYzLTUzLjgwMyAgICBDMjk1LjA1MSwzNzAuNTQ5LDI4NC42MzcsMzQ3LjExOSwyMzguNjQ0LDM0Ny4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNOTEuMTE5LDE5OS41OTNIMTkuOTU5TDAsMjk1LjA1MWg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMxNDcuNTI1LDIyMy4wMjQsMTM3LjExMiwxOTkuNTkzLDkxLjExOSwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQyMC44ODEsMjk1LjA1MWgtNzEuMTU5bC0xOS45NTksODYuNzhoNzMuNzYzYzU3LjI3NSwwLDczLjc2My0yNC4yOTgsNzMuNzYzLTQ5LjQ2NCAgICBDNDc3LjI4OCwzMTQuMTQyLDQ2Ni44NzUsMjk1LjA1MSw0MjAuODgxLDI5NS4wNTF6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ2LjkxNSwxNDcuNTI1aC03MS4xNTlsLTE5Ljk1OSw4Ni43OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI0LjI5OCw3My43NjMtNDkuNDY0ICAgIEM1MDMuMzIyLDE2Ni42MTcsNDkyLjkwOCwxNDcuNTI1LDQ0Ni45MTUsMTQ3LjUyNXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNjUuNTQ2LDE5OS41OTNoLTcxLjE1OWwtMTkuOTU5LDk1LjQ1OGg3My43NjNjNTcuMjc1LDAsNzMuNzYzLTI4LjYzNyw3My43NjMtNTMuODAzICAgIEMzMjIuODIsMjIzLjAyNCwzMTEuNTM5LDE5OS41OTMsMjY1LjU0NiwxOTkuNTkzeiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI5MS41OCw2MC43NDZIMjIwLjQybC0xOS45NTksOTUuNDU4aDczLjc2M2M1Ny4yNzUsMCw3My43NjMtMjguNjM3LDczLjc2My01My44MDMgICAgQzM0Ny45ODYsODQuMTc2LDMzNy41NzMsNjAuNzQ2LDI5MS41OCw2MC43NDZ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
        }

.nav-link {
    transition: all 0.3s
}

.nav-tabs {
    justify-content: center;
    padding-bottom: .75rem;
    border: 0
}

    .nav-tabs .nav-link {
        position: relative;
        margin: 0 .3125rem .625rem;
        background-color: #ededed;
        color: #404040;
        font-size: .75rem;
        font-weight: bold;
        white-space: nowrap;
        text-decoration: none
    }

        .nav-tabs .nav-link > i {
            display: inline-block;
            margin-top: -.125rem;
            font-size: 1.1em;
            vertical-align: middle
        }

        .nav-tabs .nav-link > sup {
            transition: color .3s;
            color: #8c8c8c;
            font-size: .625rem
        }

        .nav-tabs .nav-link:hover {
            background-color: #fff;
            box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.1)
        }

        .nav-tabs .nav-link.active {
            background-color: #ac32e4;
            color: #fff;
            box-shadow: none;
            cursor: default
        }

            .nav-tabs .nav-link.active > sup {
                color: rgba(255, 255, 255, 0.7)
            }

    .nav-tabs .show .dropdown-toggle {
        background-color: #ededed !important;
        box-shadow: none
    }

    .nav-tabs.nav-tabs-bordered {
        flex-wrap: nowrap
    }

        .nav-tabs.nav-tabs-bordered .nav-link.active {
            z-index: 1
        }

            .nav-tabs.nav-tabs-bordered .nav-link.active::after,
            .nav-tabs.nav-tabs-bordered .nav-link.active::before {
                position: absolute;
                bottom: -1.375rem;
                left: 50%;
                width: 0;
                height: 0;
                border: solid transparent;
                content: '';
                pointer-events: none
            }

            .nav-tabs.nav-tabs-bordered .nav-link.active::after {
                margin-left: -9px;
                border-width: 9px;
                border-color: rgba(255, 255, 255, 0);
                border-bottom-color: #fff
            }

            .nav-tabs.nav-tabs-bordered .nav-link.active::before {
                margin-left: -10px;
                border-width: 10px;
                border-color: rgba(231, 231, 231, 0);
                border-bottom-color: #dadada
            }

@media (max-width: 767.98px) {
    .nav-tabs.nav-tabs-bordered {
        flex-wrap: wrap
    }

        .nav-tabs.nav-tabs-bordered .nav-link.active::after,
        .nav-tabs.nav-tabs-bordered .nav-link.active::before {
            display: none
        }
}

.nav-tabs.nav-tabs-style-2 .nav-link,
.nav-tabs.nav-tabs-style-3 .nav-link,
.nav-tabs.nav-tabs-style-4 .nav-link {
    padding-bottom: .375rem;
    border-bottom: 3px solid #e7e7e7;
    background-color: transparent
}

    .nav-tabs.nav-tabs-style-2 .nav-link:hover,
    .nav-tabs.nav-tabs-style-3 .nav-link:hover,
    .nav-tabs.nav-tabs-style-4 .nav-link:hover {
        border-color: #ac32e4;
        box-shadow: 0 0.75rem 0.875rem -0.5625rem rgba(172, 50, 228, 0.3)
    }

    .nav-tabs.nav-tabs-style-2 .nav-link.active,
    .nav-tabs.nav-tabs-style-3 .nav-link.active,
    .nav-tabs.nav-tabs-style-4 .nav-link.active {
        border-color: #ac32e4;
        background-color: #ac32e4
    }

.nav-tabs.nav-tabs-style-2.nav-tabs-bordered .nav-link.active::after,
.nav-tabs.nav-tabs-style-2.nav-tabs-bordered .nav-link.active::before,
.nav-tabs.nav-tabs-style-3.nav-tabs-bordered .nav-link.active::after,
.nav-tabs.nav-tabs-style-3.nav-tabs-bordered .nav-link.active::before,
.nav-tabs.nav-tabs-style-4.nav-tabs-bordered .nav-link.active::after,
.nav-tabs.nav-tabs-style-4.nav-tabs-bordered .nav-link.active::before {
    bottom: -1.5625rem
}

.nav-tabs.nav-tabs-style-2 .show .dropdown-toggle,
.nav-tabs.nav-tabs-style-3 .show .dropdown-toggle,
.nav-tabs.nav-tabs-style-4 .show .dropdown-toggle {
    border-color: #e7e7e7;
    background: none !important;
    box-shadow: none
}

.nav-tabs.nav-tabs-style-3 .nav-link {
    color: #8c8c8c
}

    .nav-tabs.nav-tabs-style-3 .nav-link.active {
        border-color: #ac32e4;
        background-color: transparent;
        color: #404040;
        box-shadow: none
    }

        .nav-tabs.nav-tabs-style-3 .nav-link.active > sup {
            color: #8c8c8c
        }

.nav-tabs.nav-tabs-style-4 {
    margin-bottom: 1.375rem;
    padding-bottom: 0;
    box-shadow: 0 0.625rem 1.375rem -0.3125rem rgba(64, 64, 64, 0.12)
}

    .nav-tabs.nav-tabs-style-4 .nav-link {
        margin-bottom: 0;
        border-bottom-color: transparent
    }

        .nav-tabs.nav-tabs-style-4 .nav-link:hover {
            border-color: transparent;
            color: #ac32e4;
            box-shadow: none
        }

            .nav-tabs.nav-tabs-style-4 .nav-link:hover > sup {
                color: rgba(172, 50, 228, 0.7)
            }

        .nav-tabs.nav-tabs-style-4 .nav-link.active {
            border-color: #ac32e4;
            background-color: transparent;
            color: #ac32e4;
            box-shadow: 0 0.75rem 0.875rem -0.5625rem rgba(172, 50, 228, 0.3)
        }

            .nav-tabs.nav-tabs-style-4 .nav-link.active > sup {
                color: rgba(172, 50, 228, 0.7)
            }

    .nav-tabs.nav-tabs-style-4 .show .dropdown-toggle {
        border-color: transparent;
        color: #ac32e4;
        box-shadow: none
    }

.nav-tabs.nav-tabs-style-5 .nav-link {
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    background-color: transparent
}

    .nav-tabs.nav-tabs-style-5 .nav-link:hover {
        border-color: transparent
    }

    .nav-tabs.nav-tabs-style-5 .nav-link.active {
        border-color: #ac32e4;
        background-color: #ac32e4
    }

.nav-tabs.nav-tabs-style-5 .show .dropdown-toggle {
    border-color: #e7e7e7;
    background-color: transparent !important
}

.nav-tabs.nav-tabs-style-5.nav-tabs-bordered .nav-link.active::before,
.nav-tabs.nav-tabs-style-5.nav-tabs-bordered .nav-link.active::after {
    bottom: -1.5rem
}

.nav-tabs-bordered + .tab-content {
    margin-top: -1px;
    padding: .875rem 1.25rem;
    border: 1px solid #e7e7e7;
    background-color: #fff
}

    .nav-tabs-bordered + .tab-content p:last-child,
    .nav-tabs-bordered + .tab-content ul:last-child,
    .nav-tabs-bordered + .tab-content ol:last-child {
        margin-bottom: 0
    }

.nav-pills .nav-item {
    margin-right: .3125rem;
    margin-bottom: .5rem
}

.nav-pills .nav-link {
    border: 1px solid transparent;
    color: #404040;
    font-size: .75rem;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    white-space: nowrap
}

    .nav-pills .nav-link > i {
        display: inline-block;
        margin-top: -.125rem;
        font-size: 1.1em;
        vertical-align: middle
    }

    .nav-pills .nav-link:hover {
        border-color: #e7e7e7;
        background-color: #f5f5f5
    }

    .nav-pills .nav-link.active {
        background-color: #ac32e4
    }

    .nav-pills .nav-link.disabled {
        border-color: transparent !important;
        background: none !important;
        color: #8c8c8c !important;
        cursor: default;
        pointer-events: none
    }

    .nav-pills .nav-item.show .nav-link,
    .nav-pills .nav-link.active {
        border-color: #ac32e4 !important;
        background-color: #ac32e4 !important;
        color: #fff;
        cursor: default
    }

.nav-pills.nav-pills-style-2 .nav-link {
    border-radius: 19px
}

.nav-justified .nav-item,
.nav-justified .nav-link {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.transition.fade {
    transition: all .4s ease-in-out;
    opacity: 0;
    backface-visibility: hidden
}

    .transition.fade.show {
        opacity: 1
    }

.transition.scale.fade {
    transform: scale(0.9)
}

.transition.scaledown.fade {
    transform: scale(1.1)
}

    .transition.scale.fade.show,
    .transition.scaledown.fade.show {
        transform: scale(1)
    }

.transition.left.fade {
    transform: translateX(40px)
}

.transition.right.fade {
    transform: translateX(-40px)
}

    .transition.left.fade.show,
    .transition.right.fade.show {
        transform: translateX(0)
    }

.transition.top.fade {
    transform: translateY(-40px)
}

.transition.bottom.fade {
    transform: translateY(40px)
}

    .transition.top.fade.show,
    .transition.bottom.fade.show {
        transform: translateY(0)
    }

.transition.flip.fade {
    transform: rotateY(-90deg) scale(1.1);
    transform-origin: 50% 50%
}

    .transition.flip.fade.show {
        transform: rotateY(0deg) scale(1);
        transform-origin: 50% 50%
    }

.card {
    border: 0;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
    text-decoration: none
}

    .card::after {
        display: block;
        position: absolute;
        bottom: -.625rem;
        left: 1.25rem;
        width: calc(100% - 2.5rem);
        height: 2.1875rem;
        background-color: #fff;
        box-shadow: 0 1.1875rem 1.75rem 0.3125rem rgba(64, 64, 64, 0.09);
        content: '';
        z-index: -1
    }

    .card > img {
        display: block;
        width: 100%
    }

.card-header,
.card-footer {
    padding-top: .75rem;
    padding-bottom: .75rem
}

    .card-header h1,
    .card-header h2,
    .card-header h3,
    .card-header h4,
    .card-header h5,
    .card-header h6,
    .card-header dt,
    .card-header p,
    .card-header .h1,
    .card-header .h2,
    .card-header .h3,
    .card-header .h4,
    .card-header .h5,
    .card-header .h6,
    .card-footer h1,
    .card-footer h2,
    .card-footer h3,
    .card-footer h4,
    .card-footer h5,
    .card-footer h6,
    .card-footer dt,
    .card-footer p,
    .card-footer .h1,
    .card-footer .h2,
    .card-footer .h3,
    .card-footer .h4,
    .card-footer .h5,
    .card-footer .h6 {
        margin: 0
    }

    .card-header .nav-tabs {
        padding-bottom: 0
    }

.card-title {
    margin: 0;
    font-family: 'IRANSans';
    font-size: 1.125rem;
    font-weight: 900
}

    .card-title > a {
        transition: color .3s;
        color: #343b43;
        text-decoration: none
    }

        .card-title > a:hover {
            color: #ac32e4
        }

.card-text {
    padding-top: .75rem;
    color: #8c8c8c
}

.card .widget-contacts {
    margin-bottom: .375rem
}

    .card .widget-contacts ul > li {
        padding-top: .375rem !important;
        padding-bottom: .375rem !important;
        border-top: 0
    }

        .card .widget-contacts ul > li > i {
            top: .5rem !important
        }

.card * {
    min-height: .01px
}

.accordion .card {
    border-top: 1px solid #e7e7e7
}

    .accordion .card:first-child {
        border: 0
    }

    .accordion .card::after {
        display: none
    }

.accordion .card-header,
.accordion .card-footer {
    padding: 0;
    border: 0
}

.accordion .card::before,
.accordion [data-toggle='collapse']::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #ac32e4;
    content: '';
    z-index: 5
}

.accordion [data-toggle='collapse'] {
    display: block;
    position: relative;
    width: 100%;
    padding: 25px 30px;
    padding-left: 65px;
    transition: color .3s, box-shadow .2s;
    color: #ac32e4;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: inset 0 1.25rem 1.875rem -0.75rem rgba(64, 64, 64, 0.12)
}

    .accordion [data-toggle='collapse'] > i {
        display: inline-block;
        margin-top: -2px;
        margin-left: 7px;
        font-size: 1.1em;
        vertical-align: middle
    }

    .accordion [data-toggle='collapse']::before {
        height: 0;
        transition: height .25s;
        background-color: #fff
    }

    .accordion [data-toggle='collapse'].collapsed::before {
        height: 100%
    }

    .accordion [data-toggle='collapse']::after {
        display: block;
        position: absolute;
        top: 50%;
        left: 28px;
        width: 28px;
        height: 28px;
        margin-top: -14px;
        transition: all .25s;
        border-radius: 50%;
        background-color: #ac32e4;
        color: #fff;
        font-family: feather;
        font-size: 1rem;
        font-weight: normal;
        line-height: 26px;
        text-align: center;
        box-shadow: 1px 8px 15px 0 rgba(172, 50, 228, 0.35);
        content: '\e931'
    }

    .accordion [data-toggle='collapse'].collapsed {
        color: #343b43;
        box-shadow: none
    }

        .accordion [data-toggle='collapse'].collapsed::after {
            transform: rotate(180deg);
            background-color: #fff;
            color: #343b43;
            box-shadow: 1px -8px 15px 0 rgba(64, 64, 64, 0.15)
        }

.accordion .card:first-child [data-toggle='collapse'] {
    box-shadow: none
}

.accordion .card-body {
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px
}

.accordion-style-2 .card {
    border-top: 0;
    border-bottom: 1px solid #e7e7e7 !important;
    box-shadow: none
}

    .accordion-style-2 .card:first-child {
        border-top: 1px solid #e7e7e7 !important
    }

.accordion-style-2 [data-toggle='collapse'] {
    background-color: #fff;
    box-shadow: none
}

    .accordion-style-2 [data-toggle='collapse']::after {
        padding-left: 1px;
        background-color: rgba(172, 50, 228, 0.2);
        color: #ac32e4;
        font-size: 1rem;
        line-height: 28px;
        box-shadow: none;
        content: '\e998'
    }

    .accordion-style-2 [data-toggle='collapse'].collapsed::after {
        padding-left: 0;
        transform: none;
        background-color: rgba(64, 64, 64, 0.1);
        box-shadow: none;
        content: '\e9b3'
    }

    .accordion-style-2 .card::before,
    .accordion-style-2 [data-toggle='collapse']::before {
        display: none
    }

.accordion-style-3 .card {
    margin-bottom: 7px;
    border: 0 !important
}

.accordion-style-3 .card-body {
    position: relative;
    padding-top: 30px;
    padding-bottom: 33px
}

    .accordion-style-3 .card-body::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        content: ''
    }

.accordion-style-3 .card::before,
.accordion-style-3 [data-toggle='collapse']::before {
    display: none
}

.accordion-style-3 [data-toggle='collapse'] {
    padding-right: 50px;
    transition: none;
    color: #fff;
    box-shadow: none
}

    .accordion-style-3 [data-toggle='collapse']::after {
        background: none !important;
        box-shadow: none !important
    }

    .accordion-style-3 [data-toggle='collapse'].collapsed {
        background: none !important
    }

    .accordion-style-3 [data-toggle='collapse'] > i {
        width: 30px;
        height: 30px;
        margin-right: 9px;
        border-radius: 50%;
        background-color: #fff;
        color: #343b43;
        line-height: 28px;
        text-align: center;
        box-shadow: 1px 8px 15px 0 rgba(64, 64, 64, 0.15)
    }

@-moz-document url-prefix() {
    .accordion-style-3 [data-toggle='collapse'] > i {
        line-height: 30px
    }
}

@media (max-width: 575.98px) {
    .accordion [data-toggle='collapse'] {
        padding: 20px 18px;
        padding-left: 50px;
        font-size: .875rem
    }

        .accordion [data-toggle='collapse']::after {
            left: 16px
        }

    .accordion .card-body {
        padding-right: 20px;
        padding-left: 20px
    }

    .accordion-style-3 [data-toggle='collapse'] {
        padding-right: 40px
    }
}

.pagination,
.entry-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .pagination .pages {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none
    }

        .pagination .pages > li {
            display: inline-block;
            width: 36px;
            margin-bottom: 0;
            color: #404040;
            font-size: .875rem;
            font-weight: bold;
            text-align: center
        }

            .pagination .pages > li > a {
                display: block;
                width: 36px;
                height: 36px;
                transition: all .3s;
                color: #404040;
                line-height: 36px;
                text-decoration: none
            }

            .pagination .pages > li.active > a {
                color: #ac32e4;
                cursor: default;
                pointer-events: none
            }

                .pagination .pages > li.active > a:hover {
                    box-shadow: none
                }

    .pagination .prev-btn,
    .pagination .next-btn {
        display: inline-block;
        height: 36px;
        padding: 0 1rem;
        transition: all .3s;
        color: #404040;
        font-size: .75rem;
        font-weight: bold;
        line-height: 36px;
        text-decoration: none
    }

        .pagination .prev-btn > i,
        .pagination .next-btn > i {
            display: inline-block;
            margin-top: -.0625rem;
            font-size: 1.3em;
            vertical-align: middle
        }

    .pagination .prev-btn {
        padding-left: 10px
    }

        .pagination .prev-btn > i {
            margin-right: 2px
        }

    .pagination .next-btn {
        padding-right: .625rem
    }

        .pagination .next-btn > i {
            margin-left: .125rem
        }

        .pagination .pages > li > a:hover,
        .pagination .prev-btn:hover,
        .pagination .next-btn:hover {
            background-color: #fff;
            box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
        }

        .pagination .pages > li > a:active,
        .pagination .prev-btn:active,
        .pagination .next-btn:active {
            transition: all .1s;
            background-color: #f5f5f5;
            box-shadow: none
        }

@-moz-document url-prefix() {

    .pagination .prev-btn > i,
    .pagination .next-btn > i {
        margin-top: -.125rem
    }
}

@supports (-ms-ime-align: auto) {

    .pagination .prev-btn > i,
    .pagination .next-btn > i {
        margin-top: -.125rem
    }
}

.entry-navigation {
    align-items: flex-start
}

    .entry-navigation .prev-btn,
    .entry-navigation .back-btn,
    .entry-navigation .next-btn {
        display: block;
        min-height: 44px;
        color: #404040
    }

        .entry-navigation .prev-btn .label,
        .entry-navigation .back-btn,
        .entry-navigation .next-btn .label {
            height: 44px;
            background-color: #fff;
            line-height: 44px;
            text-decoration: none;
            box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
        }

    .entry-navigation .prev-btn,
    .entry-navigation .next-btn {
        position: relative;
        width: 50%
    }

        .entry-navigation .prev-btn .label,
        .entry-navigation .next-btn .label {
            display: inline-block;
            position: absolute;
            top: 0;
            padding: 0 1rem;
            transition: opacity .2s;
            color: #404040;
            font-size: .75rem;
            font-weight: bold;
            z-index: 5
        }

            .entry-navigation .prev-btn .label > i,
            .entry-navigation .next-btn .label > i {
                display: inline-block;
                margin-top: -.0625rem;
                font-size: 1.3em;
                opacity: .4;
                vertical-align: middle
            }

        .entry-navigation .prev-btn .post-preview,
        .entry-navigation .next-btn .post-preview {
            display: table;
            width: 100%;
            transition: opacity .2s;
            opacity: 0
        }

            .entry-navigation .prev-btn .post-preview > .post-preview-thumb,
            .entry-navigation .prev-btn .post-preview > .post-preview-details,
            .entry-navigation .next-btn .post-preview > .post-preview-thumb,
            .entry-navigation .next-btn .post-preview > .post-preview-details {
                display: table-cell;
                vertical-align: middle
            }

                .entry-navigation .prev-btn .post-preview > .post-preview-thumb > img,
                .entry-navigation .next-btn .post-preview > .post-preview-thumb > img {
                    display: block;
                    width: 100%
                }

@media (max-width: 480px) {

    .entry-navigation .prev-btn .post-preview > .post-preview-thumb,
    .entry-navigation .next-btn .post-preview > .post-preview-thumb {
        display: none
    }
}

.entry-navigation .prev-btn .post-preview > .post-preview-details,
.entry-navigation .next-btn .post-preview > .post-preview-details {
    text-decoration: none
}

    .entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-title,
    .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-title {
        display: block;
        margin-bottom: .125rem;
        font-size: .75rem;
        font-weight: bold
    }

    .entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-meta,
    .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-meta {
        display: block;
        color: #8c8c8c;
        font-size: .6875rem;
        font-weight: 600
    }

        .entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-meta > i,
        .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-meta > i {
            display: inline-block;
            margin-top: -.0625rem;
            margin-left: .3125rem;
            font-size: 1.1em;
            vertical-align: middle
        }

.entry-navigation .prev-btn .label:hover,
.entry-navigation .next-btn .label:hover {
    opacity: 0
}

    .entry-navigation .prev-btn .label:hover + .post-preview,
    .entry-navigation .next-btn .label:hover + .post-preview {
        opacity: 1
    }

.entry-navigation .prev-btn {
    padding-left: .625rem
}

    .entry-navigation .prev-btn .label {
        right: 0;
        padding-right: .8125rem
    }

        .entry-navigation .prev-btn .label > i {
            margin-left: .3125rem
        }

    .entry-navigation .prev-btn .post-preview > .post-preview-thumb {
        width: 56px;
        padding-left: .75rem
    }

.entry-navigation .next-btn {
    padding-left: .625rem
}

    .entry-navigation .next-btn .label {
        left: 0;
        padding-left: .8125rem
    }

        .entry-navigation .next-btn .label > i {
            margin-left: .3125rem
        }

    .entry-navigation .next-btn .post-preview {
        text-align: left
    }

        .entry-navigation .next-btn .post-preview > .post-preview-thumb {
            width: 57px;
            padding-right: .8125rem
        }

.entry-navigation .back-btn {
    width: 44px;
    min-width: 44px;
    transition: all .3s;
    font-size: 1.3125rem;
    text-align: center
}

    .entry-navigation .back-btn:hover {
        background-color: #f5f5f5;
        box-shadow: none
    }

.tooltip-inner {
    font-weight: 600;
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #f7f7f7
}

.popover-header {
    font-size: .875rem;
    font-weight: 700
}

.dropdown-menu {
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
    white-space: normal
}

.dropdown-toggle::after,
.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before {
    margin-top: -.0625rem;
    vertical-align: middle
}

.dropright .dropdown-toggle::after {
    margin-top: -.125rem;
    margin-left: .25rem;
    border-left: .4em solid
}

.dropleft .dropdown-toggle::before {
    margin-top: -.125rem;
    margin-right: .25rem
}

.dropdown-header,
.dropdown-item,
.dropdown-item-text {
    padding: .75rem 1.25rem
}

    .dropdown-header > i,
    .dropdown-item > i,
    .dropdown-item-text > i {
        display: inline-block;
        vertical-align: middle
    }

.lang-dropdown {
    min-width: 150px
}

.dropdown-item,
li.dropdown-item > a,
.dropdown-item-text {
    margin: 0;
    transition: color .3s;
    border-top: 1px solid #e7e7e7;
    color: #343b43;
    font-size: .8125rem;
    font-weight: 600;
    text-decoration: none
}

    .dropdown-item:focus,
    li.dropdown-item > a:focus,
    .dropdown-item-text:focus {
        background-color: transparent
    }

    .dropdown-item:first-child,
    li.dropdown-item > a:first-child,
    .dropdown-item-text:first-child {
        border-top: 0
    }

    .dropdown-item > img,
    li.dropdown-item > a > img,
    .dropdown-item-text > img {
        display: inline-block;
        width: 20px;
        margin-top: -.0625rem;
        margin-left: .375rem;
        vertical-align: middle
    }

    .dropdown-item:hover,
    li.dropdown-item > a:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #ac32e4
    }

    .dropdown-item.active,
    li.dropdown-item > a.active {
        background-color: rgba(0, 0, 0, 0);
        color: #ac32e4
    }

li.dropdown-item {
    padding: 0
}

    li.dropdown-item > a {
        display: block;
        padding: .75rem 1.25rem
    }

    li.dropdown-item:hover > a,
    li.dropdown-item:hover > a::after,
    li.dropdown-item.active > a,
    li.dropdown-item.active > a::after {
        color: #ac32e4 !important
    }

.dropdown-item.has-children {
    position: relative
}

    .dropdown-item.has-children > a {
        position: relative;
        padding-left: 32px
    }

        .dropdown-item.has-children > a::after {
            display: block;
            position: absolute;
            top: 50%;
            left: .75rem;
            margin-top: -.75rem;
            transition: color .3s;
            color: #343b43;
            font-family: Feather;
            font-size: 1rem;
            font-weight: normal;
            content: '\e92f'
        }

    .dropdown-item.has-children > .dropdown-menu {
        top: -1px;
        right: 100%
    }

    .dropdown-item.has-children:hover > .dropdown-menu {
        display: block;
        animation: dropdown-slide-right .3s
    }

.left-aligned .dropdown-item.has-children > .dropdown-menu {
    left: 100%;
    right: auto
}

.left-aligned .dropdown-item.has-children:hover > .dropdown-menu {
    animation: dropdown-slide-left .3s
}

.dropdown-item-text:hover,
.dropdown-item-text.active {
    color: #343b43
}

.dropdown-header {
    font-family: 'IRANSans';
    font-size: .8125rem;
    font-weight: 700;
}

    .dropdown-header > i {
        margin-top: -2px
    }

.dropdown-divider {
    display: none
}

.mega-dropdown {
    padding: 0
}

    .mega-dropdown .column {
        width: 220px;
        padding: 30px 15px
    }

        .mega-dropdown .column:first-child {
            margin-right: 15px
        }

        .mega-dropdown .column:last-child {
            margin-left: 15px
        }

    .mega-dropdown .widget {
        margin: 0
    }

        .mega-dropdown .widget .widget-title {
            color: #404040;
            font-family: 'IRANSans';
            font-size: .8125rem;
            font-weight: 600
        }

            .mega-dropdown .widget .widget-title::after {
                bottom: -2px;
                height: 2px
            }

        .mega-dropdown .widget.widget-custom-menu ul > li > a {
            font-size: .8125rem
        }

.show .dropdown-menu {
    animation: dropdown-show .25s;
    right: -10px !important;
    left: auto !important;
}

@keyframes dropdown-show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes dropdown-slide-down {
    from {
        transform: translateY(-7px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes dropdown-slide-right {
    from {
        transform: translateX(-7px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes dropdown-slide-left {
    from {
        transform: translateX(7px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.list-group-item {
    transition: all .3s;
    color: #404040;
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none
}

    .list-group-item i {
        display: inline-block;
        margin-top: -.0625rem;
        margin-left: .5rem;
        font-size: 1.2em;
        vertical-align: middle
    }

    .list-group-item p,
    .list-group-item ul,
    .list-group-item ol,
    .list-group-item li,
    .list-group-item span:not(.badge),
    .list-group-item small {
        font-weight: normal !important;
        letter-spacing: 0;
        text-transform: none
    }

    .list-group-item h1,
    .list-group-item .h1,
    .list-group-item h2,
    .list-group-item .h2,
    .list-group-item h3,
    .list-group-item .h3,
    .list-group-item h4,
    .list-group-item .h4,
    .list-group-item h5,
    .list-group-item .h5,
    .list-group-item h6,
    .list-group-item dt,
    .list-group-item .h6 {
        letter-spacing: 0;
        text-transform: none
    }

    .list-group-item::before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        background-color: transparent;
        content: ''
    }

    .list-group-item.active:not(.disabled) {
        cursor: default;
        pointer-events: none
    }

        .list-group-item.active:not(.disabled) > i,
        .list-group-item.active:not(.disabled) i {
            color: #ac32e4 !important
        }

        .list-group-item.active:not(.disabled)::before {
            background-color: #ac32e4
        }

    .list-group-item.disabled {
        cursor: default;
        pointer-events: none
    }

    .list-group-item .badge {
        margin: 0
    }

a.list-group-item,
.list-group-item-action {
    color: #404040;
    font-weight: 600
}

    a.list-group-item:hover,
    .list-group-item-action:hover {
        background-color: #f5f5f5
    }

        a.list-group-item:hover:not(.disabled),
        a.list-group-item:active:not(.disabled),
        .list-group-item-action:hover:not(.disabled),
        .list-group-item-action:active:not(.disabled) {
            border-color: #e7e7e7
        }

.list-group-item-primary {
    border-color: #e6c2f7 !important;
    background-color: rgba(172, 50, 228, 0.1);
    color: #ac32e4 !important
}

    .list-group-item-primary > *,
    .list-group-item-primary h1,
    .list-group-item-primary h2,
    .list-group-item-primary h3,
    .list-group-item-primary h4,
    .list-group-item-primary h5,
    .list-group-item-primary h6,
    .list-group-item-primary dt,
    .list-group-item-primary p,
    .list-group-item-primary ul,
    .list-group-item-primary ol,
    .list-group-item-primary a {
        color: #ac32e4 !important
    }

.list-group-item-secondary {
    border-color: #e7e7e7 !important;
    background-color: #f5f5f5;
    color: #404040 !important
}

    .list-group-item-secondary > *,
    .list-group-item-secondary h1,
    .list-group-item-secondary h2,
    .list-group-item-secondary h3,
    .list-group-item-secondary h4,
    .list-group-item-secondary h5,
    .list-group-item-secondary h6,
    .list-group-item-secondary dt,
    .list-group-item-secondary p,
    .list-group-item-secondary ul,
    .list-group-item-secondary ol,
    .list-group-item-secondary a {
        color: #404040 !important
    }

.list-group-item-accent {
    border-color: #f9c6e9 !important;
    background-color: rgba(232, 51, 176, 0.1);
    color: #e833b0 !important
}

    .list-group-item-accent > *,
    .list-group-item-accent h1,
    .list-group-item-accent h2,
    .list-group-item-accent h3,
    .list-group-item-accent h4,
    .list-group-item-accent h5,
    .list-group-item-accent h6,
    .list-group-item-accent dt,
    .list-group-item-accent p,
    .list-group-item-accent ul,
    .list-group-item-accent ol,
    .list-group-item-accent a {
        color: #e833b0 !important
    }

.list-group-item-info {
    border-color: #bbd5ff !important;
    background-color: rgba(86, 149, 254, 0.1);
    color: #5695fe !important
}

    .list-group-item-info > *,
    .list-group-item-info h1,
    .list-group-item-info h2,
    .list-group-item-info h3,
    .list-group-item-info h4,
    .list-group-item-info h5,
    .list-group-item-info h6,
    .list-group-item-info dt,
    .list-group-item-info p,
    .list-group-item-info ul,
    .list-group-item-info ol,
    .list-group-item-info a {
        color: #5695fe !important
    }

.list-group-item-success {
    border-color: #adeacc !important;
    background-color: rgba(51, 203, 129, 0.1);
    color: #30bf79 !important
}

    .list-group-item-success > *,
    .list-group-item-success h1,
    .list-group-item-success h2,
    .list-group-item-success h3,
    .list-group-item-success h4,
    .list-group-item-success h5,
    .list-group-item-success h6,
    .list-group-item-success dt,
    .list-group-item-success p,
    .list-group-item-success ul,
    .list-group-item-success ol,
    .list-group-item-success a {
        color: #30bf79 !important
    }

.list-group-item-warning {
    border-color: #fee4d1 !important;
    background-color: rgba(252, 140, 58, 0.1);
    color: #fc832b !important
}

    .list-group-item-warning > *,
    .list-group-item-warning h1,
    .list-group-item-warning h2,
    .list-group-item-warning h3,
    .list-group-item-warning h4,
    .list-group-item-warning h5,
    .list-group-item-warning h6,
    .list-group-item-warning dt,
    .list-group-item-warning p,
    .list-group-item-warning ul,
    .list-group-item-warning ol,
    .list-group-item-warning a {
        color: #fc832b !important
    }

.list-group-item-danger {
    border-color: #ffc2c2 !important;
    background-color: rgba(255, 82, 82, 0.1);
    color: #ff4343 !important
}

    .list-group-item-danger > *,
    .list-group-item-danger h1,
    .list-group-item-danger h2,
    .list-group-item-danger h3,
    .list-group-item-danger h4,
    .list-group-item-danger h5,
    .list-group-item-danger h6,
    .list-group-item-danger dt,
    .list-group-item-danger p,
    .list-group-item-danger ul,
    .list-group-item-danger ol,
    .list-group-item-danger a {
        color: #ff4343 !important
    }

.list-group-item-dark {
    border-color: #343b43 !important;
    background-color: #343b43;
    color: #fff !important
}

    .list-group-item-dark > *,
    .list-group-item-dark h1,
    .list-group-item-dark h2,
    .list-group-item-dark h3,
    .list-group-item-dark h4,
    .list-group-item-dark h5,
    .list-group-item-dark h6,
    .list-group-item-dark dt,
    .list-group-item-dark p,
    .list-group-item-dark ul,
    .list-group-item-dark ol,
    .list-group-item-dark a {
        color: #fff !important
    }

a:hover.list-group-item-primary,
a.active.list-group-item-primary,
.list-group-item-action:hover.list-group-item-primary,
.list-group-item-action.active.list-group-item-primary {
    background-color: rgba(172, 50, 228, 0.18)
}

a:hover.list-group-item-accent,
a.active.list-group-item-accent,
.list-group-item-action:hover.list-group-item-accent,
.list-group-item-action.active.list-group-item-accent {
    background-color: rgba(232, 51, 176, 0.18)
}

a:hover.list-group-item-info,
a.active.list-group-item-info,
.list-group-item-action:hover.list-group-item-info,
.list-group-item-action.active.list-group-item-info {
    background-color: rgba(86, 149, 254, 0.18)
}

a:hover.list-group-item-success,
a.active.list-group-item-success,
.list-group-item-action:hover.list-group-item-success,
.list-group-item-action.active.list-group-item-success {
    background-color: rgba(51, 203, 129, 0.18)
}

a:hover.list-group-item-warning,
a.active.list-group-item-warning,
.list-group-item-action:hover.list-group-item-warning,
.list-group-item-action.active.list-group-item-warning {
    background-color: rgba(252, 140, 58, 0.18)
}

a:hover.list-group-item-danger,
a.active.list-group-item-danger,
.list-group-item-action:hover.list-group-item-danger,
.list-group-item-action.active.list-group-item-danger {
    background-color: rgba(255, 82, 82, 0.18)
}

a:hover.list-group-item-dark,
a.active.list-group-item-dark,
.list-group-item-action:hover.list-group-item-dark,
.list-group-item-action.active.list-group-item-dark {
    background-color: #2d333a
}

.alert {
    display: block;
    border-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box
}

    .alert i {
        display: inline-block;
        margin-top: -.0625rem;
        font-size: 1.1em;
        vertical-align: middle
    }

    .alert a:not(.btn) {
        font-weight: 600
    }

    .alert > *:last-child:not(.btn),
    .alert h1:last-child:not(.btn),
    .alert h2:last-child:not(.btn),
    .alert h3:last-child:not(.btn),
    .alert h4:last-child:not(.btn),
    .alert h5:last-child:not(.btn),
    .alert h6:last-child:not(.btn),
    .alert dt:last-child:not(.btn),
    .alert p:last-child:not(.btn),
    .alert ul:last-child:not(.btn),
    .alert ol:last-child:not(.btn),
    .alert a:last-child:not(.btn) {
        margin: 0
    }

    .alert::before {
        display: block;
        position: absolute;
        top: -.375rem;
        right: -.375rem;
        bottom: -.375rem;
        left: -.375rem;
        border: 1px solid transparent;
        content: '';
        z-index: -1
    }

    .alert.alert-dismissible {
        padding-right: 1.5rem
    }

    .alert .close {
        top: .5rem;
        left: .25rem;
        padding: 0 .3rem;
        font-family: feather;
        font-size: 1rem
    }

        .alert .close::before {
            content: '\ea04'
        }

a.alert {
    text-decoration: none !important
}

.alert-primary {
    background-color: rgba(172, 50, 228, 0.1);
    color: #ac32e4
}

    .alert-primary::before {
        border-color: rgba(172, 50, 228, 0.25)
    }

    .alert-primary > *:not(.text-white),
    .alert-primary > *:not(.text-light),
    .alert-primary h1:not(.text-white),
    .alert-primary h1:not(.text-light),
    .alert-primary h2:not(.text-white),
    .alert-primary h2:not(.text-light),
    .alert-primary h3:not(.text-white),
    .alert-primary h3:not(.text-light),
    .alert-primary h4:not(.text-white),
    .alert-primary h4:not(.text-light),
    .alert-primary h5:not(.text-white),
    .alert-primary h5:not(.text-light),
    .alert-primary h6:not(.text-white),
    .alert-primary dt:not(.text-white),
    .alert-primary h6:not(.text-light),
    .alert-primary dt:not(.text-light),
    .alert-primary p:not(.text-white),
    .alert-primary p:not(.text-light),
    .alert-primary ul:not(.text-white),
    .alert-primary ul:not(.text-light),
    .alert-primary ol:not(.text-white),
    .alert-primary ol:not(.text-light),
    .alert-primary a:not(.text-white),
    .alert-primary a:not(.text-light) {
        color: #ac32e4
    }

    .alert-primary .close {
        color: #ac32e4 !important
    }

.alert-secondary {
    background-color: rgba(245, 245, 245, 0.1);
    color: #f5f5f5
}

    .alert-secondary::before {
        border-color: rgba(245, 245, 245, 0.25)
    }

    .alert-secondary > *:not(.text-white),
    .alert-secondary > *:not(.text-light),
    .alert-secondary h1:not(.text-white),
    .alert-secondary h1:not(.text-light),
    .alert-secondary h2:not(.text-white),
    .alert-secondary h2:not(.text-light),
    .alert-secondary h3:not(.text-white),
    .alert-secondary h3:not(.text-light),
    .alert-secondary h4:not(.text-white),
    .alert-secondary h4:not(.text-light),
    .alert-secondary h5:not(.text-white),
    .alert-secondary h5:not(.text-light),
    .alert-secondary h6:not(.text-white),
    .alert-secondary dt:not(.text-white),
    .alert-secondary h6:not(.text-light),
    .alert-secondary dt:not(.text-light),
    .alert-secondary p:not(.text-white),
    .alert-secondary p:not(.text-light),
    .alert-secondary ul:not(.text-white),
    .alert-secondary ul:not(.text-light),
    .alert-secondary ol:not(.text-white),
    .alert-secondary ol:not(.text-light),
    .alert-secondary a:not(.text-white),
    .alert-secondary a:not(.text-light) {
        color: #f5f5f5
    }

    .alert-secondary .close {
        color: #f5f5f5 !important
    }

.alert-success {
    background-color: rgba(51, 203, 129, 0.1);
    color: #33cb81
}

    .alert-success::before {
        border-color: rgba(51, 203, 129, 0.25)
    }

    .alert-success > *:not(.text-white),
    .alert-success > *:not(.text-light),
    .alert-success h1:not(.text-white),
    .alert-success h1:not(.text-light),
    .alert-success h2:not(.text-white),
    .alert-success h2:not(.text-light),
    .alert-success h3:not(.text-white),
    .alert-success h3:not(.text-light),
    .alert-success h4:not(.text-white),
    .alert-success h4:not(.text-light),
    .alert-success h5:not(.text-white),
    .alert-success h5:not(.text-light),
    .alert-success h6:not(.text-white),
    .alert-success dt:not(.text-white),
    .alert-success h6:not(.text-light),
    .alert-success dt:not(.text-light),
    .alert-success p:not(.text-white),
    .alert-success p:not(.text-light),
    .alert-success ul:not(.text-white),
    .alert-success ul:not(.text-light),
    .alert-success ol:not(.text-white),
    .alert-success ol:not(.text-light),
    .alert-success a:not(.text-white),
    .alert-success a:not(.text-light) {
        color: #33cb81
    }

    .alert-success .close {
        color: #33cb81 !important
    }

.alert-info {
    background-color: rgba(86, 149, 254, 0.1);
    color: #5695fe
}

    .alert-info::before {
        border-color: rgba(86, 149, 254, 0.25)
    }

    .alert-info > *:not(.text-white),
    .alert-info > *:not(.text-light),
    .alert-info h1:not(.text-white),
    .alert-info h1:not(.text-light),
    .alert-info h2:not(.text-white),
    .alert-info h2:not(.text-light),
    .alert-info h3:not(.text-white),
    .alert-info h3:not(.text-light),
    .alert-info h4:not(.text-white),
    .alert-info h4:not(.text-light),
    .alert-info h5:not(.text-white),
    .alert-info h5:not(.text-light),
    .alert-info h6:not(.text-white),
    .alert-info dt:not(.text-white),
    .alert-info h6:not(.text-light),
    .alert-info dt:not(.text-light),
    .alert-info p:not(.text-white),
    .alert-info p:not(.text-light),
    .alert-info ul:not(.text-white),
    .alert-info ul:not(.text-light),
    .alert-info ol:not(.text-white),
    .alert-info ol:not(.text-light),
    .alert-info a:not(.text-white),
    .alert-info a:not(.text-light) {
        color: #5695fe
    }

    .alert-info .close {
        color: #5695fe !important
    }

.alert-warning {
    background-color: rgba(252, 140, 58, 0.1);
    color: #fc8c3a
}

    .alert-warning::before {
        border-color: rgba(252, 140, 58, 0.25)
    }

    .alert-warning > *:not(.text-white),
    .alert-warning > *:not(.text-light),
    .alert-warning h1:not(.text-white),
    .alert-warning h1:not(.text-light),
    .alert-warning h2:not(.text-white),
    .alert-warning h2:not(.text-light),
    .alert-warning h3:not(.text-white),
    .alert-warning h3:not(.text-light),
    .alert-warning h4:not(.text-white),
    .alert-warning h4:not(.text-light),
    .alert-warning h5:not(.text-white),
    .alert-warning h5:not(.text-light),
    .alert-warning h6:not(.text-white),
    .alert-warning dt:not(.text-white),
    .alert-warning h6:not(.text-light),
    .alert-warning dt:not(.text-light),
    .alert-warning p:not(.text-white),
    .alert-warning p:not(.text-light),
    .alert-warning ul:not(.text-white),
    .alert-warning ul:not(.text-light),
    .alert-warning ol:not(.text-white),
    .alert-warning ol:not(.text-light),
    .alert-warning a:not(.text-white),
    .alert-warning a:not(.text-light) {
        color: #fc8c3a
    }

    .alert-warning .close {
        color: #fc8c3a !important
    }

.alert-danger {
    background-color: rgba(255, 82, 82, 0.1);
    color: #ff5252
}

    .alert-danger::before {
        border-color: rgba(255, 82, 82, 0.25)
    }

    .alert-danger > *:not(.text-white),
    .alert-danger > *:not(.text-light),
    .alert-danger h1:not(.text-white),
    .alert-danger h1:not(.text-light),
    .alert-danger h2:not(.text-white),
    .alert-danger h2:not(.text-light),
    .alert-danger h3:not(.text-white),
    .alert-danger h3:not(.text-light),
    .alert-danger h4:not(.text-white),
    .alert-danger h4:not(.text-light),
    .alert-danger h5:not(.text-white),
    .alert-danger h5:not(.text-light),
    .alert-danger h6:not(.text-white),
    .alert-danger dt:not(.text-white),
    .alert-danger h6:not(.text-light),
    .alert-danger dt:not(.text-light),
    .alert-danger p:not(.text-white),
    .alert-danger p:not(.text-light),
    .alert-danger ul:not(.text-white),
    .alert-danger ul:not(.text-light),
    .alert-danger ol:not(.text-white),
    .alert-danger ol:not(.text-light),
    .alert-danger a:not(.text-white),
    .alert-danger a:not(.text-light) {
        color: #ff5252
    }

    .alert-danger .close {
        color: #ff5252 !important
    }

.alert-light {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

    .alert-light::before {
        border-color: rgba(255, 255, 255, 0.25)
    }

    .alert-light > *:not(.text-white),
    .alert-light > *:not(.text-light),
    .alert-light h1:not(.text-white),
    .alert-light h1:not(.text-light),
    .alert-light h2:not(.text-white),
    .alert-light h2:not(.text-light),
    .alert-light h3:not(.text-white),
    .alert-light h3:not(.text-light),
    .alert-light h4:not(.text-white),
    .alert-light h4:not(.text-light),
    .alert-light h5:not(.text-white),
    .alert-light h5:not(.text-light),
    .alert-light h6:not(.text-white),
    .alert-light dt:not(.text-white),
    .alert-light h6:not(.text-light),
    .alert-light dt:not(.text-light),
    .alert-light p:not(.text-white),
    .alert-light p:not(.text-light),
    .alert-light ul:not(.text-white),
    .alert-light ul:not(.text-light),
    .alert-light ol:not(.text-white),
    .alert-light ol:not(.text-light),
    .alert-light a:not(.text-white),
    .alert-light a:not(.text-light) {
        color: #fff
    }

    .alert-light .close {
        color: #fff !important
    }

.alert-dark {
    background-color: rgba(52, 59, 67, 0.1);
    color: #343b43
}

    .alert-dark::before {
        border-color: rgba(52, 59, 67, 0.25)
    }

    .alert-dark > *:not(.text-white),
    .alert-dark > *:not(.text-light),
    .alert-dark h1:not(.text-white),
    .alert-dark h1:not(.text-light),
    .alert-dark h2:not(.text-white),
    .alert-dark h2:not(.text-light),
    .alert-dark h3:not(.text-white),
    .alert-dark h3:not(.text-light),
    .alert-dark h4:not(.text-white),
    .alert-dark h4:not(.text-light),
    .alert-dark h5:not(.text-white),
    .alert-dark h5:not(.text-light),
    .alert-dark h6:not(.text-white),
    .alert-dark dt:not(.text-white),
    .alert-dark h6:not(.text-light),
    .alert-dark dt:not(.text-light),
    .alert-dark p:not(.text-white),
    .alert-dark p:not(.text-light),
    .alert-dark ul:not(.text-white),
    .alert-dark ul:not(.text-light),
    .alert-dark ol:not(.text-white),
    .alert-dark ol:not(.text-light),
    .alert-dark a:not(.text-white),
    .alert-dark a:not(.text-light) {
        color: #343b43
    }

    .alert-dark .close {
        color: #343b43 !important
    }

.alert-accent {
    background-color: rgba(232, 51, 176, 0.1);
    color: #e833b0
}

    .alert-accent::before {
        border-color: rgba(232, 51, 176, 0.25)
    }

    .alert-accent > *:not(.text-white),
    .alert-accent > *:not(.text-light),
    .alert-accent h1:not(.text-white),
    .alert-accent h1:not(.text-light),
    .alert-accent h2:not(.text-white),
    .alert-accent h2:not(.text-light),
    .alert-accent h3:not(.text-white),
    .alert-accent h3:not(.text-light),
    .alert-accent h4:not(.text-white),
    .alert-accent h4:not(.text-light),
    .alert-accent h5:not(.text-white),
    .alert-accent h5:not(.text-light),
    .alert-accent h6:not(.text-white),
    .alert-accent dt:not(.text-white),
    .alert-accent h6:not(.text-light),
    .alert-accent dt:not(.text-light),
    .alert-accent p:not(.text-white),
    .alert-accent p:not(.text-light),
    .alert-accent ul:not(.text-white),
    .alert-accent ul:not(.text-light),
    .alert-accent ol:not(.text-white),
    .alert-accent ol:not(.text-light),
    .alert-accent a:not(.text-white),
    .alert-accent a:not(.text-light) {
        color: #e833b0
    }

    .alert-accent .close {
        color: #e833b0 !important
    }

.alert-secondary {
    background-color: rgba(64, 64, 64, 0.05);
    color: #404040
}

    .alert-secondary::before {
        border-color: #e7e7e7
    }

    .alert-secondary > *:not(.text-white),
    .alert-secondary > *:not(.text-light),
    .alert-secondary h1:not(.text-white),
    .alert-secondary h1:not(.text-light),
    .alert-secondary h2:not(.text-white),
    .alert-secondary h2:not(.text-light),
    .alert-secondary h3:not(.text-white),
    .alert-secondary h3:not(.text-light),
    .alert-secondary h4:not(.text-white),
    .alert-secondary h4:not(.text-light),
    .alert-secondary h5:not(.text-white),
    .alert-secondary h5:not(.text-light),
    .alert-secondary h6:not(.text-white),
    .alert-secondary dt:not(.text-white),
    .alert-secondary h6:not(.text-light),
    .alert-secondary dt:not(.text-light),
    .alert-secondary p:not(.text-white),
    .alert-secondary p:not(.text-light),
    .alert-secondary ul:not(.text-white),
    .alert-secondary ul:not(.text-light),
    .alert-secondary ol:not(.text-white),
    .alert-secondary ol:not(.text-light),
    .alert-secondary a:not(.text-white),
    .alert-secondary a:not(.text-light) {
        color: #404040
    }

    .alert-secondary .close {
        color: #404040 !important
    }

.alert-image-bg {
    border: 0
}

    .alert-image-bg::before {
        display: none
    }

.iziToast {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    background: #fff;
    padding-right: 15px;
}

    .iziToast::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
        content: '';
        z-index: -1
    }

    .iziToast > .iziToast-body {
        padding-right: 15px;
        margin-right: 0;
        direction: rtl;
    }

        .iziToast > .iziToast-body > .iziToast-icon {
            margin-top: -.625rem;
            right: 0;
            left: auto;
        }

    .iziToast > .iziToast-close {
        left: 0;
        right: auto;
    }

    .iziToast > .iziToast-close {
        width: 40px;
        background: none;
        opacity: 1
    }

        .iziToast > .iziToast-close::before {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%);
            font-family: feather;
            font-size: .875rem;
            text-align: center;
            content: '\ea04'
        }

    .iziToast.iziToast-primary {
        border-color: rgba(172, 50, 228, 0.5);
        color: #ac32e4
    }

        .iziToast.iziToast-primary > .iziToast-close {
            color: #ac32e4
        }

    .iziToast.iziToast-accent {
        border-color: rgba(232, 51, 176, 0.5);
        color: #e833b0
    }

        .iziToast.iziToast-accent > .iziToast-close {
            color: #e833b0
        }

    .iziToast.iziToast-info {
        border-color: rgba(86, 149, 254, 0.5);
        color: #5695fe
    }

        .iziToast.iziToast-info > .iziToast-close {
            color: #5695fe
        }

    .iziToast.iziToast-success {
        border-color: rgba(51, 203, 129, 0.5);
        color: #33cb81
    }

        .iziToast.iziToast-success > .iziToast-close {
            color: #33cb81
        }

    .iziToast.iziToast-warning {
        border-color: rgba(252, 140, 58, 0.5);
        color: #fc8c3a
    }

        .iziToast.iziToast-warning > .iziToast-close {
            color: #fc8c3a
        }

    .iziToast.iziToast-danger {
        border-color: rgba(255, 82, 82, 0.5);
        color: #ff5252
    }

        .iziToast.iziToast-danger > .iziToast-close {
            color: #ff5252
        }

    .iziToast > .iziToast-body p, .iziToast > .iziToast-body strong {
        float: right;
        text-align: right;
        margin-left: 10px;
        margin-right: 0;
    }

    .iziToast > .iziToast-body p {
        margin-left: 0;
    }

.modal-header {
    position: relative
}

    .modal-header .close {
        position: absolute;
        top: .625rem;
        left: .5rem;
        margin: 0;
        padding: 0 .3rem
    }

.modal-title {
    font-size: 1.3125rem
}

.modal-content {
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
}

.icon-box {
    display: block;
    max-width: 400px;
    padding: 1.5rem;
    transition: all .3s .12s;
    text-decoration: none
}

    .icon-box .icon-box-icon,
    .icon-box .icon-box-image {
        display: inline-block;
        width: 70px;
        height: 70px;
        margin-bottom: 1.75rem;
        transition: all .3s .12s;
        border-radius: 50%;
        background-color: rgba(172, 50, 228, 0.1);
        color: #ac32e4;
        font-size: 28px;
        line-height: 70px;
        text-align: center
    }

        .icon-box .icon-box-image > img {
            display: block;
            width: 100%
        }

    .icon-box .icon-box-title {
        margin-bottom: .75rem;
        font-size: 1rem;
        font-weight: bold
    }

    .icon-box .icon-box-text {
        margin-bottom: .75rem;
        color: #8c8c8c
    }

    .icon-box .icon-box-link {
        display: inline-block;
        padding-bottom: .5rem;
        color: #ac32e4;
        font-size: .75rem;
        font-weight: bold;
        text-decoration: none
    }

        .icon-box .icon-box-link > i {
            display: inline-block;
            margin-left: .125rem;
            transition: all .25s;
            font-size: 1.2em;
            vertical-align: middle
        }

        .icon-box .icon-box-link:hover > i {
            transform: translateX(3px)
        }

    .icon-box:hover {
        background-color: #fff;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
    }

        .icon-box:hover .icon-box-icon {
            background-color: #ac32e4;
            color: #fff
        }

    .icon-box.icon-box-horizontal {
        width: 100%;
        min-width: 100%
    }

    .icon-box.icon-box-light-skin .icon-box-icon {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff
    }

    .icon-box.icon-box-light-skin .icon-box-title,
    .icon-box.icon-box-light-skin .icon-box-text,
    .icon-box.icon-box-light-skin .icon-box-link {
        color: #fff
    }

    .icon-box.icon-box-light-skin .icon-box-text {
        opacity: .5
    }

    .icon-box.icon-box-light-skin:hover {
        background-color: rgba(255, 255, 255, 0.1)
    }

        .icon-box.icon-box-light-skin:hover .icon-box-icon {
            background-color: #fff;
            color: #ac32e4
        }

.touchevents .icon-box:hover {
    background-color: transparent !important;
    box-shadow: none
}

.touchevents .icon-box .icon-box-icon {
    background-color: rgba(172, 50, 228, 0.1);
    color: #ac32e4
}

.progress {
    overflow: visible
}

    .progress.progress-light-skin {
        background-color: rgba(255, 255, 255, 0.12) !important
    }

.progress-bar {
    padding-right: .625rem;
    transition: width 1s ease;
    font-size: .75rem;
    font-weight: 600;
    text-align: right;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15)
}

    .progress-bar i,
    .progress-label i {
        display: inline-block;
        margin-top: -1px;
        margin-left: 6px;
        font-size: 1.2em;
        vertical-align: middle
    }

    .progress-bar .text-white,
    .progress-label .text-white {
        color: #fff
    }

        .progress-bar .text-white i,
        .progress-label .text-white i {
            color: rgba(255, 255, 255, 0.5)
        }

.progress-label {
    display: block;
    padding: .5rem 0;
    font-size: .75rem;
    font-weight: 600
}

    .progress-label i {
        color: #b2b2b2
    }

.progress-style-2,
.progress-style-3 {
    display: block;
    position: relative
}

    .progress-style-2 .progress-bar,
    .progress-style-3 .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0;
        box-shadow: none
    }

.progress-style-2 {
    height: 2px;
    background-color: #ebebeb
}

    .progress-style-2 .progress-bar::before,
    .progress-style-2 .progress-bar::after {
        display: block;
        position: absolute;
        border-radius: 50%;
        content: ''
    }

    .progress-style-2 .progress-bar::before {
        top: -3px;
        right: 0;
        width: 8px;
        height: 8px;
        background-color: inherit
    }

    .progress-style-2 .progress-bar::after {
        top: -.4375rem;
        right: -.25rem;
        width: 16px;
        height: 16px;
        border: 1px solid #d8d8d8;
        z-index: -1
    }

    .progress-style-2 .progress-bar.bg-gradient::before,
    .progress-style-2 .progress-bar.btn-gradient::before,
    .progress-style-2 .accordion-style-3 .progress-bar[data-toggle='collapse']::before,
    .accordion-style-3 .progress-style-2 .progress-bar[data-toggle='collapse']::before,
    .progress-style-2 .progress-bar.tag-link::before,
    .progress-style-2 .progress-bar.noUi-connect::before {
        background-color: #e833b0
    }

    .progress-style-2.progress-light-skin .progress-bar {
        z-index: 1
    }

        .progress-style-2.progress-light-skin .progress-bar::after {
            border-color: rgba(255, 255, 255, 0.25)
        }

.progress-style-3 {
    height: 4px;
    background-color: #f2f2f2
}

.progress-animate-fill .progress-bar {
    width: 0
}

    .progress-animate-fill .progress-bar::before,
    .progress-animate-fill .progress-bar::after {
        transition: opacity .4s ease;
        opacity: 0
    }

.progress-animate-fill.progress-in-view .progress-bar::before,
.progress-animate-fill.progress-in-view .progress-bar::after {
    opacity: 1
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -51px;
    transition: all .3s;
    border-radius: 50%;
    background-color: #fff;
    color: #404040;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 0.625rem 0.9375rem 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    opacity: .65
}

    .owl-carousel .owl-nav button.owl-next:hover,
    .owl-carousel .owl-nav button.owl-prev:hover {
        color: #ac32e4;
        opacity: 1
    }

    .owl-carousel .owl-nav button.owl-next:focus,
    .owl-carousel .owl-nav button.owl-prev:focus {
        outline: none
    }

    .owl-carousel .owl-nav button.owl-next::after,
    .owl-carousel .owl-nav button.owl-prev::after {
        font-family: feather;
        font-size: 1.3125rem
    }

    .owl-carousel .owl-nav button.owl-next.disabled,
    .owl-carousel .owl-nav button.owl-prev.disabled {
        opacity: 0
    }

.owl-carousel .owl-nav button.owl-prev {
    right: 1.5rem
}

    .owl-carousel .owl-nav button.owl-prev::after {
        margin-left: -.125rem;
        content: '\e930'
    }

.owl-carousel .owl-nav button.owl-next {
    left: 1.5rem
}

    .owl-carousel .owl-nav button.owl-next::after {
        margin-right: -.125rem;
        content: '\e92f'
    }

.owl-carousel .owl-dots {
    display: block;
    width: 100%;
    padding: 1rem 0;
    text-align: center
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0 .3125rem;
        transition: all .25s;
        border-radius: 50%;
        background-color: #8c8c8c;
        opacity: .4;
        vertical-align: middle
    }

        .owl-carousel .owl-dots .owl-dot.active {
            transform: scale(2);
            background-color: #ac32e4;
            opacity: 1
        }

        .owl-carousel .owl-dots .owl-dot:focus {
            outline: none
        }

.owl-carousel.dots-inside .owl-nav button.owl-next,
.owl-carousel.dots-inside .owl-nav button.owl-prev {
    margin-top: -24px
}

.owl-carousel.dots-inside .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .625rem 1rem;
    padding-top: .375rem
}

    .owl-carousel.dots-inside .owl-dots .owl-dot {
        background-color: #fff;
        opacity: 1
    }

.owl-carousel.carousel-flush .owl-dots {
    padding-top: 0 !important
}

.owl-carousel.carousel-flush .owl-item {
    padding: 0 .9375rem
}

@media (max-width: 991.98px) {

    .owl-carousel.controls-hidden-mobile .owl-nav button.owl-next,
    .owl-carousel.controls-hidden-mobile .owl-nav button.owl-prev {
        display: none
    }
}

.gallery-item {
    display: block;
    position: relative;
    width: 100%;
    transition: box-shadow .35s .12s;
    color: #fff;
    text-decoration: none
}

    .gallery-item > img {
        display: block;
        width: 100%
    }

    .gallery-item::before,
    .gallery-item::after {
        display: block;
        position: absolute
    }

    .gallery-item::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .35s .12s;
        content: '';
        opacity: 0;
        z-index: 1
    }

    .gallery-item::after {
        top: 50%;
        left: 50%;
        width: 44px;
        height: 44px;
        margin-top: -22px;
        margin-left: -22px;
        border-radius: 50%;
        background-color: #fff;
        content: '';
        z-index: 5
    }

    .gallery-item:not(.type-video)::after {
        transform: scale(0.2);
        transition: all .3s .12s;
        color: #404040;
        font-family: feather;
        font-size: 1.3125rem;
        font-weight: normal;
        line-height: 44px;
        text-align: center;
        content: '\ea08';
        opacity: 0
    }

    .gallery-item.type-video::after {
        background-position: center;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMy45NTYsNTcuMDA2bC05Ny40LTU2LjJjLTQtMi4zLTksMC42LTksNS4ydjExMi41YzAsNC42LDUsNy41LDksNS4ybDk3LjQtNTYuMiAgIEMxMTcuOTU2LDY1LjEwNSwxMTcuOTU2LDU5LjMwNiwxMTMuOTU2LDU3LjAwNnoiIGZpbGw9IiMzMzMzMzMiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
        background-repeat: no-repeat;
        background-size: 10px 10px;
        box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26)
    }

    .gallery-item:hover {
        box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26)
    }

        .gallery-item:hover::before {
            opacity: .5
        }

        .gallery-item:hover:not(.type-video)::after {
            transform: scale(1);
            opacity: 1
        }

.owl-carousel .gallery-item:hover {
    box-shadow: none
}

.fancybox-thumbs__list a::before {
    border-color: #ac32e4
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0
}

.fancybox-progress {
    background-color: #ac32e4
}

.countdown .countdown-item {
    display: inline-block;
    margin-right: .9em;
    margin-bottom: .6em;
    text-align: center
}

    .countdown .countdown-item:first-child {
        margin-left: 0 !important
    }

.countdown .countdown-value {
    font-family: 'IRANSans';
    font-weight: 700
}

.countdown .countdown-label {
    padding-top: .25rem;
    color: #8c8c8c;
    font-family: 'IRANSans';
    font-size: .75rem;
    font-weight: 600;
}

.countdown.h4 .countdown-label,
.countdown.h5 .countdown-label,
.countdown.h6 .countdown-label,
.countdown.lead .countdown-label,
.countdown.text-xl .countdown-label,
.countdown.text-lg .countdown-label,
.countdown.text-md .countdown-label,
.countdown.text-sm .countdown-label,
.countdown.text-xs .countdown-label {
    font-size: .625rem
}

.countdown-style-1 .countdown-item {
    margin-right: .6em;
    margin-bottom: .5em
}

.countdown-style-1 .countdown-value {
    position: relative;
    min-width: 56px;
    padding: .625rem;
    background-color: #fff;
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2)
}

.countdown-style-1 .countdown-label {
    padding-top: 7px
}

.countdown-style-1.countdown-light-skin .countdown-value {
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: none
}

.countdown-style-2 .countdown-item {
    margin-right: .7em;
    margin-bottom: .5em
}

.countdown-style-2 .countdown-value {
    position: relative;
    min-width: 56px;
    padding: .3125rem .625rem;
    z-index: 1
}

    .countdown-style-2 .countdown-value::before,
    .countdown-style-2 .countdown-value::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -1
    }

    .countdown-style-2 .countdown-value::before {
        top: .375rem;
        left: .375rem;
        border: 1px solid #e7e7e7;
        background-color: #f5f5f5
    }

    .countdown-style-2 .countdown-value::after {
        top: 0;
        left: 0;
        border: 1px solid #e7e7e7;
        background-color: #fff
    }

.countdown-style-2 .countdown-label {
    padding-top: 11px
}

.countdown-style-2.countdown-light-skin .countdown-value {
    color: #343b43
}

    .countdown-style-2.countdown-light-skin .countdown-value::before {
        opacity: .2
    }

    .countdown-style-2.countdown-light-skin .countdown-value::after {
        border-color: #fff
    }

.countdown-style-3 .countdown-value {
    position: relative;
    min-width: 35px
}

    .countdown-style-3 .countdown-value::after {
        display: block;
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 16px;
        height: 2px;
        margin-left: -8px;
        background-color: #ac32e4;
        content: ''
    }

.countdown-style-3 .countdown-label {
    padding-top: .625rem
}

.countdown-light-skin .countdown-value {
    color: #fff
}

.countdown-light-skin .countdown-label {
    color: rgba(255, 255, 255, 0.5)
}

.animated-digits {
    display: table;
    position: relative;
    padding-bottom: 1.125rem
}

    .animated-digits .animated-digits-digit {
        display: block;
        margin: 0;
        font-family: 'IRANSans';
        font-size: 3rem;
        font-weight: bold
    }

    .animated-digits .animated-digits-text {
        margin: 0;
        margin-top: -.3125rem
    }

    .animated-digits .animated-digits-icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-bottom: .3125rem;
        background-color: rgba(172, 50, 228, 0.1);
        color: #ac32e4;
        font-size: 1.25rem;
        line-height: 44px;
        text-align: center
    }

    .animated-digits.text-white::after {
        background: #fff !important
    }

.card .animated-digits {
    display: block
}

.step {
    position: relative
}

    .step .step-number {
        padding-bottom: .625rem;
        color: #fff;
        font-family: 'IRANSans';
        font-size: 8.625rem;
        font-weight: 900;
        line-height: 1;
        text-shadow: 0 0.625rem 1.5rem rgba(64, 64, 64, 0.14)
    }

    .step .step-title {
        position: relative;
        margin: 0;
        padding-bottom: 1.25rem;
        font-size: 1.125rem;
        font-weight: 700
    }

    .step .step-text {
        margin: 0;
        padding-top: 1.625rem;
        color: #8c8c8c;
        font-size: .875rem
    }

    .step .step-link {
        display: inline-block;
        margin-top: .5rem;
        padding: .625rem 0;
        transform: translateY(-5px);
        transition: all .3s;
        color: #ac32e4;
        font-size: .75rem;
        font-weight: bold;
        text-decoration: none;
        opacity: 0
    }

        .step .step-link > i {
            display: inline-block;
            margin-left: .125rem;
            transition: all .25s;
            font-size: 1.2em;
            vertical-align: middle
        }

        .step .step-link:hover > i {
            transform: translateX(3px)
        }

    .step:hover .step-link {
        transform: translateY(0);
        opacity: 1
    }

    .step.text-center .step-title::after {
        right: 50%;
        margin-right: -18px
    }

    .step.step-with-icon {
        padding-top: 4.375rem;
        text-align: center
    }

        .step.step-with-icon .step-number {
            position: absolute;
            top: 0;
            right: -.3125rem;
            font-size: 11rem
        }

        .step.step-with-icon .step-icon {
            position: relative;
            width: 140px;
            height: 140px;
            margin-right: auto;
            margin-bottom: 1.75rem;
            margin-left: auto;
            border-radius: 50%;
            color: #ac32e4;
            font-size: 2.3rem;
            line-height: 140px;
            text-align: center;
            z-index: 5
        }

            .step.step-with-icon .step-icon > img {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                max-width: 48px;
                margin-left: -24px;
                transform: translateY(-50%)
            }

            .step.step-with-icon .step-icon::before,
            .step.step-with-icon .step-icon::after {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
                border-radius: 50%;
                content: ''
            }

            .step.step-with-icon .step-icon::before {
                transform: scale(0);
                background-color: rgba(172, 50, 228, 0.1);
                opacity: 0
            }

            .step.step-with-icon .step-icon::after {
                border: 1px dashed rgba(172, 50, 228, 0.3)
            }

        .step.step-with-icon .step-title::after {
            right: 50%;
            margin-right: -18px
        }

        .step.step-with-icon:hover .step-icon::before {
            transform: scale(1);
            opacity: 1
        }

        .step.step-with-icon:hover .step-icon::after {
            top: -40%;
            left: -40%;
            width: 180%;
            height: 180%
        }

    .step.step-light-skin .step-number {
        color: rgba(255, 255, 255, 0.1);
        text-shadow: none
    }

    .step.step-light-skin .step-title {
        color: #fff
    }

    .step.step-light-skin .step-text {
        color: rgba(255, 255, 255, 0.5)
    }

.badge {
    margin-top: -.1875rem;
    margin-right: .4375rem;
    padding-top: .2em;
    padding-bottom: .3em;
    border-radius: .125rem;
    vertical-align: middle
}

    .badge:not(.badge-light) {
        color: #fff
    }

    .badge.badge-pill {
        border-radius: 10rem
    }

.badge-secondary {
    border: 1px solid #e7e7e7;
    color: #404040 !important
}

.team-card-style-1,
.team-card-style-3,
.team-card-style-5 {
    position: relative;
    max-width: 360px;
    text-align: center
}

.team-contact-link {
    display: block;
    margin-top: .25rem;
    transition: all .25s;
    font-size: .75rem;
    font-weight: 700;
    text-decoration: none
}

    .team-contact-link > i {
        display: inline-block;
        font-size: 1.1em;
        vertical-align: middle
    }

.team-card-style-1 .team-position,
.team-card-style-3 .team-position,
.team-card-style-4 .team-position {
    display: block;
    margin-bottom: .5rem;
    color: #8c8c8c;
    font-size: .75rem;
    font-weight: 700;
    opacity: .6
}

.team-card-style-3 .team-name,
.team-card-style-4 .team-name,
.team-card-style-5 .team-name {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600
}

.team-thumb > img {
    display: block;
    width: 100%
}

.team-card-style-1 {
    padding-bottom: 2.25rem
}

    .team-card-style-1 > * {
        position: relative;
        z-index: 5
    }

    .team-card-style-1::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        transition: all .3s .12s;
        content: '';
        opacity: 0
    }

    .team-card-style-1 .team-card-inner {
        margin-bottom: 1rem;
        padding-top: 3rem;
        padding-right: 1rem;
        padding-bottom: 1.25rem;
        padding-left: 1rem;
        background-color: #fff;
        box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13)
    }

    .team-card-style-1 .team-thumb {
        width: 108px;
        height: 108px;
        margin: auto;
        margin-bottom: 1rem;
        border-radius: 50%;
        overflow: hidden
    }

    .team-card-style-1 .team-social-bar {
        margin-top: 1rem;
        margin-bottom: .5rem;
        transform: scale(0.8)
    }

    .team-card-style-1 .team-contact-link {
        transition-delay: .12s;
        color: #8c8c8c;
        opacity: .6
    }

        .team-card-style-1 .team-contact-link:hover {
            color: #8c8c8c;
            opacity: 1
        }

    .team-card-style-1 .team-card-inner,
    .team-card-style-1 .team-thumb,
    .team-card-style-1 .team-social-bar {
        transition: all .3s .12s
    }

    .team-card-style-1 .team-position,
    .team-card-style-1 .team-name {
        transition: color .3s .12s
    }

    .team-card-style-1 .team-name {
        margin-bottom: 0;
        font-size: 1.25rem;
        font-weight: bold
    }

.no-touchevents .team-card-style-1:hover::before {
    height: 100%;
    box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
    opacity: 1
}

.no-touchevents .team-card-style-1:hover .team-card-inner {
    background-color: transparent;
    box-shadow: none
}

.no-touchevents .team-card-style-1:hover .team-thumb {
    transform: scale(1.1)
}

.no-touchevents .team-card-style-1:hover .team-social-bar {
    transform: scale(1)
}

.no-touchevents .team-card-style-1:hover .team-contact-link,
.no-touchevents .team-card-style-1:hover .team-position,
.no-touchevents .team-card-style-1:hover .team-name {
    color: #fff
}

.no-touchevents .team-card-style-1:hover .team-contact-link {
    opacity: 1
}

.team-card-style-2 {
    position: relative
}

    .team-card-style-2 > img {
        display: block;
        width: 100%
    }

    .team-card-style-2::before,
    .team-card-style-2::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .35s .12s;
        content: '';
        z-index: 1
    }

    .team-card-style-2::before {
        background-color: rgba(0, 0, 0, 0.25)
    }

    .team-card-style-2::after {
        opacity: 0
    }

    .team-card-style-2 .team-card-inner {
        position: absolute;
        top: 50%;
        width: 100%;
        padding: 1.25rem;
        transform: translateY(-45%);
        transition: all .35s .12s;
        text-align: center;
        opacity: 0;
        z-index: 5
    }

    .team-card-style-2 .team-name,
    .team-card-style-2 .team-position,
    .team-card-style-2 .team-contact-link {
        color: #fff
    }

    .team-card-style-2 .team-name {
        margin-bottom: .3333333333rem;
        font-size: 1.25rem;
        font-weight: bold
    }

    .team-card-style-2 .team-position {
        display: block;
        margin-bottom: 1rem;
        font-size: .75rem;
        font-weight: 600;
    }

    .team-card-style-2 .team-social-bar {
        margin-top: 1rem;
        margin-bottom: .5rem
    }

    .team-card-style-2 .team-contact-link {
        opacity: 1
    }

    .team-card-style-2:hover::before {
        opacity: 0
    }

    .team-card-style-2:hover::after {
        opacity: .7
    }

    .team-card-style-2:hover .team-card-inner {
        transform: translateY(-50%);
        opacity: 1
    }

.team-card-style-3,
.team-card-style-4 {
    position: relative;
    padding-top: 1.875rem;
    padding-right: 1.25rem;
    padding-bottom: 2.375rem;
    padding-left: 1.25rem;
    transition: all .35s;
    border: 1px solid #e7e7e7
}

    .team-card-style-3 .team-thumb,
    .team-card-style-4 .team-thumb {
        width: 90px;
        margin: auto;
        margin-bottom: 1.0625rem
    }

    .team-card-style-3 .team-position,
    .team-card-style-4 .team-position {
        margin-bottom: 0
    }

    .team-card-style-3 .team-contact-link,
    .team-card-style-4 .team-contact-link {
        color: #404040;
        font-weight: 600
    }

        .team-card-style-3 .team-contact-link > i,
        .team-card-style-4 .team-contact-link > i {
            color: #8c8c8c !important
        }

        .team-card-style-3 .team-contact-link:hover,
        .team-card-style-4 .team-contact-link:hover {
            color: rgba(64, 64, 64, 0.6)
        }

    .team-card-style-3 .team-social-bar-wrap,
    .team-card-style-4 .team-social-bar-wrap {
        position: absolute;
        bottom: -18px;
        left: 0;
        width: 100%
    }

        .team-card-style-3 .team-social-bar-wrap > .team-social-bar,
        .team-card-style-4 .team-social-bar-wrap > .team-social-bar {
            display: table;
            margin: auto;
            background-color: #fff;
            box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
        }

    .team-card-style-3:hover,
    .team-card-style-4:hover {
        border-color: transparent;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
    }

.team-card-style-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
    padding-left: 1.5rem
}

    .team-card-style-4 .team-name {
        margin-bottom: .3125rem
    }

    .team-card-style-4 .team-social-bar-wrap {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 1.25rem
    }

        .team-card-style-4 .team-social-bar-wrap > .team-social-bar {
            margin: 0
        }

.team-card-style-5 {
    padding-bottom: 1.5rem;
    transition: box-shadow .35s .12s
}

    .team-card-style-5 .team-thumb {
        position: relative;
        margin-bottom: 1.5rem
    }

        .team-card-style-5 .team-thumb::after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: opacity .35s .12s;
            background-color: #ac32e4;
            content: '';
            opacity: 0;
            z-index: 1
        }

    .team-card-style-5 .team-card-inner {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1rem;
        padding-bottom: 1.625rem;
        transform: translateY(10px);
        transition: all .35s .12s;
        text-align: center;
        opacity: 0;
        z-index: 5
    }

    .team-card-style-5 .team-contact-link,
    .team-card-style-5 .team-contact-link:hover {
        color: #fff
    }

    .team-card-style-5 .sb-style-6.sb-light-skin,
    .team-card-style-5 .sb-style-7.sb-light-skin {
        border-color: rgba(255, 255, 255, 0.35)
    }

    .team-card-style-5 .team-name {
        margin-bottom: .375rem;
        padding: 0 1rem
    }

    .team-card-style-5 .team-position {
        display: block;
        padding: 0 1rem;
        transition: color .35s .12s
    }

    .team-card-style-5:hover {
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
    }

        .team-card-style-5:hover .team-thumb::after {
            opacity: .7
        }

        .team-card-style-5:hover .team-card-inner {
            transform: translateY(0);
            opacity: 1
        }

        .team-card-style-5:hover .team-position {
            color: #ac32e4
        }

.testimonial .testimonial-footer,
.comment .testimonial-footer {
    display: table;
    padding-top: 1.5rem
}

.testimonial .blockquote-footer,
.comment .blockquote-footer {
    margin-top: 0
}

.testimonial .testimonial-avatar,
.comment .testimonial-avatar {
    display: table-cell;
    width: 48px;
    vertical-align: middle
}

    .testimonial .testimonial-avatar > img,
    .comment .testimonial-avatar > img {
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 50%
    }

.comment {
    padding: 1.5rem
}

    .comment::before {
        display: none
    }

    .comment .comment {
        margin-top: 1.5rem;
        padding-bottom: 0;
        border-top: 1px solid #e7e7e7;
        box-shadow: none
    }

.text-center .testimonial .testimonial-footer,
.text-center.testimonial .testimonial-footer {
    margin: auto
}

.text-center .testimonial .blockquote-footer,
.text-center.testimonial .blockquote-footer {
    text-align: left
}

    .text-center .testimonial .blockquote-footer::before,
    .text-center.testimonial .blockquote-footer::before {
        left: 0;
        margin-left: 0
    }

.text-right .testimonial .testimonial-footer,
.text-right.testimonial .testimonial-footer {
    margin-right: 0;
    margin-left: auto
}

.testimonials-carousel .owl-item {
    padding-right: 1.375rem;
    padding-left: 1.375rem
}

.testimonials-carousel .owl-dots {
    margin-top: -1rem;
    padding-top: 0
}

.testimonials-carousel .testimonial {
    margin-top: .5rem;
    margin-bottom: 2.375rem
}

.pricing-card:not(.card) {
    position: relative;
    padding-top: .75rem;
    padding-right: 1.25rem;
    padding-bottom: 2.625rem;
    padding-left: 1.25rem;
    transition: all .35s;
    border: 1px solid #e7e7e7
}

    .pricing-card:not(.card) .pricing-card-body {
        text-align: center
    }

    .pricing-card:not(.card):hover {
        border-color: transparent !important;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
    }

.pricing-card-image {
    display: block;
    width: 70px;
    margin: .75rem auto;
    margin-bottom: 1.5rem
}

.pricing-card-price {
    color: #343b43;
    font-family: 'IRANSans';
    font-size: 3rem;
    font-weight: bold;
    line-height: 1
}

    .pricing-card-price > span {
        display: inline-block;
        margin-top: .125rem;
        margin-right: .3125rem;
        font-size: .4em;
        font-weight: normal;
        vertical-align: top
    }

    .pricing-card-price.monthly,
    .pricing-card-price.yearly {
        display: none
    }

        .pricing-card-price.monthly.active,
        .pricing-card-price.yearly.active {
            display: block
        }

.pricing-card-button {
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    text-align: center
}

.pricing-card .badge {
    margin-left: -.3125rem
}

.video-player-button,
.video-player-label {
    display: inline-block;
    vertical-align: middle
}

.video-player-button {
    width: 80px;
    height: 80px;
    padding-left: .25rem;
    transition: all .3s;
    border-radius: 50%;
    background-color: #fff;
    color: #343b43;
    font-size: 1rem;
    line-height: 80px;
    box-shadow: 0 0.5625rem 1.75rem 0 rgba(64, 64, 64, 0.13);
    text-align: center;
    text-decoration: none
}

    .video-player-button:hover {
        color: #ac32e4;
        box-shadow: 0 0.5625rem 1.75rem 0 rgba(172, 50, 228, 0.2)
    }

.widget {
    margin-bottom: 2.625rem
}

    .widget ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

.widget-title {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e7e7e7;
    color: #404040;
    font-size: .875rem;
    font-weight: bold;
}

    .widget-title::after {
        display: block;
        position: absolute;
        bottom: -.1875rem;
        right: 0;
        width: 5.625rem;
        height: .1875rem;
        content: ''
    }

.widget-custom-menu ul,
.widget-categories ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

    .widget-custom-menu ul > li,
    .widget-categories ul > li {
        margin: 0
    }

        .widget-custom-menu ul > li > a,
        .widget-categories ul > li > a {
            display: block;
            transition: color .25s;
            color: #404040;
            font-weight: 600;
            text-decoration: none
        }

            .widget-custom-menu ul > li > a > span,
            .widget-categories ul > li > a > span {
                color: #8c8c8c !important;
                font-weight: 400
            }

            .widget-custom-menu ul > li > a > i,
            .widget-categories ul > li > a > i {
                display: inline-block;
                margin-left: .3125rem;
                vertical-align: middle
            }

        .widget-custom-menu ul > li:hover > a,
        .widget-custom-menu ul > li.active > a,
        .widget-categories ul > li:hover > a,
        .widget-categories ul > li.active > a {
            color: #ac32e4 !important
        }

.widget-custom-menu > ul,
.widget-categories > ul {
    margin-top: -.75rem
}

    .widget-custom-menu > ul > li,
    .widget-categories > ul > li {
        border-bottom: 1px solid #e7e7e7
    }

        .widget-custom-menu > ul > li > a,
        .widget-categories > ul > li > a {
            padding: .75rem 0
        }

        .widget-custom-menu > ul > li:last-child,
        .widget-categories > ul > li:last-child {
            border-bottom: 0
        }

            .widget-custom-menu > ul > li:last-child > a,
            .widget-categories > ul > li:last-child > a {
                padding-bottom: 0
            }

.widget-custom-menu [data-toggle='collapse'],
.widget-categories [data-toggle='collapse'] {
    position: relative;
    padding-left: 1rem;
    color: #404040
}

    .widget-custom-menu [data-toggle='collapse']::after,
    .widget-categories [data-toggle='collapse']::after {
        display: block;
        position: absolute;
        top: 50%;
        left: .0625rem;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        transition: all .25s;
        border-radius: 50%;
        background-color: rgba(64, 64, 64, 0.1);
        color: #404040;
        font-family: feather;
        font-size: .75rem;
        line-height: 20px;
        text-align: center;
        content: '\e998'
    }

    .widget-custom-menu [data-toggle='collapse'].collapsed::after,
    .widget-categories [data-toggle='collapse'].collapsed::after {
        content: '\e9b3'
    }

.widget-custom-menu .collapse > ul,
.widget-custom-menu .collapsing > ul,
.widget-categories .collapse > ul,
.widget-categories .collapsing > ul {
    padding-bottom: .75rem
}

    .widget-custom-menu .collapse > ul > li,
    .widget-custom-menu .collapsing > ul > li,
    .widget-categories .collapse > ul > li,
    .widget-categories .collapsing > ul > li {
        border-right: 2px solid #f1f1f1
    }

        .widget-custom-menu .collapse > ul > li > a,
        .widget-custom-menu .collapsing > ul > li > a,
        .widget-categories .collapse > ul > li > a,
        .widget-categories .collapsing > ul > li > a {
            position: relative;
            padding-top: .375rem;
            padding-bottom: .375rem;
            padding-right: 15px
        }

            .widget-custom-menu .collapse > ul > li > a::before,
            .widget-custom-menu .collapsing > ul > li > a::before,
            .widget-categories .collapse > ul > li > a::before,
            .widget-categories .collapsing > ul > li > a::before {
                display: block;
                position: absolute;
                top: 50%;
                right: 0;
                width: 8px;
                height: 2px;
                background-color: #ececec;
                content: ''
            }

.widget-gallery .gallery-item {
    width: calc((100% / 3))
}

    .widget-gallery .gallery-item::after {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px
    }

    .widget-gallery .gallery-item:not(.type-video)::after {
        font-size: 1rem;
        line-height: 32px
    }

    .widget-gallery .gallery-item.type-video::after {
        background-size: 8px 8px
    }

.widget-contacts ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

    .widget-contacts ul > li,
    .widget-contacts ul > li > a {
        display: block;
        color: #343b43;
        font-family: 'IRANSans';
        font-size: .875rem;
        font-weight: bold;
    }

        .widget-contacts ul > li > a {
            transition: color .25s;
            text-decoration: none
        }

            .widget-contacts ul > li > a:hover {
                color: #ac32e4
            }

    .widget-contacts ul > li {
        position: relative;
        padding-top: 16px;
        padding-bottom: 10px;
        padding-right: 50px;
        border-top: 1px solid #e7e7e7
    }

        .widget-contacts ul > li > span {
            display: block;
            padding-bottom: 1px;
            color: #8c8c8c;
            font-family: 'IRANSans';
            font-size: .75rem;
            font-weight: 600;
        }

        .widget-contacts ul > li > i {
            display: block;
            position: absolute;
            top: 1.125rem;
            right: 0;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background-color: #fff;
            color: #ac32e4;
            font-size: .9375rem;
            line-height: 36px;
            text-align: center;
            box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.11)
        }

            .widget-contacts ul > li > i.icon-style-2 {
                background-color: rgba(172, 50, 228, 0.1);
                box-shadow: none
            }

        .widget-contacts ul > li:first-child {
            padding-top: 0;
            border-top: 0
        }

            .widget-contacts ul > li:first-child > i {
                top: .0625rem
            }

        .widget-contacts ul > li:last-child {
            padding-bottom: 0
        }

.widget-subscribe .btn {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.widget-testimonials-carousel .owl-carousel {
    margin-top: -.3125rem
}

.widget-testimonials-carousel .testimonial {
    margin-top: .5rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    box-shadow: none
}

    .widget-testimonials-carousel .testimonial::before {
        left: 0
    }

    .widget-testimonials-carousel .testimonial.text-right::before {
        right: 0;
        left: auto
    }

    .widget-testimonials-carousel .testimonial.text-right .blockquote-footer::before {
        right: 0;
        left: auto
    }

    .widget-testimonials-carousel .testimonial .testimonial-avatar {
        width: 43px
    }

        .widget-testimonials-carousel .testimonial .testimonial-avatar > img {
            width: 43px;
            height: 43px
        }

    .widget-testimonials-carousel .testimonial .testimonial-footer {
        padding-top: 1rem
    }

.widget-author {
    margin-bottom: 3.625rem
}

.author-card {
    position: relative;
    margin-bottom: .0625rem;
    padding-bottom: 3rem;
    background-color: #fff;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
}

    .author-card .author-card-cover {
        position: relative;
        width: 100%;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

        .author-card .author-card-cover::after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            opacity: .5
        }

        .author-card .author-card-cover > .btn {
            position: absolute;
            top: .75rem;
            right: .75rem;
            padding: 0 .625rem
        }

    .author-card .author-card-profile {
        display: table;
        position: relative;
        margin-top: -1.375rem;
        padding-right: .9375rem;
        padding-bottom: 1rem;
        padding-left: 1.25rem;
        z-index: 5
    }

        .author-card .author-card-profile .author-card-avatar,
        .author-card .author-card-profile .author-card-details {
            display: table-cell;
            vertical-align: middle
        }

        .author-card .author-card-profile .author-card-avatar {
            width: 85px;
            border-radius: 50%;
            box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15);
            overflow: hidden
        }

            .author-card .author-card-profile .author-card-avatar > img {
                display: block;
                width: 100%
            }

        .author-card .author-card-profile .author-card-details {
            padding-top: 1.25rem;
            padding-right: .9375rem
        }

        .author-card .author-card-profile .author-card-name {
            margin-bottom: .125rem;
            font-size: .875rem;
            font-weight: bold
        }

        .author-card .author-card-profile .author-card-position {
            display: block;
            color: #8c8c8c;
            font-size: .75rem;
            font-weight: 600
        }

    .author-card .author-card-info {
        margin-bottom: 0;
        padding: 0 1.5625rem;
        font-size: .8125rem
    }

    .author-card .author-card-social-bar-wrap {
        position: absolute;
        bottom: -1.125rem;
        left: 0;
        width: 100%
    }

        .author-card .author-card-social-bar-wrap .author-card-social-bar {
            display: table;
            margin: auto;
            background-color: #fff;
            box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
        }

    .author-card + .wizard {
        position: relative;
        z-index: 5
    }

.widget-featured-posts .featured-post,
.widget-featured-posts-carousel .featured-post {
    display: table;
    width: 100%;
    padding: 1.0625rem 0;
    border-top: 1px solid #e7e7e7;
    text-decoration: none !important
}

    .widget-featured-posts .featured-post:first-of-type,
    .widget-featured-posts-carousel .featured-post:first-of-type {
        padding-top: 0;
        border-top: 0
    }

    .widget-featured-posts .featured-post:last-of-type,
    .widget-featured-posts-carousel .featured-post:last-of-type {
        padding-bottom: 0
    }

    .widget-featured-posts .featured-post .featured-post-thumb,
    .widget-featured-posts .featured-post .featured-post-info,
    .widget-featured-posts-carousel .featured-post .featured-post-thumb,
    .widget-featured-posts-carousel .featured-post .featured-post-info {
        display: table-cell;
        vertical-align: top
    }

    .widget-featured-posts .featured-post .featured-post-thumb,
    .widget-featured-posts-carousel .featured-post .featured-post-thumb {
        width: 60px
    }

        .widget-featured-posts .featured-post .featured-post-thumb > img,
        .widget-featured-posts-carousel .featured-post .featured-post-thumb > img {
            display: block;
            width: 100%;
            box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15)
        }

    .widget-featured-posts .featured-post .featured-post-info,
    .widget-featured-posts-carousel .featured-post .featured-post-info {
        padding-right: .75rem
    }

    .widget-featured-posts .featured-post .featured-post-meta,
    .widget-featured-posts-carousel .featured-post .featured-post-meta {
        margin-bottom: .3125rem;
        color: #8c8c8c;
        font-size: .75rem;
        font-weight: 600
    }

        .widget-featured-posts .featured-post .featured-post-meta i,
        .widget-featured-posts-carousel .featured-post .featured-post-meta i {
            display: inline-block;
            margin-top: -1px;
            margin-left: .3125rem;
            font-size: 1.1em;
            vertical-align: middle
        }

    .widget-featured-posts .featured-post .featured-post-title,
    .widget-featured-posts-carousel .featured-post .featured-post-title {
        display: block;
        color: #404040;
        font-size: .875rem;
        line-height: 1.4
    }

.widget-featured-posts-carousel .owl-carousel .owl-dots {
    padding-top: .75rem;
    padding-bottom: 0
}

.widget-featured-posts-carousel .featured-post {
    padding: 0;
    border: 0
}

    .widget-featured-posts-carousel .featured-post .featured-post-thumb > img {
        box-shadow: none
    }

.widget-recent-comments .recent-comment {
    display: block;
    position: relative;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.3125rem;
    border-top: 1px solid #e7e7e7;
    text-decoration: none !important
}

    .widget-recent-comments .recent-comment::before {
        display: block;
        position: absolute;
        top: .8125rem;
        left: 0;
        color: #8c8c8c;
        font-family: feather;
        font-size: .875rem;
        content: '\e991'
    }

    .widget-recent-comments .recent-comment:first-of-type {
        padding-top: 0;
        border-top: 0
    }

        .widget-recent-comments .recent-comment:first-of-type::before {
            top: 1px
        }

    .widget-recent-comments .recent-comment:last-of-type {
        padding-bottom: 0
    }

    .widget-recent-comments .recent-comment .recent-comment-meta {
        display: block;
        color: #8c8c8c;
        font-size: .75rem;
        font-weight: 600;
        text-decoration: none
    }

    .widget-recent-comments .recent-comment .recent-comment-title {
        transition: color .25s;
        color: #404040;
        font-size: .875rem;
        font-weight: bold;
        line-height: 1.4
    }

    .widget-recent-comments .recent-comment:hover .recent-comment-title {
        color: #ac32e4
    }

.tag-link {
    display: inline-block;
    position: relative;
    margin-top: .3125rem;
    margin-left: .375rem;
    margin-bottom: .3125rem;
    padding: .3125rem .75rem;
    transition: color .25s;
    background-color: #fff;
    color: #404040;
    font-size: .6875rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09);
    z-index: 1
}

    .tag-link::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .25s;
        content: '';
        opacity: 0;
        z-index: -1
    }

    .tag-link:hover,
    .tag-link.active {
        color: #fff
    }

        .tag-link:hover::before,
        .tag-link.active::before {
            opacity: 1
        }

.range-slider {
    padding-top: .5rem
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none
}

.noUi-horizontal {
    height: .1875rem
}

    .noUi-horizontal .noUi-handle {
        top: -.1875rem;
        left: -.375rem;
        width: .625rem;
        height: .625rem;
        border: 0;
        border-radius: 50%;
        box-shadow: none
    }

        .noUi-horizontal .noUi-handle::before {
            display: none
        }

        .noUi-horizontal .noUi-handle::after {
            top: -.3125rem;
            left: -.3125rem;
            width: 1.25rem;
            height: 1.25rem;
            border: 1px solid transparent;
            border-radius: 50%;
            background: none
        }

        .noUi-horizontal .noUi-handle.noUi-handle-lower {
            background-color: #ac32e4
        }

            .noUi-horizontal .noUi-handle.noUi-handle-lower::after {
                border-color: rgba(172, 50, 228, 0.6)
            }

        .noUi-horizontal .noUi-handle.noUi-handle-upper {
            background-color: #e833b0
        }

            .noUi-horizontal .noUi-handle.noUi-handle-upper::after {
                border-color: rgba(232, 51, 176, 0.6)
            }

        .noUi-horizontal .noUi-handle:focus {
            outline: none
        }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -.375rem;
    left: auto
}

.ui-range-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem
}

    .ui-range-slider-footer > .column:last-child {
        padding-right: .9375rem;
        text-align: right
    }

.ui-range-values {
    display: inline-block
}

    .ui-range-values .ui-range-value-min,
    .ui-range-values .ui-range-value-max {
        display: inline-block;
        font-size: .875rem;
        font-weight: bold
    }

    .ui-range-values .ui-range-label {
        display: inline-block;
        margin-right: .125rem;
        color: #8c8c8c;
        font-size: .75rem;
        font-weight: 600
    }

.widget-featured-products .featured-product,
.widget-featured-products-carousel .featured-product,
.widget-cart .featured-product {
    display: table;
    width: 100%;
    padding: 1.0625rem 0;
    border-top: 1px solid #e7e7e7;
    text-decoration: none !important
}

    .widget-featured-products .featured-product:first-of-type,
    .widget-featured-products-carousel .featured-product:first-of-type,
    .widget-cart .featured-product:first-of-type {
        padding-top: 0;
        border-top: 0
    }

    .widget-featured-products .featured-product:last-of-type,
    .widget-featured-products-carousel .featured-product:last-of-type,
    .widget-cart .featured-product:last-of-type {
        padding-bottom: 0
    }

.widget-featured-products .featured-product-thumb,
.widget-featured-products .featured-product-info,
.widget-featured-products-carousel .featured-product-thumb,
.widget-featured-products-carousel .featured-product-info,
.widget-cart .featured-product-thumb,
.widget-cart .featured-product-info {
    display: table-cell;
    vertical-align: top
}

.widget-featured-products .featured-product-thumb,
.widget-featured-products-carousel .featured-product-thumb,
.widget-cart .featured-product-thumb {
    width: 60px
}

    .widget-featured-products .featured-product-thumb > img,
    .widget-featured-products-carousel .featured-product-thumb > img,
    .widget-cart .featured-product-thumb > img {
        display: block;
        width: 100%;
        box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.15)
    }

.widget-featured-products .featured-product-info,
.widget-featured-products-carousel .featured-product-info,
.widget-cart .featured-product-info {
    padding-right: .75rem
}

.widget-featured-products .featured-product-title,
.widget-featured-products-carousel .featured-product-title,
.widget-cart .featured-product-title {
    margin-bottom: 0;
    transition: color .25s;
    font-size: .875rem;
    font-weight: bold
}

.widget-featured-products .featured-product-price,
.widget-featured-products-carousel .featured-product-price,
.widget-cart .featured-product-price {
    display: block;
    margin-top: .1875rem;
    color: #8c8c8c;
    font-size: .75rem;
    font-weight: 600;
}

.widget-featured-products .featured-product:hover .featured-product-title,
.widget-featured-products-carousel .featured-product:hover .featured-product-title,
.widget-cart .featured-product:hover .featured-product-title {
    color: #ac32e4
}

.widget-featured-products-carousel .owl-carousel .owl-dots {
    padding-top: .625rem;
    padding-bottom: 0
}

.widget-featured-products-carousel .featured-product {
    padding: 0;
    border: 0
}

.widget-featured-products-carousel .featured-product-thumb > img {
    box-shadow: none
}

.widget-cart .featured-product {
    position: relative;
    padding-left: 1.875rem
}

.widget-cart .remove-product {
    display: block;
    position: absolute;
    top: 1.185rem;
    left: .3125rem;
    width: 1rem;
    height: 1rem;
    transition: all .2s;
    border-radius: 50%;
    background-color: rgba(64, 64, 64, 0.1);
    color: #404040;
    font-size: .75rem;
    line-height: 1.3rem;
    text-align: center;
    cursor: pointer
}

    .widget-cart .remove-product:hover {
        background-color: #ff5252;
        color: #fff
    }

.widget-cart .featured-product:first-of-type .remove-product {
    top: .125rem
}

.rating-stars {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle
}

    .rating-stars i {
        float: left;
        margin-right: .1875rem;
        color: #bfbfbf;
        font-size: .875rem;
        vertical-align: middle
    }

        .rating-stars i.active {
            color: #fc8c3a
        }

.widget-light-skin .widget-title {
    border-bottom-color: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.7)
}

.widget-light-skin.widget-custom-menu ul > li > a,
.widget-light-skin.widget-categories ul > li > a {
    transition: opacity .25s;
    color: #fff !important
}

    .widget-light-skin.widget-custom-menu ul > li > a > span,
    .widget-light-skin.widget-categories ul > li > a > span {
        color: rgba(255, 255, 255, 0.5) !important
    }

.widget-light-skin.widget-custom-menu ul > li:hover > a,
.widget-light-skin.widget-custom-menu ul > li.active > a,
.widget-light-skin.widget-categories ul > li:hover > a,
.widget-light-skin.widget-categories ul > li.active > a {
    color: #fff !important;
    opacity: .6
}

.widget-light-skin.widget-custom-menu > ul > li,
.widget-light-skin.widget-categories > ul > li {
    border-bottom-color: rgba(255, 255, 255, 0.14)
}

.widget-light-skin.widget-custom-menu [data-toggle='collapse'],
.widget-light-skin.widget-custom-menu [data-toggle='collapse']:hover,
.widget-light-skin.widget-categories [data-toggle='collapse'],
.widget-light-skin.widget-categories [data-toggle='collapse']:hover {
    color: #fff !important
}

    .widget-light-skin.widget-custom-menu [data-toggle='collapse'].collapsed,
    .widget-light-skin.widget-custom-menu [data-toggle='collapse']:hover.collapsed,
    .widget-light-skin.widget-categories [data-toggle='collapse'].collapsed,
    .widget-light-skin.widget-categories [data-toggle='collapse']:hover.collapsed {
        color: #fff !important
    }

    .widget-light-skin.widget-custom-menu [data-toggle='collapse']::after,
    .widget-light-skin.widget-categories [data-toggle='collapse']::after {
        background-color: rgba(255, 255, 255, 0.09);
        color: #fff
    }

.widget-light-skin.widget-custom-menu .collapse > ul > li,
.widget-light-skin.widget-custom-menu .collapsing > ul > li,
.widget-light-skin.widget-categories .collapse > ul > li,
.widget-light-skin.widget-categories .collapsing > ul > li {
    border-left-color: rgba(255, 255, 255, 0.14)
}

    .widget-light-skin.widget-custom-menu .collapse > ul > li > a::before,
    .widget-light-skin.widget-custom-menu .collapsing > ul > li > a::before,
    .widget-light-skin.widget-categories .collapse > ul > li > a::before,
    .widget-light-skin.widget-categories .collapsing > ul > li > a::before {
        background-color: rgba(255, 255, 255, 0.14)
    }

.widget-light-skin.widget-contacts ul > li,
.widget-light-skin.widget-contacts ul > li > a {
    transition: opacity .25s;
    color: #fff
}

    .widget-light-skin.widget-contacts ul > li > a:hover {
        color: #fff;
        opacity: .6
    }

.widget-light-skin.widget-contacts ul > li {
    border-top-color: rgba(255, 255, 255, 0.14)
}

    .widget-light-skin.widget-contacts ul > li > span {
        color: rgba(255, 255, 255, 0.5)
    }

.widget-light-skin.widget-featured-posts .featured-post,
.widget-light-skin.widget-featured-posts-carousel .featured-post {
    border-top-color: rgba(255, 255, 255, 0.14)
}

    .widget-light-skin.widget-featured-posts .featured-post .featured-post-meta,
    .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-meta {
        color: rgba(255, 255, 255, 0.5)
    }

    .widget-light-skin.widget-featured-posts .featured-post .featured-post-title,
    .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-title {
        color: #fff
    }

        .widget-light-skin.widget-featured-posts .featured-post .featured-post-title:hover,
        .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-title:hover {
            color: #fff;
            opacity: .6
        }

.widget-light-skin.widget-recent-comments .recent-comment {
    border-top-color: rgba(255, 255, 255, 0.14)
}

    .widget-light-skin.widget-recent-comments .recent-comment::before,
    .widget-light-skin.widget-recent-comments .recent-comment .recent-comment-meta {
        color: rgba(255, 255, 255, 0.5)
    }

    .widget-light-skin.widget-recent-comments .recent-comment .recent-comment-title {
        transition: opacity .25s;
        color: #fff
    }

    .widget-light-skin.widget-recent-comments .recent-comment:hover .recent-comment-title {
        color: #fff;
        opacity: .6
    }

.widget-light-skin .owl-carousel .owl-dots .owl-dot {
    background-color: #fff
}

.widget-light-skin.widget-testimonials-carousel .testimonial {
    background: none
}

    .widget-light-skin.widget-testimonials-carousel .testimonial::before {
        background-color: #fff
    }

    .widget-light-skin.widget-testimonials-carousel .testimonial > p {
        color: #fff
    }

    .widget-light-skin.widget-testimonials-carousel .testimonial .blockquote-footer {
        color: #fff
    }

        .widget-light-skin.widget-testimonials-carousel .testimonial .blockquote-footer > cite {
            color: rgba(255, 255, 255, 0.5)
        }

.widget-light-skin.widget-featured-products .featured-product,
.widget-light-skin.widget-featured-products-carousel .featured-product,
.widget-light-skin.widget-cart .featured-product {
    border-top-color: rgba(255, 255, 255, 0.14)
}

    .widget-light-skin.widget-featured-products .featured-product .featured-product-title,
    .widget-light-skin.widget-featured-products-carousel .featured-product .featured-product-title,
    .widget-light-skin.widget-cart .featured-product .featured-product-title {
        transition: opacity .25s;
        color: #fff
    }

    .widget-light-skin.widget-featured-products .featured-product:hover .featured-product-title,
    .widget-light-skin.widget-featured-products-carousel .featured-product:hover .featured-product-title,
    .widget-light-skin.widget-cart .featured-product:hover .featured-product-title {
        color: #fff;
        opacity: .6
    }

.widget-light-skin.widget-featured-products .featured-product-price,
.widget-light-skin.widget-featured-products-carousel .featured-product-price,
.widget-light-skin.widget-cart .featured-product-price {
    color: rgba(255, 255, 255, 0.5)
}

.widget-light-skin.widget-cart .remove-product {
    background-color: rgba(255, 255, 255, 0.09);
    color: #fff
}

    .widget-light-skin.widget-cart .remove-product:hover {
        background-color: #ff5252;
        color: #fff
    }

.widget-light-skin .rating-stars i {
    color: rgba(255, 255, 255, 0.4)
}

    .widget-light-skin .rating-stars i.active {
        color: #fc8c3a
    }

.widget-light-skin .noUi-target {
    background-color: rgba(255, 255, 255, 0.14)
}

.widget-light-skin .ui-range-values {
    color: rgba(255, 255, 255, 0.5)
}

    .widget-light-skin .ui-range-values .ui-range-value-min,
    .widget-light-skin .ui-range-values .ui-range-value-max {
        color: #fff
    }

    .widget-light-skin .ui-range-values .ui-range-label {
        color: rgba(255, 255, 255, 0.5)
    }

.wizard {
    background-color: #fff;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
}

    .wizard .wizard-steps .wizard-step {
        width: 100%;
        margin-bottom: -.0625rem;
        margin-right: -.0625rem;
        padding: 1.125rem 1rem;
        transition: all .3s;
        border: 1px solid #e7e7e7;
        color: #343b43;
        font-weight: 600;
        text-align: center;
        text-decoration: none
    }

        .wizard .wizard-steps .wizard-step > i {
            display: inline-block;
            margin-top: -.125rem;
            margin-left: .375rem;
            color: #33cb81;
            font-size: 1.2em;
            vertical-align: middle
        }

        .wizard .wizard-steps .wizard-step > .wizard-icon {
            display: block;
            margin: 0 auto .625rem;
            color: #8c8c8c;
            font-size: 1.6em
        }

        .wizard .wizard-steps .wizard-step:hover {
            background-color: #f5f5f5
        }

        .wizard .wizard-steps .wizard-step.active {
            border-color: #ac32e4;
            background-color: #ac32e4;
            color: #fff;
            box-shadow: 0 12px 18.8px 1.2px rgba(172, 50, 228, 0.24);
            cursor: default;
            pointer-events: none
        }

            .wizard .wizard-steps .wizard-step.active > .wizard-icon {
                color: #fff
            }

    .wizard .wizard-body {
        padding: 2.5rem 1.5rem 1.875rem
    }

    .wizard .wizard-footer {
        padding: 15px 1.5rem;
        border-top: 1px solid #e7e7e7
    }

@media (max-width: 1199.98px) {
    .container {
        width: 100% !important;
        max-width: 100% !important
    }
}

.container-fluid {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px
}

@media (max-width: 1199.98px) {
    .container-fluid {
        padding: 0 15px
    }
}

.isotope-grid {
    position: relative
}

    .isotope-grid:not(.filter-grid) {
        min-height: 180px;
        background-position: center;
        background-image: url(../Themes/IOTLab/img/loading.gif);
        background-repeat: no-repeat;
        background-size: 74px
    }

        .isotope-grid:not(.filter-grid) > .grid-item {
            display: none
        }

        .isotope-grid:not(.filter-grid)[style] {
            background: none
        }

            .isotope-grid:not(.filter-grid)[style] > .grid-item {
                display: inline-block;
                animation: showGrid .6s
            }

    .isotope-grid .gutter-sizer {
        width: 30px
    }

    .isotope-grid .grid-item {
        margin-bottom: 30px
    }

        .isotope-grid .grid-item .post-tile,
        .isotope-grid .grid-item .portfolio-tile {
            margin-bottom: 0
        }

    .isotope-grid.cols-1 .gutter-sizer {
        width: 0
    }

    .isotope-grid.cols-1 .grid-sizer,
    .isotope-grid.cols-1 .grid-item {
        width: 100%
    }

    .isotope-grid.cols-2 .grid-sizer,
    .isotope-grid.cols-2 .grid-item {
        width: calc((100% / 2) - 15px)
    }

    .isotope-grid.cols-3 .grid-sizer,
    .isotope-grid.cols-3 .grid-item {
        width: calc((100% / 3) - 20px)
    }

    .isotope-grid.cols-4 .grid-sizer,
    .isotope-grid.cols-4 .grid-item {
        width: calc((100% / 4) - 22.5px)
    }

    .isotope-grid.cols-5 .grid-sizer,
    .isotope-grid.cols-5 .grid-item {
        width: calc((100% / 5) - 24px)
    }

    .isotope-grid.cols-6 .grid-sizer,
    .isotope-grid.cols-6 .grid-item {
        width: calc((100% / 6) - 25px)
    }

@media (max-width: 1199.98px) {

    .isotope-grid.cols-6 .grid-sizer,
    .isotope-grid.cols-6 .grid-item,
    .isotope-grid.cols-5 .grid-sizer,
    .isotope-grid.cols-5 .grid-item,
    .isotope-grid.cols-4 .grid-sizer,
    .isotope-grid.cols-4 .grid-item,
    .isotope-grid.cols-3 .grid-sizer,
    .isotope-grid.cols-3 .grid-item {
        width: calc((100% / 3) - 22.5px)
    }
}

@media (max-width: 767.98px) {

    .isotope-grid.cols-6 .grid-sizer,
    .isotope-grid.cols-6 .grid-item,
    .isotope-grid.cols-5 .grid-sizer,
    .isotope-grid.cols-5 .grid-item,
    .isotope-grid.cols-4 .grid-sizer,
    .isotope-grid.cols-4 .grid-item,
    .isotope-grid.cols-3 .grid-sizer,
    .isotope-grid.cols-3 .grid-item {
        width: calc((100% / 2) - 15px)
    }
}

@media (max-width: 575.98px) {

    .isotope-grid.cols-6 .gutter-sizer,
    .isotope-grid.cols-5 .gutter-sizer,
    .isotope-grid.cols-4 .gutter-sizer,
    .isotope-grid.cols-3 .gutter-sizer,
    .isotope-grid.cols-2 .gutter-sizer {
        width: 0
    }

    .isotope-grid.cols-6 .grid-sizer,
    .isotope-grid.cols-6 .grid-item,
    .isotope-grid.cols-5 .grid-sizer,
    .isotope-grid.cols-5 .grid-item,
    .isotope-grid.cols-4 .grid-sizer,
    .isotope-grid.cols-4 .grid-item,
    .isotope-grid.cols-3 .grid-sizer,
    .isotope-grid.cols-3 .grid-item,
    .isotope-grid.cols-2 .grid-sizer,
    .isotope-grid.cols-2 .grid-item {
        width: 100%
    }
}

.isotope-grid.grid-no-gutters .gutter-sizer {
    width: 0
}

.isotope-grid.grid-no-gutters .grid-item {
    margin-bottom: 0
}

.isotope-grid.grid-no-gutters.cols-2 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-2 .grid-item {
    width: 50%
}

.isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-3 .grid-item {
    width: 33.3333333333%
}

.isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-4 .grid-item {
    width: 25%
}

.isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-5 .grid-item {
    width: 20%
}

.isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-6 .grid-item {
    width: 16.6666666667%
}

@media (max-width: 1199.98px) {

    .isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-6 .grid-item,
    .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-5 .grid-item,
    .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-4 .grid-item,
    .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-3 .grid-item {
        width: 33.3333333333%
    }
}

@media (max-width: 767.98px) {

    .isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-6 .grid-item,
    .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-5 .grid-item,
    .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-4 .grid-item,
    .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-3 .grid-item {
        width: 50%
    }
}

@media (max-width: 575.98px) {

    .isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-6 .grid-item,
    .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-5 .grid-item,
    .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-4 .grid-item,
    .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-3 .grid-item,
    .isotope-grid.grid-no-gutters.cols-2 .grid-sizer,
    .isotope-grid.grid-no-gutters.cols-2 .grid-item {
        width: 100%
    }
}

@keyframes showGrid {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@supports (-ms-ime-align: auto) {
    .isotope-grid:not(.filter-grid) {
        min-height: auto;
        background: none
    }

        .isotope-grid:not(.filter-grid) > .grid-item {
            display: inline-block
        }

        .isotope-grid:not(.filter-grid)[style] > .grid-item {
            animation: none
        }
}

.search-box,
.search-box > input,
.search-box > .easy-autocomplete > input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.search-box {
    transition: all .3s;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10
}

    .search-box::before {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -.875rem;
        font-family: feather;
        font-size: 1.25rem;
        content: '\e9c1';
        z-index: 5
    }

    .search-box > .easy-autocomplete > input,
    .search-box > input {
        padding-left: 1.875rem;
        padding-right: 2rem;
        border: 0;
        color: #404040;
        font-size: 1rem;
        -webkit-appearance: none
    }

        .search-box > .easy-autocomplete > input:focus,
        .search-box > input:focus {
            outline: none
        }

    .search-box .search-close {
        position: absolute;
        top: 50%;
        left: -.3125rem;
        width: 50px;
        height: 50px;
        margin-top: -1.5rem;
        color: #404040;
        font-size: 1.25rem;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        z-index: 5
    }

    .search-box.is-open {
        opacity: 1;
        visibility: visible
    }

@media (max-width: 991.98px) {
    .search-box::before {
        right: .75rem
    }

    .search-box > .easy-autocomplete > input,
    .search-box > input {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        font-size: .875rem
    }

    .search-box .search-close {
        left: 0
    }
}

.easy-autocomplete {
    width: 100% !important
}

.easy-autocomplete-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0.375rem 1.25rem 0 rgba(64, 64, 64, 0.2)
}

    .easy-autocomplete-container > ul {
        display: none;
        margin: 0;
        margin-top: .0625rem;
        padding: .625rem 1.5rem 1.25rem;
        list-style: none
    }

        .easy-autocomplete-container > ul li {
            margin: 0
        }

.eac-item > a {
    display: inline-block;
    padding: .3125rem 0;
    color: #404040;
    font-size: .875rem;
    text-decoration: none
}

    .eac-item > a:hover > .ac-title {
        text-decoration: underline
    }

.navbar-brand {
    display: block;
    width: 127px;
    color: #343b43;
    text-decoration: none
}

    .navbar-brand > img {
        display: block;
        width: auto;
        max-height: 70px;
    }

.navbar-wrapper {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 900
}

    .navbar-wrapper .search-box {
        margin-top: -1px
    }

    .navbar-wrapper .dropdown-menu {
        position: absolute;
        margin: 0
    }

        .navbar-wrapper .dropdown-menu.left-aligned {
            left: 0;
            right: auto
        }

    .navbar-wrapper .dropdown-toggle,
    .navbar-wrapper .mega-dropdown-toggle {
        position: relative
    }

        .navbar-wrapper .dropdown-toggle::after,
        .navbar-wrapper .mega-dropdown-toggle::after {
            opacity: .65
        }

        .navbar-wrapper .dropdown-toggle:hover > .dropdown-menu,
        .navbar-wrapper .mega-dropdown-toggle:hover > .dropdown-menu {
            display: block;
            animation: dropdown-slide-down .3s
        }

        .navbar-wrapper .dropdown-toggle:hover .navbar-link,
        .navbar-wrapper .mega-dropdown-toggle:hover .navbar-link {
            color: #343b43;
            opacity: 1
        }

        .navbar-wrapper .dropdown-toggle:hover::after,
        .navbar-wrapper .mega-dropdown-toggle:hover::after {
            opacity: 1
        }

    .navbar-wrapper .mega-dropdown-toggle {
        position: static !important
    }

@media (max-width: 1199.98px) {
    .navbar-wrapper {
        padding: 0 15px
    }
}

@media (max-width: 991.98px) {
    .navbar-wrapper .navbar {
        position: static
    }

    .navbar-wrapper .navbar-brand {
        width: 107px
    }
}

.navbar-buttons {
    margin: 0;
    padding: 0;
    transition: box-shadow .3s;
    list-style: none;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.13)
}

    .navbar-buttons::after {
        display: table;
        clear: both;
        content: ''
    }

    .navbar-buttons > li {
        display: block;
        position: relative;
        margin: 0;
        float: right
    }

        .navbar-buttons > li > a {
            display: block;
            width: 52px;
            height: 44px;
            transition: all .3s;
            border-left: 1px solid rgba(231,231,231,0.6);
            color: #343b43;
            font-size: 1.125rem;
            line-height: 44px;
            text-align: center;
            text-decoration: none
        }

        .navbar-buttons > li:last-child > a {
            width: 51px;
            padding-left: .1875rem;
            border-left: 0
        }

        .navbar-buttons > li .badge {
            position: absolute;
            top: -.25rem;
            left: -.375rem
        }

    .navbar-buttons:hover {
        box-shadow: none
    }

        .navbar-buttons:hover > li > a {
            border-color: transparent
        }

        .navbar-buttons:hover > li:hover > a {
            box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.13)
        }

    .navbar-buttons > li > a:active {
        transition: all .1s;
        background-color: #f5f5f5;
        box-shadow: none !important
    }

.navbar-link,
.footer-link {
    display: inline-block;
    padding: .5rem 0;
    transition: color .25s;
    color: rgba(52, 59, 67, 0.65);
    font-size: .75rem;
    text-decoration: none
}

    .navbar-link > i,
    .navbar-link > img,
    .footer-link > i,
    .footer-link > img {
        display: inline-block;
        vertical-align: middle
    }

    .navbar-link > i,
    .footer-link > i {
        margin-left: .3125rem;
        font-size: 1.1em
    }

    .navbar-link > img,
    .footer-link > img {
        width: 20px;
        margin-top: -.0625rem;
        margin-left: .375rem
    }

    .navbar-link:hover,
    .footer-link:hover {
        color: #343b43
    }

.navbar-nav {
    display: block;
    position: relative;
    margin: 0;
    padding: 0
}

    .navbar-nav .nav-link {
        display: block;
        position: relative;
        height: 44px;
        padding: 0 .9375rem;
        transition: color .3s;
        color: #343b43;
        font-size: .8125rem;
        font-weight: 600;
        line-height: 44px;
        text-decoration: none
    }

    .navbar-nav .nav-item {
        display: inline-block;
        position: relative;
        margin: 0
    }

        .navbar-nav .nav-item.dropdown-toggle::after {
            display: none
        }

        .navbar-nav .nav-item.active .nav-link {
            color: #ac32e4
        }

            .navbar-nav .nav-item.active .nav-link::before {
                display: block;
                position: absolute;
                top: -1.125rem;
                left: 1rem;
                width: calc(100% - 32px);
                height: 1px;
                background-color: #ac32e4;
                content: ''
            }

.navbar-top {
    padding: .4375rem 0;
    border-bottom: 1px solid #e7e7e7
}

    .navbar-top .dropdown-item {
        text-transform: none
    }

    .navbar-top .social-btn {
        width: 28px;
        height: 28px;
        margin-left: .4375rem;
        margin-bottom: 0;
        line-height: 28px
    }

.navbar-boxed,
.navbar-floating {
    display: block;
    padding: 0
}

    .navbar-boxed > .container,
    .navbar-floating > .container {
        display: table
    }

    .navbar-boxed .navbar-nav > .nav-item > .nav-link::before,
    .navbar-floating .navbar-nav > .nav-item > .nav-link::before {
        top: -1.0625rem
    }

    .navbar-floating:not(.navbar-ghost) {
        position: absolute;
        top: 30px;
        left: 0;
        padding: 0 30px;
        border: 0;
        background: none
    }

        .navbar-floating:not(.navbar-ghost) > .container {
            display: block;
            padding: 0 20px;
            background-color: #fff;
            box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
        }

        .navbar-floating:not(.navbar-ghost) .search-box {
            height: calc(100% - 1px);
            margin-top: 0
        }

        .navbar-floating:not(.navbar-ghost).navbar-stuck > .container {
            box-shadow: none
        }

@media (max-width: 991.98px) {
    .navbar-floating:not(.navbar-ghost) {
        position: relative;
        top: 0;
        padding: 0
    }
}

.navbar-ghost {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0 25px;
    z-index: 900
}

    .navbar-ghost .container {
        position: relative
    }

    .navbar-ghost .search-trigger,
    .navbar-ghost .menu-trigger {
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -.8125rem;
        transition: all .3s;
        color: #404040;
        text-decoration: none
    }

        .navbar-ghost .search-trigger > i,
        .navbar-ghost .menu-trigger > i {
            display: inline-block;
            font-size: 1.3125rem;
            vertical-align: middle
        }

        .navbar-ghost .search-trigger:hover,
        .navbar-ghost .menu-trigger:hover {
            color: #ac32e4
        }

        .navbar-ghost .search-trigger.text-white:hover,
        .navbar-ghost .menu-trigger.text-white:hover {
            opacity: .6
        }

    .navbar-ghost .search-trigger {
        left: 15px
    }

    .navbar-ghost .menu-trigger {
        right: 15px;
        font-size: .75rem;
        font-weight: 600;
    }

        .navbar-ghost .menu-trigger > span {
            display: inline-block;
            margin-top: .125rem;
            vertical-align: middle
        }

        .navbar-ghost .menu-trigger > i {
            margin-right: .5rem
        }

@media (max-width: 767.98px) {
    .navbar-ghost .navbar-brand {
        margin-right: -25px
    }
}

.navbar-simple-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    background-color: transparent
}

    .navbar-simple-ghost .navbar {
        position: static
    }

    .navbar-simple-ghost .search-box .search-close {
        left: 0
    }

    .navbar-simple-ghost .search-box::before {
        right: 15px
    }

    .navbar-simple-ghost .search-box > .easy-autocomplete > input,
    .navbar-simple-ghost .search-box > input {
        padding-right: 42px
    }

    .navbar-simple-ghost .navbar-buttons {
        box-shadow: none
    }

        .navbar-simple-ghost .navbar-buttons > li > a {
            background-color: rgba(255, 255, 255, 0.1);
            color: #fff
        }

            .navbar-simple-ghost .navbar-buttons > li > a:hover {
                background-color: rgba(255, 255, 255, 0.15)
            }

    .navbar-simple-ghost .navbar-nav > .nav-item > .nav-link {
        color: rgba(255, 255, 255, 0.65)
    }

    .navbar-simple-ghost .navbar-nav > .nav-item:hover > .nav-link,
    .navbar-simple-ghost .navbar-nav > .nav-item.active > .nav-link {
        color: #fff
    }

        .navbar-simple-ghost .navbar-nav > .nav-item:hover > .nav-link::before,
        .navbar-simple-ghost .navbar-nav > .nav-item.active > .nav-link::before {
            height: 2px;
            background-color: #fff
        }

@media (max-width: 991.98px) {
    body {
        padding-top: 0 !important
    }
}

@media (min-width: 992px) {
    .navbar-sticky.navbar-stuck {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
        animation: dropdown-slide-down .25s
    }

        .navbar-sticky.navbar-stuck .navbar-top {
            display: none !important
        }

        .navbar-sticky.navbar-stuck.navbar-boxed,
        .navbar-sticky.navbar-stuck.navbar-floating:not(.navbar-ghost) {
            padding: 0
        }

        .navbar-sticky.navbar-stuck.navbar-floating > .container {
            padding: 0 15px
        }

        .navbar-sticky.navbar-stuck.navbar-ghost-white,
        .navbar-sticky.navbar-stuck.navbar-simple-ghost {
            background-color: #343b43
        }
}

.page-title {
    min-height: 250px;
    margin-bottom: 3.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-position: center center;
    background-color: #f5f5f5;
    background-repeat: no-repeat
}

    .page-title .page-title-heading {
        font-size: 2.75rem;
        line-height: 1.2;
        text-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.2);
        word-break: break-all
    }

    .page-title .page-title-subheading {
        display: inline-block;
        padding: 10px 15px;
        background: #ededed
    }

    .page-title.bg-dark .page-title-subheading {
        background: #2d333a
    }

    .page-title.page-title-lg {
        min-height: 450px
    }

    .page-title.page-title-indent-left {
        padding-right: 335px
    }

    .page-title.page-title-indent-right {
        padding-right: 335px
    }

@media (max-width: 767.98px) {
    .page-title {
        min-height: 150px;
        margin-bottom: 2.625rem
    }

        .page-title .page-title-heading {
            font-size: 2rem
        }

        .page-title.page-title-lg {
            min-height: 250px
        }
}

@media (max-width: 1480px) {
    .page-title.page-title-indent-left {
        padding-left: 285px
    }

    .page-title.page-title-indent-right {
        padding-right: 285px
    }
}

.breadcrumb {
    font-size: .6875rem;
    font-weight: 600;
}

    .breadcrumb .breadcrumb-item {
        position: relative
    }

        .breadcrumb .breadcrumb-item::before {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            width: 1px;
            height: 1.375rem;
            margin-top: -.89375rem;
            padding: 0;
            background-color: #ac32e4;
            transform: rotate(33deg)
        }

        .breadcrumb .breadcrumb-item > a {
            text-decoration: none;
        }

        .breadcrumb .breadcrumb-item + .breadcrumb-item {
            margin-right: .75rem
        }

.offcanvas-container.is-static,
.offcanvas-container.is-triggered {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
    background-color: #fff;
    box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12);
    z-index: 1100
}

    .offcanvas-container.is-static + .offcanvas-wrapper,
    .offcanvas-container.is-triggered + .offcanvas-wrapper {
        padding-right: 335px
    }

    .offcanvas-container.is-static.offcanvas-container-reverse,
    .offcanvas-container.is-triggered.offcanvas-container-reverse {
        right: 0;
        left: auto;
        transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
        box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12)
    }

        .offcanvas-container.is-static.offcanvas-container-reverse + .offcanvas-wrapper,
        .offcanvas-container.is-triggered.offcanvas-container-reverse + .offcanvas-wrapper {
            padding-right: 335px;
            padding-left: 0
        }

    .offcanvas-container.is-static .offcanvas-scrollable-area,
    .offcanvas-container.is-triggered .offcanvas-scrollable-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -ms-overflow-style: none
    }

        .offcanvas-container.is-static .offcanvas-scrollable-area::-webkit-scrollbar,
        .offcanvas-container.is-triggered .offcanvas-scrollable-area::-webkit-scrollbar {
            display: none
        }

.offcanvas-container.is-triggered {
    top: 0;
    left: -320px;
    height: 100%;
    box-shadow: none
}

    .offcanvas-container.is-triggered.in-view {
        left: 0;
        box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12)
    }

    .offcanvas-container.is-triggered.offcanvas-container-reverse {
        right: -320px;
        left: auto;
        box-shadow: none
    }

        .offcanvas-container.is-triggered.offcanvas-container-reverse.in-view {
            right: 0;
            box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12)
        }

    .offcanvas-container.is-triggered .offcanvas-close {
        display: block
    }

@media (max-width: 1480px) {
    .offcanvas-container.is-static {
        width: 270px
    }

        .offcanvas-container.is-static + .offcanvas-wrapper {
            padding-left: 285px
        }

        .offcanvas-container.is-static.offcanvas-container-reverse + .offcanvas-wrapper {
            padding-right: 285px;
            padding-left: 0
        }
}

.offcanvas-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background-color: #fff
}

.offcanvas-toggle {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    width: 47px;
    height: 44px;
    margin-top: -22px;
    padding-right: .1875rem;
    transition: color .3s;
    background-color: #fff;
    color: #404040;
    font-size: 1.375rem;
    line-height: 44px;
    box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.2);
    cursor: pointer;
    z-index: 1090;
    text-align: center;
    text-decoration: none
}

    .offcanvas-toggle > i {
        position: relative;
        z-index: 5
    }

    .offcanvas-toggle::after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .1875rem;
        height: 100%;
        transition: width .25s;
        background-color: #ac32e4;
        content: '';
        z-index: 1
    }

    .offcanvas-toggle:hover {
        color: #fff
    }

        .offcanvas-toggle:hover::after {
            width: 100%
        }

    .offcanvas-toggle.offcanvas-toggle-reverse {
        right: 0;
        left: auto;
        padding-right: 0;
        padding-left: .1875rem
    }

        .offcanvas-toggle.offcanvas-toggle-reverse::after {
            right: auto;
            left: 0
        }

.offcanvas-close {
    display: none;
    position: absolute;
    top: .5rem;
    left: .8125rem;
    color: #404040;
    font-size: 1.375rem;
    cursor: pointer
}

.offcanvas-scrollable-area .list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px solid #e7e7e7
}

@media (max-width: 991.98px) {

    .offcanvas-toggle,
    .offcanvas-close {
        display: block
    }

    .offcanvas-container,
    .offcanvas-container.is-static,
    .offcanvas-container.is-triggered {
        display: block;
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        height: 100%;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
        background-color: #fff;
        z-index: 1100;
        overflow-y: auto
    }

        .offcanvas-container.in-view,
        .offcanvas-container.is-static.in-view,
        .offcanvas-container.is-triggered.in-view {
            right: 0;
            box-shadow: 1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12)
        }

        .offcanvas-container.offcanvas-container-reverse,
        .offcanvas-container.is-static.offcanvas-container-reverse,
        .offcanvas-container.is-triggered.offcanvas-container-reverse {
            right: -320px;
            left: auto;
            transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s
        }

            .offcanvas-container.offcanvas-container-reverse.in-view,
            .offcanvas-container.is-static.offcanvas-container-reverse.in-view,
            .offcanvas-container.is-triggered.offcanvas-container-reverse.in-view {
                right: 0;
                box-shadow: -1.375rem 0 2.25rem -0.75rem rgba(64, 64, 64, 0.12)
            }

        .offcanvas-container + .offcanvas-wrapper,
        .offcanvas-container.is-static + .offcanvas-wrapper,
        .offcanvas-container.is-triggered + .offcanvas-wrapper {
            padding-right: 0 !important;
            padding-left: 0 !important
        }

        .offcanvas-container .offcanvas-scrollable-area,
        .offcanvas-container.is-static .offcanvas-scrollable-area,
        .offcanvas-container.is-triggered .offcanvas-scrollable-area {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow-y: auto;
            -ms-overflow-style: none
        }

            .offcanvas-container .offcanvas-scrollable-area::-webkit-scrollbar,
            .offcanvas-container.is-static .offcanvas-scrollable-area::-webkit-scrollbar,
            .offcanvas-container.is-triggered .offcanvas-scrollable-area::-webkit-scrollbar {
                display: none
            }

    .page-title.page-title-indent-left,
    .page-title.page-title-indent-right {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

.mobile-menu {
    border: 0
}

    .mobile-menu .mobile-menu-link {
        display: block;
        position: relative;
        padding: 1.25rem 0;
        padding-left: 3.625rem;
        padding-right: 1.875rem;
        transition: color .3s;
        color: #343b43;
        font-size: .8125rem;
        font-weight: 600;
        text-decoration: none
    }

        .mobile-menu .mobile-menu-link:hover,
        .mobile-menu .mobile-menu-link.active {
            color: #ac32e4
        }

            .mobile-menu .mobile-menu-link.active::before {
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 3px;
                height: 100%;
                background-color: #ac32e4;
                content: ''
            }

    .mobile-menu .card {
        margin-top: -.0625rem;
        border: 0;
        box-shadow: none
    }

        .mobile-menu .card::before {
            display: none
        }

    .mobile-menu .card-header {
        position: relative;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7
    }

    .mobile-menu .card:first-child .card-header {
        border-top: 0
    }

    .mobile-menu [data-toggle='collapse'] {
        position: absolute;
        top: 0;
        left: 0;
        width: 58px;
        height: 100%;
        padding-right: .9375rem;
        padding-left: .9375rem;
        border-right: 1px solid #e7e7e7;
        box-shadow: none !important;
        z-index: 5
    }

        .mobile-menu [data-toggle='collapse']::before {
            display: none
        }

        .mobile-menu [data-toggle='collapse']::after {
            right: .9375rem;
            margin-top: -.9375rem
        }

    .mobile-menu .card-body {
        padding-top: .625rem;
        padding-bottom: 1.125rem;
        background-color: #fafafa
    }

        .mobile-menu .card-body ul {
            margin: 0;
            padding: 0
        }

    .mobile-menu .dropdown-header,
    .mobile-menu .dropdown-item,
    .mobile-menu .dropdown-item > a {
        padding-right: 0;
        padding-left: 0;
        font-size: .875rem
    }

    .mobile-menu .dropdown-header {
        position: relative;
        margin-bottom: 0;
        padding-top: 1.25rem;
        padding-bottom: .5rem;
        color: #404040;
        font-family: 'IRANSans';
        font-size: .8125rem;
        font-weight: 600;
    }

        .mobile-menu .dropdown-header > i {
            color: #7f7f7f
        }

        .mobile-menu .dropdown-header::after {
            display: block;
            position: absolute;
            bottom: -.125rem;
            right: 0;
            width: 90px;
            height: 2px;
            content: ''
        }

        .mobile-menu .dropdown-header + li > a {
            padding-top: 1rem
        }

    .mobile-menu .mobile-sublevel {
        padding-bottom: .5625rem !important
    }

        .mobile-menu .mobile-sublevel li {
            border: 0;
            border-right: 2px solid #e7e7e7
        }

            .mobile-menu .mobile-sublevel li > a {
                position: relative;
                padding: .5rem .9375rem .5rem 0;
                font-size: .8125rem
            }

                .mobile-menu .mobile-sublevel li > a::before {
                    display: block;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    width: 8px;
                    height: 2px;
                    background-color: #e7e7e7;
                    content: ''
                }

.fs-overlay-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    transition: all 0.35s;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    z-index: 9900
}

    .fs-overlay-wrapper.in-view {
        opacity: 1;
        visibility: visible
    }

.fs-overlay-inner {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%
}

.fs-overlay-content {
    display: table-cell;
    transform: translateY(15px);
    transition: all .3s .25s;
    opacity: 0;
    vertical-align: middle
}

    .fs-overlay-content .input-group {
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
    }

    .fs-overlay-content .input-group-text {
        padding-left: 0;
        padding-right: 20px;
        background: none;
        font-size: 1.5rem
    }

    .fs-overlay-content .form-control {
        height: 80px;
        border: 0;
        font-size: 1.125rem
    }

        .fs-overlay-content .form-control:hover {
            border-color: #e7e7e7 !important
        }

        .fs-overlay-content .form-control:focus {
            box-shadow: none !important
        }

.in-view .fs-overlay-content {
    transform: translateY(0);
    opacity: 1
}

.fs-overlay-close {
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 50px;
    height: 50px;
    transition: all .3s;
    border-radius: 50%;
    background-color: #fff;
    font-size: 1.375rem;
    line-height: 53px;
    text-align: center;
    box-shadow: 0 0.625rem 1.125rem 0 rgba(0, 0, 0, 0.11);
    cursor: pointer
}

    .fs-overlay-close > i {
        display: inline-block;
        transition: all .3s
    }

    .fs-overlay-close:hover {
        background-color: #f5f5f5;
        box-shadow: none
    }

        .fs-overlay-close:hover > i {
            transform: rotate(90deg)
        }

.portfolio-card:not(.card) {
    transition: box-shadow .3s;
    text-align: center
}

    .portfolio-card:not(.card) .portfolio-card-body {
        padding: 1.25rem
    }

.no-touchevents .portfolio-card:not(.card):hover {
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
}

    .no-touchevents .portfolio-card:not(.card):hover .portfolio-thumb {
        box-shadow: none
    }

.portfolio-thumb {
    display: block;
    transition: box-shadow .3s;
    box-shadow: 0 1.375rem 2.25rem -0.75rem rgba(64, 64, 64, 0.13);
    user-select: none
}

    .portfolio-thumb > img {
        display: block;
        width: 100%
    }

.portfolio-meta {
    padding-bottom: .5625rem;
    color: rgba(140, 140, 140, 0.75);
    font-size: .6875rem;
    font-weight: 600
}

    .portfolio-meta i {
        display: inline-block;
        margin-left: 3px;
        font-size: 1.1em;
        vertical-align: middle
    }

    .portfolio-meta > a {
        color: rgba(140, 140, 140, 0.75);
        text-decoration: none
    }

.portfolio-title {
    margin-bottom: .75rem;
    font-size: 1.125rem
}

    .portfolio-title > a {
        transition: color .3s;
        color: #343b43;
        text-decoration: none
    }

        .portfolio-title > a:hover {
            color: #ac32e4
        }

.card.portfolio-card .portfolio-thumb {
    box-shadow: none
}

.card.portfolio-card .portfolio-title {
    margin-bottom: 0
}

.card.portfolio-card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

    .card.portfolio-card .card-footer .portfolio-meta {
        padding-bottom: 0
    }

.portfolio-list {
    display: table;
    width: 100%
}

    .portfolio-list .portfolio-thumb,
    .portfolio-list .card-body {
        display: table-cell;
        vertical-align: middle
    }

    .portfolio-list .portfolio-thumb {
        width: 46%;
        min-height: 240px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .portfolio-list .card-body {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
        padding-left: 2.25rem
    }

    .portfolio-list .portfolio-title {
        margin-bottom: .75rem !important
    }

@media (max-width: 575.98px) {
    .portfolio-list {
        display: block
    }

        .portfolio-list .portfolio-thumb,
        .portfolio-list .card-body {
            display: block;
            width: 100%
        }

        .portfolio-list .card-body {
            padding: 1.5rem
        }
}

.blog-card .card-body {
    padding-bottom: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-card .post-format {
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background-color: #fff;
    color: #ac32e4;
    font-size: 1rem;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 0.5625rem 1.125rem 0 rgba(64, 64, 64, 0.14)
}

    .blog-card .post-format > i {
        display: inline-block;
        font-style: normal
    }

.blog-card .post-thumb {
    display: block;
    position: relative
}

    .blog-card .post-thumb > img {
        display: block;
        width: 100%
    }

.blog-card .post-title {
    display: block;
    position: relative;
    margin-bottom: .75rem;
    padding-bottom: .625rem;
    font-size: 1.125rem;
    line-height: 1.4
}

    .blog-card .post-title::after {
        display: block;
        position: absolute;
        bottom: 0;
        right: -.5rem;
        width: 40px;
        height: 2px;
        box-shadow: none;
        content: ''
    }

    .blog-card .post-title > a {
        transition: color .3s;
        color: #343b43;
        text-decoration: none
    }

        .blog-card .post-title > a:hover {
            color: #ac32e4
        }

    .blog-card .post-title.post-title-link {
        padding-bottom: 0
    }

        .blog-card .post-title.post-title-link::after {
            display: none
        }

        .blog-card .post-title.post-title-link > a {
            color: #ac32e4;
            text-decoration: underline
        }

            .blog-card .post-title.post-title-link > a:hover {
                text-decoration: none
            }

.blog-card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.post-author {
    display: table;
    text-decoration: none
}

    .post-author .post-author-avatar,
    .post-author .post-author-name {
        display: table-cell;
        vertical-align: middle
    }

    .post-author .post-author-avatar {
        width: 28px
    }

        .post-author .post-author-avatar > img {
            display: block;
            width: 100%;
            border-radius: 50%
        }

    .post-author .post-author-name {
        padding-right: .5rem;
        transition: opacity .25s;
        color: #8c8c8c;
        font-size: .75rem;
        font-weight: 600;
        opacity: .7
    }

    .post-author:hover .post-author-name {
        opacity: 1
    }

.post-meta > span,
.post-meta > a {
    margin-right: 10px;
    transition: opacity .25s;
    color: #8c8c8c;
    font-size: .625rem;
    font-weight: 600;
    text-decoration: none;
    opacity: .7
}

    .post-meta > span > i,
    .post-meta > a > i {
        display: inline-block;
        margin-left: 3px;
        font-size: 1.1em;
        vertical-align: middle
    }

    .post-meta > a:hover {
        opacity: 1
    }

.featured-posts-slider > .column {
    position: relative;
    width: 50%
}

    .featured-posts-slider > .column:last-child {
        background-color: #fff;
        box-shadow: -3125rem 0 1.5rem 0 rgba(52, 59, 67, 0.16);
        z-index: 5
    }

        .featured-posts-slider > .column:last-child::before {
            display: block;
            position: absolute;
            top: 0;
            left: -2px;
            width: 4px;
            height: 100%;
            background-color: #fff;
            content: ''
        }

.featured-posts-slider .post-preview-img-carousel,
.featured-posts-slider .post-preview-img-carousel .owl-stage-outer,
.featured-posts-slider .post-preview-img-carousel .owl-stage,
.featured-posts-slider .post-preview-img-carousel .post-preview-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

    .featured-posts-slider .post-preview-img-carousel .owl-item {
        display: table;
        width: 100%;
        height: 100%;
        min-height: 100%
    }

.featured-posts-slider .post-preview-img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.featured-posts-slider .post-cards-carousel {
    padding: 4.5rem
}

.featured-posts-slider .blog-card .post-title {
    font-size: 2.125rem
}

    .featured-posts-slider .blog-card .post-title::after {
        left: 0
    }

.featured-posts-slider .owl-carousel .owl-nav {
    position: absolute;
    bottom: -68px;
    left: -2px;
    width: 100%;
    width: calc(100% + 2px);
    height: 68px;
    background-color: #fff;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
}

    .featured-posts-slider .owl-carousel .owl-nav button.owl-next,
    .featured-posts-slider .owl-carousel .owl-nav button.owl-prev {
        top: 5px;
        margin-top: 0;
        border: 1px solid #e7e7e7;
        border-radius: 0;
        line-height: 46px;
        box-shadow: none;
        opacity: 1
    }

        .featured-posts-slider .owl-carousel .owl-nav button.owl-next:hover,
        .featured-posts-slider .owl-carousel .owl-nav button.owl-prev:hover {
            background-color: #f5f5f5;
            color: #404040
        }

    .featured-posts-slider .owl-carousel .owl-nav button.owl-prev {
        right: 15px
    }

    .featured-posts-slider .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 63px;
        border-right: 0
    }

@media (max-width: 1400px) {
    .featured-posts-slider .post-cards-carousel {
        padding: 1.875rem
    }
}

@media (max-width: 1199.98px) {
    .featured-posts-slider .post-cards-carousel {
        padding: .625rem
    }

    .featured-posts-slider .blog-card .post-title {
        font-size: 1rem
    }
}

@media (max-width: 991.98px) {
    .featured-posts-slider > .column {
        width: 100%
    }

    .featured-posts-slider .post-preview-img-carousel {
        position: relative;
        height: 400px
    }

    .featured-posts-slider .post-cards-carousel {
        padding-top: 5px;
        padding-bottom: 0
    }

    .featured-posts-slider .blog-card .post-title {
        font-size: 2.125rem
    }
}

@media (max-width: 767.98px) {
    .featured-posts-slider .post-preview-img-carousel {
        height: 300px
    }

    .featured-posts-slider .blog-card .post-title {
        font-size: 1rem
    }
}

@media (max-width: 575.98px) {
    .featured-posts-slider .post-preview-img-carousel {
        height: 250px
    }

    .featured-posts-slider .post-cards-carousel {
        padding: 5px 0 0
    }

    .featured-posts-slider .blog-card .post-title {
        font-size: 1rem
    }
}

.product-card {
    position: relative;
    max-width: 380px;
    padding-top: .75rem;
    padding-bottom: 2.625rem;
    transition: all .35s;
    border: 1px solid #e7e7e7
}

    .product-card .product-head {
        padding: 0 .9375rem .5rem
    }

        .product-card .product-head .badge {
            margin: 0
        }

    .product-card .product-thumb {
        display: block
    }

        .product-card .product-thumb > img {
            display: block;
            width: 100%
        }

    .product-card .product-card-body {
        padding: 0 1.25rem;
        text-align: center
    }

    .product-card .product-meta {
        display: block;
        padding: .75rem 0 .125rem;
        transition: color .25s;
        color: rgba(140, 140, 140, 0.75);
        font-size: .75rem;
        font-weight: 600;
        text-decoration: none
    }

        .product-card .product-meta:hover {
            color: #404040
        }

    .product-card .product-title {
        margin-bottom: .5rem;
        font-size: 1rem;
        font-weight: bold
    }

        .product-card .product-title > a {
            transition: color .3s;
            color: #343b43;
            text-decoration: none
        }

            .product-card .product-title > a:hover {
                color: #ac32e4
            }

    .product-card .product-price {
        display: block;
        color: #404040;
        font-family: 'IRANSans';
        font-weight: normal
    }

        .product-card .product-price > del {
            margin-left: .375rem;
            color: rgba(140, 140, 140, 0.75)
        }

    .product-card .product-buttons-wrap {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%
    }

    .product-card .product-buttons {
        display: table;
        margin: auto;
        background-color: #fff;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11)
    }

    .product-card .product-button {
        display: table-cell;
        position: relative;
        width: 50px;
        height: 40px;
        border-right: 1px solid rgba(231, 231, 231, 0.6)
    }

        .product-card .product-button:last-child {
            border-right: 0
        }

        .product-card .product-button > a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: all .3s;
            color: #404040;
            font-size: 1rem;
            line-height: 40px;
            text-align: center;
            text-decoration: none
        }

            .product-card .product-button > a:hover {
                background-color: #ac32e4;
                color: #fff
            }

    .product-card:hover {
        border-color: transparent;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
    }

.product-category-card {
    display: block;
    max-width: 400px;
    text-align: center;
    text-decoration: none !important
}

    .product-category-card .product-category-card-thumb {
        display: table;
        width: 100%;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
    }

    .product-category-card .product-category-card-body {
        padding: 1.25rem;
        padding-bottom: 1.75rem
    }

    .product-category-card .main-img,
    .product-category-card .thumblist {
        display: table-cell;
        padding: .9375rem;
        vertical-align: middle
    }

        .product-category-card .main-img > img,
        .product-category-card .thumblist > img {
            display: block;
            width: 100%
        }

    .product-category-card .main-img {
        width: 65%;
        padding-right: 10px
    }

    .product-category-card .thumblist {
        width: 35%;
        padding-left: 10px
    }

        .product-category-card .thumblist > img:first-child {
            margin-bottom: .375rem
        }

    .product-category-card .product-category-card-meta {
        display: block;
        padding-bottom: .5625rem;
        color: rgba(140, 140, 140, 0.75);
        font-size: .6875rem;
        font-weight: 600
    }

    .product-category-card .product-category-card-title {
        margin-bottom: 0;
        transition: color .3s;
        color: #343b43;
        font-size: 1.125rem
    }

    .product-category-card:hover .product-category-card-title {
        color: #ac32e4
    }

.product-gallery {
    position: relative;
    padding: 2.75rem 1rem 0;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
}

    .product-gallery .gallery-item::before {
        display: none !important
    }

    .product-gallery .gallery-item::after {
        box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26)
    }

    .product-gallery .badge {
        position: absolute;
        z-index: 5
    }

    .product-gallery .badge {
        top: 1rem;
        left: 1rem;
        margin-left: 0
    }

    .product-gallery .product-thumbnails {
        display: block;
        margin: 0 -1rem;
        padding: .75rem;
        border-top: 1px solid #e7e7e7;
        list-style: none;
        text-align: center
    }

        .product-gallery .product-thumbnails > li {
            display: inline-block;
            margin: .625rem .1875rem;
            vertical-align: middle
        }

            .product-gallery .product-thumbnails > li > a {
                display: block;
                width: 94px;
                transition: all .25s;
                border: 1px solid transparent;
                background-color: #fff;
                opacity: .75
            }

                .product-gallery .product-thumbnails > li > a > img {
                    display: block
                }

            .product-gallery .product-thumbnails > li:hover > a {
                opacity: 1
            }

            .product-gallery .product-thumbnails > li.active > a {
                border-color: #ac32e4;
                cursor: default;
                opacity: 1
            }

.product-meta {
    padding-bottom: .625rem
}

    .product-meta > a,
    .product-meta > i {
        display: inline-block;
        margin-right: .3125rem;
        color: rgba(140, 140, 140, 0.75);
        vertical-align: middle
    }

    .product-meta > i {
        margin-top: .125rem
    }

    .product-meta > a {
        transition: color .25s;
        font-size: .8125rem;
        font-weight: 600;
        text-decoration: none
    }

        .product-meta > a:hover {
            color: #404040
        }

.cart-item {
    position: relative;
    margin-bottom: 1.875rem;
    padding: 0 .625rem 0 3.125rem;
    background-color: #fff;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
}

    .cart-item .cart-item-label {
        display: block;
        margin-bottom: 15px;
        color: #8c8c8c;
        font-size: .8125rem;
        font-weight: 600;
    }

    .cart-item .cart-item-product {
        display: table;
        width: 420px;
        text-decoration: none
    }

    .cart-item .cart-item-product-thumb,
    .cart-item .cart-item-product-info {
        display: table-cell;
        vertical-align: top
    }

    .cart-item .cart-item-product-thumb {
        width: 110px
    }

        .cart-item .cart-item-product-thumb > img {
            display: block;
            width: 100%
        }

    .cart-item .cart-item-product-info {
        padding-top: .3125rem;
        padding-right: .9375rem
    }

        .cart-item .cart-item-product-info > span {
            display: block;
            margin-bottom: .125rem;
            color: #404040;
            font-size: .75rem
        }

    .cart-item .cart-item-product-title {
        margin-bottom: .5rem;
        transition: color, .3s;
        color: #343b43;
        font-size: 1rem;
        font-weight: bold
    }

    .cart-item .cart-item-product:hover .cart-item-product-title {
        color: #ac32e4
    }

    .cart-item .count-input {
        display: inline-block;
        width: 85px
    }

    .cart-item .remove-item {
        left: -.625rem !important
    }

@media (max-width: 991.98px) {
    .cart-item {
        padding-right: 30px
    }

        .cart-item .cart-item-product {
            width: auto
        }
}

@media (max-width: 767.98px) {
    .cart-item {
        padding-right: .625rem;
        padding-bottom: .9375rem
    }

        .cart-item .cart-item-product {
            display: block;
            width: 100%;
            text-align: center
        }

        .cart-item .cart-item-product-thumb,
        .cart-item .cart-item-product-info {
            display: block
        }

        .cart-item .cart-item-product-thumb {
            margin: 0 auto .625rem
        }

        .cart-item .cart-item-product-info {
            padding-left: 0
        }

        .cart-item .cart-item-label {
            margin-bottom: .5rem
        }
}

.comparison-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .comparison-table table {
        min-width: 750px;
        table-layout: fixed
    }

    .comparison-table .comparison-item {
        position: relative;
        margin-bottom: .625rem;
        padding: .75rem .75rem 1.125rem;
        background-color: #fff;
        text-align: center;
        box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09)
    }

        .comparison-table .comparison-item .comparison-item-thumb {
            display: block;
            width: 80px;
            margin-right: auto;
            margin-bottom: .75rem;
            margin-left: auto
        }

            .comparison-table .comparison-item .comparison-item-thumb > img {
                display: block;
                width: 100%
            }

        .comparison-table .comparison-item .comparison-item-title {
            display: block;
            margin-bottom: .875rem;
            transition: color .25s;
            color: #404040;
            font-size: .875rem;
            font-weight: 600;
            text-decoration: none
        }

            .comparison-table .comparison-item .comparison-item-title:hover {
                color: #ac32e4
            }

.remove-item {
    display: block;
    position: absolute;
    top: -.3125rem;
    left: -.3125rem;
    width: 22px;
    height: 22px;
    padding-left: .0625rem;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    line-height: 23px;
    text-align: center;
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(255, 82, 82, 0.5);
    cursor: pointer
}

.card-wrapper {
    margin: 1.875rem -.9375rem
}

@media (max-width: 575.98px) {
    .card-wrapper .jp-card-container {
        width: 260px !important
    }

    .card-wrapper .jp-card {
        min-width: 250px !important
    }
}

.font-family-body {
    font-family: 'IRANSans' !important
}

.font-family-heading {
    font-family: 'IRANSans' !important
}

.font-weight-medium {
    font-weight: 600 !important
}

.text-crossed {
    text-decoration: line-through !important
}

.text-shadow {
    text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important
}

.text-decoration-none {
    text-decoration: none !important
}

.bg-gray-dark {
    background-color: #1c1c1c !important
}

.bg-gray,
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #f5f5f5 !important
}

.bg-gradient,
.block-title::after,
.animated-digits::after,
.step .step-title::after,
.btn-gradient,
.btn-style-2.btn-gradient::after,
.btn-style-2.btn-gradient:hover::before,
.btn-style-6.btn-gradient::before,
.accordion-style-3 .card-body::after,
.accordion-style-3 [data-toggle='collapse'],
.widget-title::after,
.tag-link::before,
.noUi-connect,
.mobile-menu .dropdown-header::after,
.blog-card .post-title::after {
    background: #ac32e4 !important;
    background: linear-gradient(to right, #ac32e4 0%, #ac32e4 20%, #e833b0 100%) !important
}

.bg-gradient-vertical,
.gallery-item::before,
.team-card-style-1::before,
.team-card-style-2::after,
.author-card .author-card-cover::after {
    background: #ac32e4 !important;
    background: linear-gradient(to bottom, #ac32e4 0%, #ac32e4 20%, #e833b0 100%) !important
}

.bg-primary-faded,
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: rgba(172, 50, 228, 0.1) !important
}

.bg-accent-faded,
.table-accent,
.table-accent > th,
.table-accent > td {
    background-color: rgba(232, 51, 176, 0.1) !important
}

.bg-info-faded,
.table-info,
.table-info > th,
.table-info > td {
    background-color: rgba(86, 149, 254, 0.1) !important
}

.bg-success-faded,
.table-success,
.table-success > th,
.table-success > td {
    background-color: rgba(51, 203, 129, 0.1) !important
}

.bg-warning-faded,
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: rgba(252, 140, 58, 0.1) !important
}

.bg-danger-faded,
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: rgba(255, 82, 82, 0.1) !important
}

.bg-dark-faded,
.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(52, 59, 67, 0.1) !important
}

.bg-auto {
    background-size: auto !important
}

.bg-cover {
    background-size: cover !important
}

.bg-contain {
    background-size: contain !important
}

.bg-fixed {
    background-attachment: fixed !important
}

.bg-scroll {
    background-attachment: scroll !important
}

.touchevents .bg-fixed {
    background-attachment: scroll !important
}

.bg-center {
    background-position: center !important
}

.bg-center-top {
    background-position: center top !important
}

.bg-center-bottom {
    background-position: center bottom !important
}

.bg-right-center {
    background-position: right center !important
}

.bg-left-center {
    background-position: left center !important
}

.bg-no-repeat {
    background-repeat: no-repeat !important
}

.bg-repeat-x {
    background-repeat: repeat-x !important
}

.bg-repeat-y {
    background-repeat: repeat-y !important
}

.bg-parallax {
    position: relative;
    overflow: hidden
}

.bg-parallax-img,
.bg-overlay {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-parallax-img {
    top: -50%;
    height: 200%;
    z-index: 1
}

    .bg-parallax-img > img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        max-width: none;
        overflow: hidden;
        object-fit: cover;
        pointer-events: none
    }

.bg-overlay {
    top: 0;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 2
}

.bg-parallax-content,
.bg-content {
    position: relative;
    z-index: 5
}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

[class^='col-'] > .img-cover {
    left: 15px;
    width: calc(100% - 30px)
}

.box-shadow {
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.09) !important
}

.box-shadow-none {
    box-shadow: none !important
}

.border-dark {
    border-color: #343b43 !important
}

.border-white,
.border-light {
    border-color: rgba(255, 255, 255, 0.25) !important
}

    .border-white.border,
    .border-white.border-top,
    .border-white.border-right,
    .border-white.border-bottom,
    .border-white.border-left,
    .border-light.border,
    .border-light.border-top,
    .border-light.border-right,
    .border-light.border-bottom,
    .border-light.border-left {
        border-color: rgba(255, 255, 255, 0.25) !important
    }

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-60 {
    opacity: .6 !important
}

.opacity-70 {
    opacity: .7 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-80 {
    opacity: .8 !important
}

.opacity-90 {
    opacity: .9 !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.rounded {
    border-radius: .3rem !important
}

.close {
    opacity: 1 !important
}

    .close:focus {
        outline: none
    }

.overflow-hidden {
    overflow: hidden !important
}

@media (max-width: 767.98px) {
    .text-xs-nowrap {
        white-space: nowrap
    }
}

@media (min-width: 576px) {
    .text-sm-nowrap {
        white-space: nowrap
    }
}

@media (min-width: 768px) {
    .text-md-nowrap {
        white-space: nowrap
    }
}

@media (min-width: 992px) {
    .text-lg-nowrap {
        white-space: nowrap
    }
}

@media (min-width: 1200px) {
    .text-xl-nowrap {
        white-space: nowrap
    }
}

.gray-to-color,
.gray-to-color img {
    transition: all .3s;
    filter: grayscale(100%)
}

    .gray-to-color:hover,
    .gray-to-color:hover img,
    .gray-to-color img:hover,
    .gray-to-color img:hover img {
        filter: grayscale(0)
    }

.break-word {
    word-break: break-all
}

.direction-ltr {
    direction: ltr;
}

body.showlayout .Layout {
	border: 1px dashed red;
}

	body.showlayout .Layout .layoutlable {
		display: inherit !important;
	}

.layoutlable {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	color: blue;
}

.Layout {
	width: 100%;
}

