@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/icomoon.eot?kd6gz8');
    src: url('../../fonts/icomoon.eot?kd6gz8#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?kd6gz8') format('truetype'),
    url('../../fonts/icomoon.woff?kd6gz8') format('woff'),
    url('../../fonts/icomoon.svg?kd6gz8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-shape-slider:before {
    content: "\e92b";
}
.icon-shape-footer:before {
    content: "\e92a";
}
.icon-x:before {
    content: "\e929";
}
.icon-linkedin:before {
    content: "\e911";
}
.icon-category:before {
    content: "\e910";
}
.icon-view:before {
    content: "\e923";
}
.icon-blockquote:before {
    content: "\e924";
}
.icon-global:before {
    content: "\e925";
}
.icon-copy:before {
    content: "\e921";
}
.icon-facebook:before {
    content: "\e922";
}
.icon-tag:before {
    content: "\e91e";
}
.icon-fax:before {
    content: "\e91f";
}
.icon-dislike:before {
    content: "\e91b";
}
.icon-heart:before {
    content: "\e91c";
}
.icon-like:before {
    content: "\e91d";
}
.icon-play:before {
    content: "\e90f";
}
.icon-user-admin:before {
    content: "\e91a";
}
.icon-time:before {
    content: "\e90c";
}
.icon-calendar:before {
    content: "\e90d";
}
.icon-search:before {
    content: "\e90e";
}
.icon-youtube:before {
    content: "\e912";
}
.icon-minus:before {
    content: "\e913";
}
.icon-home:before {
    content: "\e914";
}
.icon-instagram:before {
    content: "\e915";
}
.icon-plus:before {
    content: "\e916";
}
.icon-share:before {
    content: "\e917";
}
.icon-telegram:before {
    content: "\e918";
}
.icon-whatsapp:before {
    content: "\e919";
}
.icon-close:before {
    content: "\e90a";
}
.icon-menu:before {
    content: "\e90b";
}
.icon-email:before {
    content: "\e905";
}
.icon-location:before {
    content: "\e906";
}
.icon-phone:before {
    content: "\e907";
}
.icon-left:before {
    content: "\e904";
}
.icon-top:before {
    content: "\e920";
}
.icon-down:before {
    content: "\e926";
}
.icon-right:before {
    content: "\e908";
}
.icon-arrow-right:before {
    content: "\e901";
}
.icon-arrow-left:before {
    content: "\e909";
}
.icon-arrow-top:before {
    content: "\e927";
}
.icon-arrow-down:before {
    content: "\e928";
}
.icon-eye:before {
    content: "\e903";
}
.icon-cart:before {
    content: "\e902";
}
.icon-user:before {
    content: "\e900";
}
.icon-reply:before {
    content: "\e934";
}
.icon-newtop:before {
    content: "\e92c";
}
/** socials share **/
.copy-url {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    cursor: pointer;
    position: relative;
    font-size: 1rem;
}
.copy-btn .tooltip-url {
    position: absolute;
    box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
    background: var(--color1);
    padding: 4px;
    border-radius: 0.5rem;
    bottom: 130%;
    min-width: 75px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    white-space: nowrap;
    font-size: 0.75rem;
    text-align: center;
    z-index: 1;
    color: var(--white);
}
.copy-btn:hover .tooltip-url {
    opacity: 1;
    visibility: visible;
}
.copy-btn .tooltip-url::before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 3px solid var(--color1);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-color: #0000 #0000 var(--color1) var(--color1);
    transform-origin: 0 0;
    transform: rotate(-45deg) translateX(50%);
    box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
    z-index: 0;
}
/***/
.sticky_share_btn {
    border-radius: 0.5rem;
    transition: all 0.5s ease-in-out;
    border-left: 0;
    background: var(--white);
    z-index: 1;
    box-shadow: 0px 0px 3px -1px #00000099;
}
.fixed_share {
    display: flex;
    flex-direction: row-reverse;
}
.share-toggle, .fixed_share ul.listing > li {
    font-size: 18px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.listing {
    list-style: none;
    transition: 0.4s;
    display: none;
}
.listing.active {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 2px 8px;
}
.listing a {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: 0.4s;
    color: var(--color1);
}
.fixed_share ul.listing > li {
    margin-bottom: 10px;
}
.fixed_share ul.listing > li > a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.listing a:hover i,
.listing a:hover {
    color: var(--color2);
}