@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Roboto:500,700,800,400|Inter:400");


@font-face {
    font-family: "SF Pro Display-Regular";
    font-style: normal;
    font-weight: 400;
    src: url('https://anima-uploads.s3.amazonaws.com/projects/62e5bd2f729e81c0f2cb0ddb/fonts/sf-pro-display-regular.ttf') format("truetype");
}

/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/674d11e5d75e1b031a9a5cef.674d11e6d75e1b031a9a5cf2.YRLvavZ.hch.png");


.screen textarea:focus,
.screen input:focus {
    outline: none;
}

.screen * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.screen div {
    -webkit-text-size-adjust: none;
}

.component-wrapper a {
    display: contents;
    pointer-events: auto;
    text-decoration: none;
}

.component-wrapper * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    pointer-events: none;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
    pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
    visibility: hidden !important;
}

.screen a {
    display: contents;
    text-decoration: none;
}

.full-width-a {
    width: 100%;
}

.full-height-a {
    height: 100%;
}

.container-center-vertical {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    pointer-events: none;
}

.container-center-vertical>* {
    flex-shrink: 0;
    pointer-events: auto;
}

.container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100%;
}

.container-center-horizontal>* {
    flex-shrink: 0;
    pointer-events: auto;
}

.auto-animated div {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.auto-animated input {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
    opacity: 1;
}

.overlay-base {
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.overlay-base.animate-appear {
    align-items: center;
    animation: reveal 0.3s ease-in-out 1 normal forwards;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.overlay-base.animate-disappear {
    animation: reveal 0.3s ease-in-out 1 reverse forwards;
    display: block;
    opacity: 1;
    pointer-events: none;
}

.overlay-base.animate-disappear * {
    pointer-events: none;
}

@keyframes reveal {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-nodelay {
    animation-delay: 0s;
}

.align-self-flex-start {
    align-self: flex-start;
}

.align-self-flex-end {
    align-self: flex-end;
}

.align-self-flex-center {
    align-self: flex-center;
}

.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valign-text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

input:focus {
    outline: none;
}

.listeners-active,
.listeners-active * {
    pointer-events: auto;
}

.hidden,
.hidden * {
    pointer-events: none;
    visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
    pointer-events: auto;
    visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

:root {
    --black: #000000;
    --grey300: #d2d5da;
    --grey50: #f9fafb;
    --grey500: #6d7280;
    --grey900: #111827;
    --primaryblue100: #0063af;
    --white: #ffffff;

    --font-size-l: 20px;
    --font-size-m: 16px;
    --font-size-s: 14px;
    --font-size-xl: 24px;
    --font-size-xs: 12px;

    --font-family-inter: "Inter", Helvetica;
    --font-family-roboto: "Roboto", Helvetica;
    --font-family-sf_pro_display-regular: "SF Pro Display-Regular", Helvetica;
}

.bold16px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.24px;
}

.medium14px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.21px;
}

.regular16px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.24px;
}

.bold20px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.regular12px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.18px;
}

.regular14px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.21px;
}

.medium16px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.24px;
}

