.player__content .btn .material-icons {
    font-size: 30px
}

.embed-responsive-item .img-video img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.retingform .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative
}

.retingform .rating-0 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.retingform .rating > input {
    display: none
}

.retingform .rating > label {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.retingform .rating > input:checked ~ label, .retingform .rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")
}

.retingform .rating > input:not(:checked) ~ label:hover, .retingform .rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")
}

.retingform .emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.retingform .emoji-wrapper:before, .retingform .emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1
}

.retingform .emoji-wrapper:before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, #fff 0%, #fff 35%, rgba(255, 255, 255, 0) 100%)
}

.retingform .emoji-wrapper:after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(35%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff 0%, #fff 35%, rgba(255, 255, 255, 0) 100%)
}

.retingform .emoji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.retingform .emoji > svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.retingform #rating-1:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

.retingform #rating-2:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
}

.retingform #rating-3:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px)
}

.retingform #rating-4:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px)
}

.retingform #rating-5:checked ~ .emoji-wrapper > .emoji {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px)
}

.retingform .feedback {
    background-color: #fff;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05)
}

.contact-page .pb-100 {
    padding-bottom: 100px
}

.contact-page .pt-100 {
    padding-top: 100px
}

.contact-page .mb-100 {
    margin-bottom: 100px
}

.contact-page a {
    text-decoration: none;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.contact-page .section-title {
    position: relative
}

.contact-page .section-title p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400
}

.contact-page .section-title h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block
}

.contact-page .section-title h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px
}

.contact-page .section-title h4::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #ff4c8b;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px
}

.contact-page .contact {
    /*background-image: url("../../images/contact_back.jpeg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-attachment: fixed;*/
    background-color: #fff;
    position: relative;
    z-index: 2;
    color: #333;
}

@media (max-width: 767px) {
    .contact-page .contact-form {
        margin-bottom: 30px
    }
}

.contact-page .contact-form input, .contact-page textarea, .contact-page select {
    width: 100%;
    border: 1px solid #555;
    padding: 5px 10px;
    text-transform: capitalize;
    margin-top: 15px;
    background-color: transparent;
}

.contact-page .contact:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color: #303840;*/
    z-index: -1;
    opacity: .85
}

.contact-page .single-contact {
    text-align: left;
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
    margin-top: 10px;
    color: #fff
}

.contact-page .single-contact i.fa {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #012169;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px
}

.contact-page .single-contact h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500
}

.contact-page .single-contact p {
    font-size: 15px;
    font-weight: 400
}

.contact-page .contact-form input[type="submit"] {
    background-color: #012169;
    border: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s
}

.contact-page .contact-form input[type="submit"]:hover {
    background-color: #012169
}

.contact-page .contact-form input:focus, .contact-page textarea:focus {
    border-color: #012169
}

.sugget-search {
    padding-top: 14px;
    right: 0;
    width: 200%
}

.sugget-search .sugget-item img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 5px 0
}

.sugget-search ul {
    -webkit-box-shadow: 0 6px 6px -3px rgba(39, 44, 51, 0.1), 0 10px 14px 1px rgba(39, 44, 51, 0.04), 0 4px 18px 3px rgba(39, 44, 51, 0.02);
    box-shadow: 0 6px 6px -3px rgba(39, 44, 51, 0.1), 0 10px 14px 1px rgba(39, 44, 51, 0.04), 0 4px 18px 3px rgba(39, 44, 51, 0.02);
    max-height: 300px;
    overflow-y: auto;
    border-radius: 2px
}

.sugget-search ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5
}

.sugget-search ul::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.sugget-search ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #ccc
}

