.overview-profile-cont {
    position: absolute;
    bottom: -60px;
    margin-left: 20px;
    z-index: 2;

}

.overview-profile-title {
    color: #fff;
    float: left;
    text-shadow: 2px 2px 20px #000;
    margin-left: 16px;
    margin-top: 20px;
}

.overview-profile-image {
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    box-shadow: 6px 1px 7px rgba(0, 0, 0, 0.38823529411764707);
    position: relative;
    float: left;
}

.overview-profile-note-btn {
    text-align: right;
    padding: 20px 15px;
}

.overview-profile-post-img {
    padding: 0px 30px 20px 0px;
}

.overview-profile-mg-top {
    padding-top: 65px;
}

.table-hover {
    transition: all 0.5s;
}

.table-hover tbody tr:hover {
    background-color: rgb(246 249 250);
}

.shadow-box {
    box-shadow: 0px 0px 10px #0000001c;
    transition: all 0.5s;
    margin-bottom: 15px;
    position: relative;
}

.shadow-box:hover {
    box-shadow: 2px 2px 11px #00000052;
}

.btn-yellow {
    font-size: 13px;
    background: #fff;
    border: 1px solid rgb(230, 230, 230);
    background-color: transparent;
    color: rgb(153 153 153);
    padding: 4px 10px;
    margin: 2px 4px;
}

.btn-yellow:hover {
    font-size: 13px;
    background: #fff;
    border: 1px solid rgb(252, 234, 156);
    background-color: rgb(255, 253, 240);
    color: rgb(201, 148, 0);
    padding: 4px 10px;
    margin: 2px 4px;
}

.active-btn-yellow {
    font-size: 13px;
    background: #fff !important;
    border: 1px solid rgb(252, 234, 156) !important;
    background-color: rgb(255, 253, 240) !important;
    color: rgb(201, 148, 0) !important;
    padding: 4px 10px;
    margin: 2px 4px;
}

.btn-red {
    font-size: 13px;
    background: #fff;
    border: 1px solid rgb(230, 230, 230);
    background-color: transparent;
    color: rgb(153 153 153);
    padding: 4px 10px;
    margin: 2px 4px;
}

.btn-red:hover {
    font-size: 13px;
    background: #fff;
    border: 1px solid rgb(242, 215, 215);
    background-color: #ecb6b6;
    color: rgb(153, 92, 92);
    padding: 4px 10px;
    margin: 2px 4px;
}

.active-btn-red {
    font-size: 13px;
    background: #fff !important;
    border: 1px solid rgb(242, 215, 215) !important;
    background-color: #ecb6b6 !important;
    color: rgb(153, 92, 92) !important;
    padding: 4px 10px;
    margin: 2px 4px;
}

@media (max-width: 991px) {
    .col-md-4 {
        position: static !important;
    }
}

@media (max-width: 750px) {
    .overview-profile-cont {
        position: relative;
        margin: auto;
        width: 100%;
        max-width: 180px;
        text-align: center;
        padding: 33px 0px;
        bottom: 0px;
    }

    .overview-profile-post-img {
        padding: 0px 00px 10px 0px;
        width: 100%;
        max-width: 400px !important;
    }

    .overview-profile-note-btn {
        text-align: center;
        padding: 8px 15px;
    }
}

.share-nav img {
    filter: grayscale(100%);
    width: 38px;
    position: relative;
    top: -1px !important;;
}

.share-nav a:hover img {
    filter: grayscale(0%);
}

.zoom {
    transition: transform .2s; /* Animation */
    font-size: 18px;
}

.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
}

@media only screen and (max-width: 991px) {
    .zoom {
        transition: transform .2s; /* Animation */
        font-size: 15px;
    }
}

.borderShow {
    transition: all 0.5s;
    position: relative;
    left: 0px;
}

.borderShow:hover {
    /* left: 10px; */
    box-shadow: -2px 2px 11px 5px #c2c9d0;
    z-index: 1;
}

.ellipsis-show {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 149px;
    transition: all 0.5s;
}

.ellipsis-show:hover {
    overflow: auto;
    text-overflow: inherit;
    position: absolute;
    box-shadow: 2px 2px 16px 0px #eee;
    width: auto;
    background: #f8f8f8;
}

.checkbox {
    --background: #fff;
    --border: #d1d6ee;
    --border-hover: #bbc1e1;
    --border-active: #1e2235;
    --tick: #fff;
    position: relative;
}

.checkbox input, .checkbox svg {
    width: 31px;
    height: 31px;
    display: block;
}

.checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 2px) var(--b, var(--border));
}

.checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.checkbox input:checked {
    --b: var(--border-active);
}

.checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}

.checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
    margin-top: 5px;
    margin-left: 5px;
}

.checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox.bounce {
    --stroke: var(--tick);
}

.checkbox.bounce input:checked {
    --s: 11px;
}

.checkbox.bounce input:checked + svg {
    animation: bounce 0.4s linear forwards 0.2s;
}

.checkbox.bounce svg {
    --scale: 0;
}