.roboto-normal-alabaster-16px {
    color: var(--grey50);
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.roboto-medium-alabaster-16px {
    color: var(--grey50);
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500;
}

/* screen - tuyen-sinh-u273e-an-tuyen-sinh */

.tuyen-sinh-u273e-an-tuyen-sinh {
    background-color: var(--white);
    margin: 0px;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .header-t9Bl09 {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 80px;
    justify-content: space-between;
    left: 0px;
    overflow: hidden;
    padding: 30px 112px;
    position: absolute;
    top: 78px;
    width: 1440px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .group-1-L0oKTv {
    background-color: transparent;
    height: 56px;
    margin-bottom: -18.00px;
    margin-top: -18.00px;
    position: relative;
    width: 269px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .logo-v0fKDN {
    height: 56px;
    left: 0px;
    top: 0px;
    width: 56px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .i-hc-nng-v0fKDN {
    background-color: transparent;
    height: 12px;
    left: 68px;
    position: absolute;
    top: 5px;
    width: 86px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .trng-i-hc-bch-khoa-v0fKDN {
    background-color: transparent;
    height: 15px;
    left: 68px;
    position: absolute;
    top: 21px;
    width: 200px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-9-v0fKDN {
    background-color: transparent;
    height: 1px;
    left: 68px;
    object-fit: cover;
    position: absolute;
    top: 40px;
    width: 201px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .university-of-science-v0fKDN {
    background-color: transparent;
    height: 6px;
    left: 68px;
    position: absolute;
    top: 45px;
    width: 100px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-2-L0oKTv {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: -2.00px;
    margin-top: -2.00px;
    position: relative;
}

.tuyen-sinh-u273e-an-tuyen-sinh .trang-ch-PcoQBI {
    color: var(--grey900);
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-1-KrawnB {
    background-color: transparent;
    height: 16px;
    position: relative;
    width: 1px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .trang-ch-x5so3E {
    color: var(--primaryblue100);
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-7-KrawnB {
    background-color: transparent;
    height: 16px;
    position: relative;
    width: 1px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .trang-ch-zUuT78 {
    color: var(--grey900);
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-9-KrawnB {
    background-color: transparent;
    height: 16px;
    position: relative;
    width: 1px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .trang-ch-NTNt2n {
    color: var(--grey900);
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-6-KrawnB {
    background-color: transparent;
    height: 16px;
    position: relative;
    width: 1px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .trang-ch-BdyO7E {
    color: var(--grey900);
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-8-KrawnB {
    background-color: transparent;
    height: 16px;
    position: relative;
    width: 1px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .trang-ch-mPg08s {
    color: var(--grey900);
}

.tuyen-sinh-u273e-an-tuyen-sinh .image-t9Bl09 {
    background-color: transparent;
    background-image: url(https://cdn.animaapp.com/projects/674d121a37346045a6ec5462/releases/676f9a645334470944c72c1b/img/image-6.png);
    background-position: 50% 50%;
    background-size: cover;
    height: 108px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 158px;
    width: 1440px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-10-ibkSZp {
    background-color: transparent;
    height: 108px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1440px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-11-ibkSZp {
    background-color: transparent;
    height: 98px;
    left: 99px;
    position: absolute;
    top: 10px;
    width: 1341px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .ellipse-1-ibkSZp {
    background-color: transparent;
    height: 88px;
    left: 404px;
    object-fit: cover;
    position: absolute;
    top: 10px;
    width: 88px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-8-ibkSZp {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    gap: 53px;
    left: 532px;
    position: absolute;
    top: 42px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .t-chun-kim-nh-cp-c-s-hmSHlo {
    background-color: transparent;
    color: transparent;
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.30px;
    line-height: 28px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span0-KxhZkW {
    color: var(--grey900);
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.06px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span1-KxhZkW {
    color: var(--grey900);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.06px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span2-KxhZkW {
    color: var(--primaryblue100);
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.06px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-7-hmSHlo {
    align-items: center;
    background-color: var(--white);
    border: 1px solid;
    border-color: transparent;
    border-image: linear-gradient(to bottom, rgb(0, 99.46806818246841, 175.3125), rgb(252.00000017881393, 200.00000327825546, 49.00000087916851)) 1;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 6px 8px;
    position: relative;
    width: 120px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .chi-tit-fqI8La {
    background-color: transparent;
    color: var(--primaryblue100);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .footer-t9Bl09 {
    background-color: var(--primaryblue100);
    bottom: 0px;
    height: 371px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    width: 1440px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .logo-Axc412 {
    height: 72px;
    left: 112px;
    top: 40px;
    width: 72px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-52-Axc412 {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
    left: 633px;
    position: absolute;
    top: 40px;
    width: 278px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .tuyn-sinh-o-to-sSl9m8 {
    align-self: stretch;
    background-color: transparent;
    color: var(--grey50);
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.00px;
    line-height: 32px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-sSl9m8 {
    align-self: stretch;
    display: flex;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .thng-tin-tuyn-sinh-aREZ0Q {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-NFUi7N {
    display: inline-flex;
}

.tuyen-sinh-u273e-an-tuyen-sinh .o-to-i-hc-rowT0i {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-0rXZkS {
    display: inline-flex;
}

.tuyen-sinh-u273e-an-tuyen-sinh .o-to-sau-i-hc-BZasK9 {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-SsOciH {
    display: inline-flex;
}

.tuyen-sinh-u273e-an-tuyen-sinh .o-to-thng-xuyn-DPaZxD {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-hpWshY {
    display: inline-flex;
}

.tuyen-sinh-u273e-an-tuyen-sinh .vn-bn-php-quy-9kPK6i {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-53-Axc412 {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
    left: 1050px;
    position: absolute;
    top: 40px;
    width: 278px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .cc-lin-kt-khc-PKdG20 {
    align-self: stretch;
    background-color: transparent;
    color: var(--grey50);
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.00px;
    line-height: 32px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-PKdG20 {
    align-self: stretch;
    display: flex;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .th-vin-mqIstg {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-Feaxsd {
    display: inline-flex;
}

.tuyen-sinh-u273e-an-tuyen-sinh .e-learning-ii07uu {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-0XrZp0 {
    display: inline-flex;
}

.tuyen-sinh-u273e-an-tuyen-sinh .nhp-hc-online-z1Jx4G {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-eTmTsJ {
    display: inline-flex;
}

.tuyen-sinh-u273e-an-tuyen-sinh .h-thng-thng-tin-sinh-vin-uePnk9 {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-ktqZk8 {
    display: inline-flex;
}

.tuyen-sinh-u273e-an-tuyen-sinh .h-thng-tc-nghip-tGRSx8 {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .social-icons-Axc412 {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    left: 112px;
    position: absolute;
    top: 253px;
    width: 176px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .social-icons-tlut2t {
    background-color: transparent;
    height: 32px;
    position: relative;
    width: 32px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .social-icons-s8tSFP {
    background-color: transparent;
    height: 32px;
    position: relative;
    width: 32px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .social-icons-sBxdVg {
    background-color: transparent;
    height: 32px;
    position: relative;
    width: 32px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-51-Axc412 {
    align-items: flex-start;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    left: 112px;
    position: absolute;
    top: 128px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-VFj88K {
    align-self: stretch;
    display: flex;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .call-tXRySb {
    background-color: transparent;
    height: 24px;
    position: relative;
    width: 24px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .in-thoi-02363650422-02363653341-tXRySb {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span0-5Q9Ync {
    font-style: normal;
    letter-spacing: 0.04px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span1-5Q9Ync {
    font-style: normal;
    letter-spacing: 0.04px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-gj7ULs {
    align-self: stretch;
    display: flex;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .call-calling-VK0UQb {
    background-color: transparent;
    height: 24px;
    position: relative;
    width: 24px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .hotline-0905294111-0905294222-19002345-VK0UQb {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span0-p05hFx {
    font-style: normal;
    letter-spacing: 0.04px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span1-p05hFx {
    font-style: normal;
    letter-spacing: 0.04px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text-XrLefg {
    align-self: stretch;
    display: flex;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .sms-Nbm0zl {
    background-color: transparent;
    height: 24px;
    position: relative;
    width: 24px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .email-tuyensinhdutudnvn-Nbm0zl {
    background-color: transparent;
    color: var(--grey50);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span0-5Qcbwt {
    font-style: normal;
    letter-spacing: 0.04px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span1-5Qcbwt {
    font-style: normal;
    letter-spacing: 0.04px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-3-Axc412 {
    align-items: center;
    background-color: var(--grey50);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    left: calc(50.00% - 720px);
    padding: 10px 100px;
    position: absolute;
    top: 332px;
    width: 1440px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .bn-quyn-trng-i-hc-bch-khoa-i-hc-nng-6ajqn5 {
    background-color: transparent;
    color: var(--grey900);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.00px;
    line-height: normal;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .group-33831-t9Bl09 {
    background-color: transparent;
    left: 424px;
    width: 1000px;
}

.quy-che-tuyen-sinh {
    width: 1000px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .n-tuyn-sinh-2024-Dx8L63 {
    background-color: transparent;
    color: var(--primaryblue100);
    font-style: normal;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: auto;
}

.tuyen-sinh-u273e-an-tuyen-sinh .x01012024-Dx8L63 {
    background-color: transparent;
    color: var(--grey900);
    font-style: normal;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    text-align: left;
    top: 30px;
    white-space: nowrap;
    width: auto;
}

.tuyen-sinh-u273e-an-tuyen-sinh .image-12-Dx8L63 {
    background-color: transparent;
    height: 633px;
    object-fit: cover;
    /* position: absolute; */
    top: 66px;
    width: 904px;
}

.frame-12857-t9Bl09 {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
    left: calc(50.00% - 296px);
    width: 904px;
}

.frame-86-UxXFax {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 12px;
    position: relative;
}

.tuyen-sinh-u273e-an-tuyen-sinh .cc-thng-tin-khc-gGYAiw {
    background-color: transparent;
    color: var(--grey900);
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .vector-36-gGYAiw {
    background-color: transparent;
    height: 2px;
    margin-right: -1.00px;
    position: relative;
    width: 138.5px;
}

.frame-88-UxXFax {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}

.frame-30-lNE2jY {
    align-items: flex-end;
    background-color: transparent;
    border-color: var(--grey300);
    flex: 0 0 auto;
    padding: 0px 0px 12px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .cc-cu-hi-thng-gp-v-t-RZ4iyq {
    background-color: transparent;
    color: var(--grey900);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-87-lNE2jY {
    align-items: flex-end;
    align-self: stretch;
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey300);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    padding: 0px 0px 12px;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .tm-lc-n-tuyn-sinh-i-hc-chnh-quy-nm-2024-7SuEaT {
    background-color: transparent;
    color: var(--grey900);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-88-lNE2jY {
    align-items: flex-end;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey300);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    gap: 8px;
    padding: 0px 0px 12px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .cc-iu-kin-m-bo-cht-lng-nQmTBs {
    background-color: transparent;
    color: var(--grey900);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .x19032024-nQmTBs {
    background-color: transparent;
    color: var(--grey500);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-89-lNE2jY {
    align-items: flex-end;
    align-self: stretch;
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey300);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    padding: 0px 0px 12px;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .k-hoch-tuyn-sinh-LxWXJm {
    background-color: transparent;
    color: var(--grey900);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .x9032024-LxWXJm {
    background-color: transparent;
    color: var(--grey500);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-90-lNE2jY {
    align-items: flex-end;
    align-self: stretch;
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey300);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    padding: 0px 0px 12px;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .tnh-hnh-vic-lm-ca-sinh-vin-tt-nghip-n1p862 {
    background-color: transparent;
    color: var(--grey900);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .x192024-n1p862 {
    background-color: transparent;
    color: var(--grey500);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.frame-1171274868-t9Bl09 {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 24px;
    left: 112px;
    width: 280px;
    margin-right: 30px;
    margin-bottom: 40px
}

.right-menu{
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 24px;
    left: 112px;
    width: 280px;
    margin-left: 30px;
    margin-bottom: 40px
}

.frame-12842-0SQJSj {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.frame-30-Pr8TqS {
    align-items: center;
    background-color: var(--primaryblue100);
    border-color: var(--grey50);
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-34-Pr8TqS {
    align-items: center;
    align-self: stretch;
    background-color: var(--primaryblue100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey50);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-33-Pr8TqS {
    align-items: center;
    align-self: stretch;
    background-color: var(--primaryblue100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey50);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
    position: relative;
    width: 100%;
}

.frame-35-Pr8TqS {
    align-items: center;
    align-self: stretch;
    background-color: var(--primaryblue100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey50);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
    position: relative;
    width: 100%;
}

.frame-38-Pr8TqS {
    align-items: center;
    align-self: stretch;
    background-color: var(--primaryblue100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey50);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
    position: relative;
    width: 100%;
}

.frame-36-Pr8TqS {
    align-items: center;
    align-self: stretch;
    background-color: var(--primaryblue100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey50);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
    position: relative;
    width: 100%;
}

.frame-37-Pr8TqS {
    align-items: center;
    align-self: stretch;
    background-color: var(--primaryblue100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey50);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-40-Pr8TqS {
    align-items: center;
    align-self: stretch;
    background-color: var(--primaryblue100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey50);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-39-Pr8TqS {
    align-items: center;
    align-self: stretch;
    background-color: var(--primaryblue100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--grey50);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    height: 52px;
    justify-content: center;
    padding: 0px 16px;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .frame-32-0SQJSj {
    align-items: flex-start;
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 100%;
}

.image-MK2Bcr {
    background-color: transparent;
    height: 128px;
    object-fit: cover;
    position: relative;
    width: 280px;
    margin-bottom: 10px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .image-4yiUxS {
    background-color: transparent;
    height: 128px;
    object-fit: cover;
    position: relative;
    width: 280px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .image-h7Mfo4 {
    background-color: transparent;
    height: 128px;
    object-fit: cover;
    position: relative;
    width: 280px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .image-Z0Mkjg {
    background-color: transparent;
    height: 128px;
    object-fit: cover;
    position: relative;
    width: 280px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .core-google-chrome-toolbar-light-t9Bl09 {
    background-color: transparent;
    height: 78px;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 1440px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .tabs-bar-xrjpPe {
    background-color: transparent;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .background-qlK4Hz {
    background: linear-gradient(180deg, rgb(223.00000190734863, 225.00000178813934, 229.00000154972076) 0.5952381063252687%, rgb(223.00000190734863, 225.00000178813934, 229.00000154972076) 99.40476417541504%);
    background-color: transparent;
    height: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .new-tab-icon-qlK4Hz {
    background-color: transparent;
    height: 12px;
    left: 334px;
    position: absolute;
    top: 19px;
    width: 12px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .core-traffic-lights-catalina-qlK4Hz {
    background-color: transparent;
    height: 12px;
    left: 13px;
    position: absolute;
    top: 16px;
    width: 52px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .tab-qlK4Hz {
    left: 70px;
    top: 8px;
    width: 258px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .tab-ojuITg {
    left: 0px;
    top: 0px;
    width: 256px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .title-ojuITg {
    background-color: transparent;
    color: #3d4043;
    font-family: var(--font-family-sf_pro_display-regular);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
    height: 20px;
    left: 44px;
    letter-spacing: 0.00px;
    line-height: normal;
    position: absolute;
    text-align: left;
    top: 7px;
    width: 175px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .tab-close-icon-ojuITg {
    background-color: transparent;
    height: 8px;
    left: 228px;
    position: absolute;
    top: 13px;
    width: 8px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .logo-ojuITg {
    height: 20px;
    left: 19px;
    top: 7px;
    width: 20px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .toolbar-xrjpPe {
    background-color: transparent;
    height: 46.15%;
    left: 0px;
    position: absolute;
    top: 53.85%;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .background-muvnxn {
    background-color: transparent;
    height: 36px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .background-xkvxxk {
    background-color: var(--white);
    height: 36px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .separator-xkvxxk {
    background-color: #b6b6b6;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 36px;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .actions-muvnxn {
    background-color: transparent;
    height: 13px;
    left: 16px;
    position: absolute;
    top: 12px;
    width: 78px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .address-bar-muvnxn {
    background-color: transparent;
    height: 28px;
    left: 108px;
    position: absolute;
    top: 4px;
    width: calc(100.00% - 150px);
}

.tuyen-sinh-u273e-an-tuyen-sinh .address-bar-background-TR6XY7 {
    background-color: #f1f3f4;
    border-radius: 14px;
    height: 28px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: calc(100.00% - 2px);
}

.tuyen-sinh-u273e-an-tuyen-sinh .secure-icon-TR6XY7 {
    background-color: transparent;
    height: 10px;
    left: 14px;
    position: absolute;
    top: 9px;
    width: 8px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .url-TR6XY7 {
    background-color: transparent;
    color: transparent;
    font-family: var(--font-family-sf_pro_display-regular);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    height: 28px;
    left: 34px;
    letter-spacing: 0.00px;
    line-height: normal;
    position: absolute;
    text-align: left;
    top: 0px;
    width: 1028px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span0-jVpKmX {
    color: #767676;
    font-style: normal;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span1-jVpKmX {
    color: #202124;
    font-style: normal;
}

.tuyen-sinh-u273e-an-tuyen-sinh .span2-jVpKmX {
    color: #767676;
    font-style: normal;
}

.tuyen-sinh-u273e-an-tuyen-sinh .menu-icon-muvnxn {
    background-color: transparent;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 3px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .background {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .button-text {
    align-items: center;
    background-color: transparent;
    flex: 0 0 auto;
    gap: 10px;
    position: relative;
}

.frame-30 {
    align-self: stretch;
    border-bottom-style: solid;
    /* border-bottom-width: 1px; */
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    gap: 8px;
    position: relative;
    width: 100%;
    flex-direction: row;
}

.frame-88 {
    align-self: stretch;
    background-color: transparent;
    display: flex;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .iconly {
    background-color: transparent;
    height: 18px;
    position: relative;
    width: 18px;
}

.tuyen-sinh-u273e-an-tuyen-sinh .iconly-light-arrow-right-2 {
    background-color: transparent;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.tuyen-sinh-u273e-an-tuyen-sinh .logo {
    background-color: transparent;
    position: absolute;
}

.tuyen-sinh-u273e-an-tuyen-sinh .menu-header {
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-content: center;
    position: relative;
}

.tuyen-sinh-u273e-an-tuyen-sinh .n-tuyn-sinh {
    background-color: transparent;
    color: var(--grey50);
    flex: 1;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    text-align: left;
}

.tuyen-sinh-u273e-an-tuyen-sinh .tab {
    background-color: transparent;
    height: 34px;
    position: absolute;
}

.tuyen-sinh-u273e-an-tuyen-sinh .trang-ch {
    background-color: transparent;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .x05042024 {
    background-color: transparent;
    color: var(--grey500);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: fit-content;
}

.tuyen-sinh-u273e-an-tuyen-sinh .x2-row {
    background-color: transparent;
    height: 20px;
    position: relative;
    width: 20px;
}

@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

#anima-interface {
    transition: all 0.5s ease-in-out;
}

#anima-watermark {
    transition: all 0.5s ease-in-out;
    display: none;
}

#anima-watermark-link {
    position: fixed;
    bottom: 20px;
    height: 30px;
    border-radius: 1000px;
    background: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    text-decoration: none;
    color: #fff;
    padding: 8px 16px 8px 11px;
    font-family: Mulish, sans-serif;
    font-size: 12px;
}

#anima-watermark-link .text {
    margin-left: 6px;
}

.omniview-anima-action-links .link {
    height: 30px;
    width: 30px;
    border-radius: 1000px;
    background: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: width 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    text-decoration: none;
    color: #fff;
}

.tuyen-sinh-u273e-an-tuyen-sinh .group-33831-t9Bl09 > * {
    margin-bottom: 23px;
}

.tuyen-sinh-a > * {
    margin-bottom: 10px;

}

.omniview-anima-action-links #comment-link .text,
.omniview-anima-action-links #code-link .text {
    display: none;
    font-size: 12px;
    margin-right: 5px;
}

.omniview-anima-action-links #comment-link:hover,
.omniview-anima-action-links #code-link:hover {
    width: 105px;
}

.omniview-anima-action-links #comment-link.pop-active,
.omniview-anima-action-links #code-link.pop-active {
    width: 105px;
    background: #FF6250;
}

.omniview-anima-action-links #comment-link.pop-active .text,
.omniview-anima-action-links #code-link.pop-active .text {
    display: block
}

.omniview-anima-action-links #comment-link:hover .text,
.omniview-anima-action-links #code-link:hover .text {
    display: block;
}

.link.navigation {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 32px;
    color: #fff;
    font-size: 12px;
    cursor: default;
    padding: 0 5px;
}

.link.navigation .icon {
    margin: 0 6px;
    fill: none;
    stroke: currentColor;
    cursor: pointer;
}

.link.navigation .icon.disabled {
    opacity: 0.5;
    cursor: default;
}


.link.navigation .home-icon {
    margin-left: 6px;
    fill: currentColor;
    stroke: currentColor;
    cursor: pointer;
}

.omniview-anima-action-links .restart {
    height: 30px;
    padding: 0 12px;
    background: #3B3B3B;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #f1f1f1;
    font-size: 12px;
}

.omniview-anima-action-links {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-family: Mulish, sans-serif;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.omniview-anima-action-links>*+* {
    margin-right: 0;
    margin-left: 10px;
}

.idle {
    opacity: 0;
    pointer-events: none;
}

#popoverOpener {
    position: absolute;
    left: 50%;
    margin-left: -10vw;
    text-align: center;
    top: 45vh;
    width: 20vw;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    font-family: "sans-serif";
    font-size: 14px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
    margin-top: -12px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    font-family: Mulish, sans-serif;
}



.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}



#anima-comment-popover,
#anima-code-popover {
    background: #333333;
    color: #fff;
}

#anima-comment-popover.top>.arrow,
#anima-comment-popover.top>.arrow:after,
#anima-code-popover.top>.arrow:after,
#anima-code-popover.top>.arrow {
    border-top-color: #333;
}

#anima-comment-popover .btn,
#anima-code-popover .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 20px;
    background: #FF6250;
    color: #fff;
    border-radius: 100px;
    width: max-content;
    text-decoration: none;
}

@media screen and (max-width: 550px) {
    #anima-watermark-link {
        padding: 6px !important;
    }

    #anima-watermark-link .text {
        display: none !important;
    }
}
.image-t9Bl09 {
    background-color: transparent;
    background-image: url(https://cdn.animaapp.com/projects/674d121…/releases/676f9a6…/img/image-6.png);
    background-position: 50% 50%;
    background-size: cover;
    height: 108px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 158px;
    width: 1440px;
}