.sugget-search ul li:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8d8d8
}
/*css filter course detail*/
.box-product-variants {
    margin-bottom: 5px;
}
.box-product-variants .box-title p {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-bottom: 10px;
}
.box-product-variants .list-variants{
    padding: unset;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.box-product-variants .list-variants .item-variant {
    width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
    padding: 5px 4px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    font-size: 12px;
    text-decoration: none;
    color: #444;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.is-flex-direction-column {
    flex-direction: column!important;
}
.box-product-variants .list-variants .item-variant a strong {
    color: #444;
}
.box-product-variants .list-variants .item-variant strong {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box-product-variants .list-variants .item-variant a span {
    color: #444;
    font-weight: bold;
}
.box-product-variants .list-variants .item-variant.active {
    border: 1px solid #1b75bc;
    background-color: #1b75bc;
}
.box-product-variants .list-variants .item-variant.active a .is-flex-direction-column span, .box-product-variants .list-variants .item-variant.active a .is-flex-direction-column strong {
    color: #fff;
}
.is-flex {
    display: flex!important;
}

.is-align-items-center {
    align-items: center!important;
}

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

.header--box-search.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header--box-search {
    position: absolute;
    top: calc(100% + 10px);
    z-index: 99;
    right: 15px;
    left: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 575px){
    .header--box-search .search-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 15px;
    }
    .header--box-search .search-form input {
        margin: 0 !important;
    }
    .header--box-search .search-form button {
        margin-top: 15px;
    }
}

.header--box-search .search-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
    border-radius: 3px;
}
.header--box-search .search-form input {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border: unset;
    outline: unset;
    border-bottom: 0.1px solid #bdbdbd;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    padding-bottom: 10px;
    margin-right: 15px;
}
.header--box-search .search-form button {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    background: #1b75bc;
    border-radius: 5px;
    border: unset;
    outline: unset;
    padding: 5px 11px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header-search {
    position: relative;
    margin-right: 10px;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.increment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    background: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 5px 0;
}
.increment a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    text-align: center;
}
.increment input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    border: unset;
    outline: unset;
    border-left: 1px solid #e0e0ee;
    border-right: 1px solid #e0e0ee;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none
}
.list-group-item a.active {
    color: #ed0b4c
}
.watermark-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: unset;
    pointer-events: none;
    color: rgba(58, 58, 58, 0.16);
    font-size: 24px;
    font-weight: bold;
}
video::-webkit-media-controls-fullscreen-button
{
    display: none !important;
}
.dot-err:before {
    content:"\A";
    width:10px;
    height:10px;
    border-radius:50%;
    background: #b83b3b;
    display:inline-block;
    margin:0 10px;
}
.layout-learnly-uss {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}





/*.float-on-scroll {*/
/*    position: fixed;*/
/*    top: 50px; !* Adjust this value to set the desired distance from the top *!*/
/*    right: 0; !* You can change 'right' to 'left' if you want it to float on the left side *!*/
/*    overflow-y: auto; !* Enable vertical scrolling if the content overflows *!*/
/*    max-height: calc(100vh - 50px); !* Set the maximum height of the floating column *!*/
/*}*/

.fixed-top2 {
    position: fixed;
    top: 100px;
    right: 0;
    width: 346px;
}

.banner-home .hero.page__container{
    visibility: visible !important
}

.ub-primary-color .mdk-header__bg-front:after {
    background-color: rgba(1, 32, 105, .9) !important;
}

.ub-bg-primary,
[dir] .bg-primary {
    background-color: #012169 !important;
}

[dir] .btn-outline-primary,
.btn-outline-primary,
.btn-primary {
    border-color: #012169 !important;
    background-color: #012169 !important;
    color: #fff !important;
}

[dir] .btn-outline-primary:hover,
.btn-outline-primary:hover,
.btn-primary:hover {
    color: #fff !important;
    background-color: #012169 !important;
    border-color: #012169 !important;
}

.color-primary {
    color: #012169 !important;
}

.box-product-variants .list-variants .item-variant.active {
    border: 1px solid #012169 !important;
    background-color: #012169 !important;
}

.ub-btn-accent, .btn-accent, [dir] .btn-accent  {
    background-color: #ff4c8b !important;
    border-color: #ff4c8b !important;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(39, 44, 51, .075) !important;
}

.card-title-hover:hover {
    color: #012169!important;
}