@keyframes bounce {
    50% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.btn-running {
    font-size: 13px;
    background: #fff !important;
    border: 1px solid rgb(216 214 214) !important;
    background-color: rgb(241 241 241) !important;
    color: rgb(155 155 155) !important;
    padding: 4px 10px;
    margin: 2px 4px;
    cursor: not-allowed !important;
    min-width: 79px;
}


.btn-run {
    font-size: 13px;
    border: 1px solid #f3e8d7 !important;
    background-color: #fff8ed !important;
    color: rgb(207 194 153) !important;
    padding: 4px 10px;
    margin: 2px 4px;
    cursor: not-allowed !important;
    min-width: 79px;
}

.btn-queue {
    font-size: 13px;
    border: 1px solid #edeeff !important;
    background-color: #fdf8ff !important;
    color: #c3aacb !important;
    padding: 4px 10px;
    margin: 2px 4px;
    cursor: not-allowed !important;
    min-width: 79px;
}

.btn-pending {
    font-size: 13px;
    border: 1px solid rgb(197 202 233) !important;
    background-color: #f4f6ff !important;
    color: rgb(87 95 140) !important;
    padding: 4px 10px;
    margin: 2px 4px;
    min-width: 79px;
}

.btn-ok {
    font-size: 13px;
    border: 1px solid rgb(176 214 210) !important;
    background-color: #f1fffe !important;
    color: rgb(56 107 97) !important;
    padding: 4px 10px;
    margin: 2px 4px;
    min-width: 79px;
}

.btn-failed {
    font-size: 13px;
    border: 1px solid rgb(239 165 190) !important;
    background-color: #fff6f9 !important;
    color: rgb(181 88 120) !important;
    padding: 4px 10px;
    margin: 2px 4px;
    min-width: 79px;
}

.btn-opa {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.disabled-link {
    pointer-events: none;
}

.svg-item {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    animation: donutfade 1s;
}

@keyframes donutfade {
    /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .svg-item {
        width: 80%;
    }
}

.donut-ring {
    stroke: #C1CAD2;
}

.donut-segment {
    transform-origin: center;
    stroke: #FF6200;
}

.donut-segment-2 {
    stroke: aqua;
    animation: donut1 3s;
}

.donut-segment-3 {
    stroke: #03acc8;
    animation: donut2 3s;
}

.donut-segment-4 {
    stroke: #ed1e79;
    animation: donut3 3s;
}

.segment-1 {
    fill: #ccc;
}

.segment-2 {
    fill: aqua;
}

.segment-3 {
    fill: #d9e021;
}

.segment-4 {
    fill: #ed1e79;
}

.donut-percent {
    animation: donutfadelong 1s;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 69, 31;
    }
}

@keyframes donut2 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 30, 70;
    }
}

@keyframes donut3 {
    0% {
        stroke-dasharray: 0, 100;
    }

    100% {
        stroke-dasharray: 1, 99;
    }
}

.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #FF6200;
}

.donut-text-1 {
    fill: aqua;
}

.donut-text-2 {
    fill: #d9e021;
}

.donut-text-3 {
    fill: #ed1e79;
}

.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}

.donut-data {
    font-size: 0.12em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color: #666;
    fill: #666;
    animation: donutfadelong 1s;
}

html {
    text-align: center;
}

.svg-item {
    max-width: 100%;
    display: inline-block;
    position: revert;
    width: 100%;
}

.point {
    padding: 0px;
    color: #8fa1b1;
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    animation-name: example;
    animation-duration: 1s;
    position: absolute;
    opacity: 0;
    animation: example 1s;
}

@keyframes example {
    from {
        top: 0;
        opacity: 1;
    }
    to {
        top: -55px;
        opacity: 0;
    }
}

.checkbox-min {
    --background: #fff;
    --border: #d1d6ee;
    --border-hover: #bbc1e1;
    --border-active: #1e2235;
    --tick: #fff;
    position: relative;
}

.checkbox-min input, .checkbox svg {
    width: 20px;
    height: 20px;
    display: block;
}

.checkbox-min input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 2px) var(--b, var(--border));
}

.checkbox-min input:hover {
    --s: 2px;
    --b: var(--border-hover);
}

.checkbox-min input:checked {
    --b: var(--border-active);
}

.checkbox-min svg {
    pointer-events: none;
    fill: none;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    transform: scale(var(--scale, 1)) translateZ(0);
}

.checkbox-min.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}

.checkbox-min.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
    margin-top: 0px;
    margin-left: 0px;
}

.checkbox-min.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

.checkbox-min.bounce {
    --stroke: var(--tick);
}

.checkbox-min.bounce input:checked {
    --s: 11px;
}

.checkbox-min.bounce input:checked + svg {
    animation: bounce 0.4s linear forwards 0.2s;
}

.checkbox-min.bounce svg {
    --scale: 0;
}

.checkbox-big.path input:checked + svg {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.checkbox-big svg {
    width: 31px !important;
    height: 31px !important;
    display: block;
}


/* gia number animation*/
.hold-point {
    width: 100%;
    display: inline-block;
    /*overflow: hidden;*/
    height: 35px;
    font-size: 24px;
}

.hold-number {
    height: 35px;
    /*overflow: hidden;*/
    display: inline-block;
}

.calculator-number div {
    height: 35px;
}

.calculator-number {
    height: 350px;
    position: relative;
}

.zoom-in-zoom-out-animation-green {
    animation-name: zoom-in-zoom-out-animation-green;
    animation-duration: 1s;
}

@keyframes zoom-in-zoom-out-animation-green {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
        color: #40ab46;
    }
    100% {
        transform: scale(1, 1);
    }
}

.zoom-in-zoom-out-animation-red {
    animation-name: zoom-in-zoom-out-animation-red;
    animation-duration: 1s;
}

@keyframes zoom-in-zoom-out-animation-red {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
        color: #ab4040;
    }
    100% {
        transform: scale(1, 1);
    }
}

.zoom-in-zoom-out-animation-bg {
    animation-name: zoom-in-zoom-out-animation-bg;
    animation-duration: 1s;
}

@keyframes zoom-in-zoom-out-animation-bg {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
        background: rgb(44 128 120);
        color: #ffffff;
    }
    100% {
        transform: scale(1, 1);
    }
}

.scroll-y {
    width: 100%;
    max-height: 34vh;
    box-sizing: border-box;
    transition: all 0.5s;
    border-radius: 10px;
    border: 1px solid rgb(240 242 245);
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.scroll-y:hover {
    -webkit-mask-position: left top;
    overflow-y: scroll;
    transition: all 0.5s;
    background: #fff !important;
    border-radius: 10px;
    border: 1px solid rgb(225, 230, 239);
}

.scroll-y-content {
    padding: 0px 3px;
    width: 100%;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #e1e6ef;
}

::-webkit-scrollbar-thumb {
    background: #0c294a;
}

::-webkit-scrollbar-thumb:hover {
    background: #0c294a;
}

@media (hover: none) and (pointer: coarse) {
    .scroll-y:hover {
        overflow-y: scroll;
    }
}

.atp-parse-modal {
    transition: all 0.5s;
    bottom: -100%;
}

.atp-parse-modal-active {
    transition: all 0.5s;
    bottom: -1%;
}

.atp-accordion-btn {
    width: 100%;
    text-align: left;
    background: #fff;
    border: #fff;
    border-bottom: 1px solid #eee;
}

.parser-tag {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.parser-tag:hover {
    transition: all 0.5s;
    text-overflow: clip;
    animation: textmove 1s infinite;
}

.move-link {
}

.move-link:hover {
    position: relative;
    -webkit-animation: linear infinite;
    -webkit-animation-name: move-link;
    -webkit-animation-duration: 4.5s;
}

@-webkit-keyframes move-link {
    0% {
        left: 0%;
    }
    50% {
        left: -130%;
    }
    100% {
        left: 0%;
    }
}

.bear-C1ABE8 {
    background: #C1ABE8;
    transition: all .2s;
}

.bear-C1ABE8-active {
    background: #8F49AC;
}

.bear-E8ABBC {
    background: #E8ABBC;
    transition: all .2s;
}

.bear-E8ABBC-active {
    background: #AC4988;
}

.bear-ABBDE8 {
    background: #ABBDE8;
    transition: all .2s;
}

.bear-ABBDE8-active {
    background: #5049AC;
}

.bear-ABD0E8 {
    background: #ABD0E8;
    transition: all .2s;
}

.bear-ABD0E8-active {
    background: #49A0AC;
}

.bear-ABE8D5 {
    background: #ABE8D5;
    transition: all .2s;
}

.bear-ABE8D5-active {
    background: #49AC81;
}

.bear-E8D2AB {
    background: #E8D2AB;
    transition: all .2s;
}

.bear-E8D2AB-active {
    background: #ACA249;
}

.bear-E8E5E6 {
    background: #E8E5E6;
    transition: all .2s;
}

.bear-E8E5E6-active {
    background: #AFAFAA;
}

.info-bear {
    transition: all 0.5s;
}

.info-bear .button-more {
    transition: all 0.5s;
    opacity: 0;
    top: -10px;
    color: #467178;
    text-align: center;
    display: inline-block;
    padding: 0px 0px;
    background: #fff;
    width: 30px;
    border-radius: 40px;
    font-size: 15px;
    z-index: 2;
    height: 30px;
    position: absolute;
    right: 8px;
    border: 1px solid #d1e5e9;
    cursor: pointer;
}

.info-bear:hover .button-more {
    opacity: 1;
    top: 5px;
}

.hold-con {
    transition: max-height 2.5s;
}

.hold-con .open-hover {
    overflow: hidden;
    max-height: 155px;
    transition: max-height 2.5s;
}

.hold-con:hover .open-hover {
    overflow: none;
    max-height: 600px;
}

.stratos-fix div{
    display: inline-block;
    width: 40px;
    text-align: center;}