.avatar-16by9 {
    position: relative;
    width: 160px;
    height: 90px;
    /*padding-top: 56.25%; !* 16:9 aspect ratio *!*/
}

.avatar-16by9 .avatar-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[dir] .page-item.active .page-link {
    background-color: #012169;
    border-color: #012169;
}

.footer-primary {
    background-image: linear-gradient(to bottom, rgba(1, 32, 105, 0.73), rgba(0,60,196, 1)), url('https://lms.ub.net/images/ub@3x.jpg') !important;
    background-size: cover;
    opacity: 0.8;
}
.dot{
    height: 5px;
    width: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px !important;
}
.title-course {
    height: 60px;
    max-height: 60px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}


.accordion__item.is_center {
    border: 3px solid #fac36b !important;
    overflow: hidden;
}

.accordion__item.is_center:before{
    content: 'Must Learn';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

    color: #fac36b;
    font-size: 100px;
    font-weight: 500;
    display: grid;
    justify-content: center;
    align-content: center;
    opacity: 0.2;
    transform: rotate(-15deg);
}

.div-content .hover-tooltip {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
}

.div-content .hover-tooltip img {
  margin-left: 5px;
  margin-top: -4px;
}

.div-content .hover-tooltip .div-hover {
  display: none;
  position: relative;
  top: auto;
  left: 30px;
  bottom: 25px;
  border-radius: 8px;
  background: #006ac5;
  padding: 5px 12px;
  width: max-content;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  z-index: 11;
  min-width: auto;
  max-width: 800px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.div-content .hover-tooltip .div-hover p {
  margin-bottom: unset;
  font-size: 12px;
}

.div-content .hover-tooltip:hover .div-hover {
  display: block;
}

.div-content .hover-tooltip:hover::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 20px;
  width: 12px;
  height: 10px;
  background: transparent url(../../images/ic-arr-d.png);
  transform: rotate(90deg);
}

.div-content .hover-tooltip .div-hover table {
  width: 100% !important;
}
.form-control:focus {
  background-color: #fff !important;
  border-color: #edf0f2 !important;
  box-shadow: unset !important;
}
.input-group.input-group-merge .form-control:focus~[class*=input-group] .input-group-text {
  border-color: #edf0f2 !important;
  background-color: #fff !important;
}

.ic-note-list-less:hover, .ic-note-comment:hover, .ic-note-note:hover, .ic-note-download:hover, .ic-note-qa:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline-width: 0;
  color: #0056b3;
}

.ic-note-list-less:hover>.note-list-les, .ic-note-comment:hover>.note-comment, .ic-note-note:hover>.note-list-note, .ic-note-download:hover>.note-download, .ic-note-qa:hover>.note-qa {
  display: block;
}

.note-list-les, .note-comment, .note-list-note, .note-download, .note-qa {
  display: none;
  position: absolute;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #ffffff;
  width: max-content;
  padding: 10px;
  background: #006ac5;
  top: -40px;
  left: 50%;
  max-width: 300px;
  transform: translateX(-50%);
}

.note-list-les::after, .note-comment::after, .note-list-note::after, .note-download::after , .note-qa::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 12px;
  height: 13px;
  background: transparent url(../../images/ic-arr-d.png) no-repeat;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .note-list-les, .note-comment, .note-list-note, .note-download, .note-qa {
    top:auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -100%
  }

  .note-list-les::after, .note-comment::after, .note-list-note::after, .note-download::after, .note-qa::after {
    content: none
  }
}

/*Notification*/
.notif .box::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 5px
}

.notif .box::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 5px
}

.notif .box::-webkit-scrollbar-thumb
{
  background-color: black;
  border: 2px solid black;
  border-radius: 5px
}

.notif .notification{
  margin-right: 5px;
  padding-top: 7px;
  position: relative;
  display: inline-block;
}

.notif .number{
  height: 22px;
  width: 22px;
  background-color: #d63031;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 23px;
  /* padding: 0px; */
  border-style: solid;
  border-width: 2px;
  font-size: 9px;
  line-height: 18px;
}

.notif .number:empty {
  display: none;
}

.notif .notBtn{
  transition: 0.5s;
  cursor: pointer
}

.notif .favi{
  font-size: 25pt;
  padding-bottom: 10px;
  color: #0000003b;
  margin-left: 10px;
  margin-right: 10px;
}

.notif .box{
  width: 400px;
  height: 0px;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  overflow-y: scroll;
  padding: 0px;
  left: -300px;
  margin-top: 5px;
  background-color: #F4F4F4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  cursor: context-menu;
}

.notif .fas:hover, .notif .notBtn:hover > .notif .fas {
  color: #1876F2;
}

.notif .notBtn:hover > .box{
  height: 60vh
}

.notif .content{
  padding: 20px;
  color: black;
  vertical-align: middle;
  text-align: left;
}

.notif .gry{
  background-color: #F4F4F4;
}

.notif .top{
  color: black;
  padding: 10px
}

.notif .display{
  position: relative;
}

.notif .cont{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
}

.notif .cont:empty{
  display: none;
}

.notif .stick{
  text-align: center;
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px
}

.notif .stick:hover{
  color: black;
}

.notif .cent{
  text-align: center;
  display: block;
}

.notif .sec{
  padding: 25px 10px;
  background-color: #F4F4F4;
  transition: 0.5s;
}

.notif .profCont{
  padding-left: 15px;
}

.notif .profile{
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 75px;
  float: left;
}

.notif .txt{
  vertical-align: top;
  font-size: 1.25rem;
  padding: 5px 10px 0px 115px;
}

.notif .sub{
  font-size: 1rem;
  color: grey;
}

.notif .new{
  border-style: none none solid none;
  border-color: red;
}

.notif .sec:hover{
  background-color: #BFBFBF;
}


.notifi {
  display: flex;
  padding: 6px;
  background-color: white;
}
.notifi:hover {
  background-color: #25252514;
  color: black;
}
.notifi:hover ~ .notif .fas{
  color: #1876F2
}
.notifi-media {
  position: relative;
}
.notifi-user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  object-fit: cover;
}
.notifi-reaction {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: white;
  background-image: linear-gradient(45deg, #0070E1, #14ABFE);
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.notifi-content {
  width: calc(100% - 50px);
  padding-left: 20px;
  line-height: 1.2;
  color: black;
}
.notifi-text {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.notifi-timer {
  color: #1876F2;
  font-weight: 600;
  font-size: 14px;
}
.notifi-status {
  position: relative;
  /* right: 15px; */
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #1876F2;
  border-radius: 50%;
  padding: 5px;
}

.notifi-container {
  display: flex;
  /*align-items: flex-start;*/
}

.notifi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.notifi-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.notifi-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F2F5;
  font-size: 14px;
}


/*@keyframes noti{*/
/*  50%{*/
/*    transform: translateY(0);*/
/*  }*/
/*  100%{*/
/*    transform: translateY(0);*/
/*  }*/
/*}*/
/*End CSS Notification*/

.content-detail ul, .content-detail ul li span p {
  margin: unset
}


.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #272c33;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

.dropdown-menu .dropdown-item:hover:after {
  left: -1px;
  border-radius: 1px;
  background-color: #5567ff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  content: "";
}
[dir] .btn-payment-card:not(:disabled):not(.disabled).active{
  background-color: #ff4c8b !important;
  border-color: #ff4c8b !important;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(39, 44, 51, .075) !important;
}

.btn-outline-secondary:hover{
  background-color: #ff4c8b !important;
  border-color: #ff4c8b !important;
}

.swal2-popup .swal2-actions button {
  margin: 10px !important;
}
.cart{
  position: relative;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cart img{
  width: 24px;
  height: 24px;
}

.contact-page .contact-form input:focus-visible, .contact-page .contact-form textarea:focus-visible, .contact-page .contact-form select:focus-visible {
  outline: unset;
}

.line-through {
  text-decoration: line-through;
}

@media print {
  body * {
    display: none;
  }

  body::after {
    content: "In không được hỗ trợ trên trang này.";
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=customs.css.map */