footer{
  /*background-image: linear-gradient(to right, #fc8500 50%, #575757 50%);*/
}
.footer-orange p {
    font-size: 20px;
    color: #fff;
}
.footer-gray p {
    font-size: small;
    color: #fff;
}
.container-fluid h1 {
    font-size: x-large;
    margin-bottom: 15px;
}
td, tr {
    border-style: none !important;
}
.myButtonorg:hover {
    background-color: #f57e2a;
}
.myButtonorg {
    box-shadow: 2px 3px 10px 1px #ED7536;
    background-color: #ED7536;
    border-radius: 9px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 40px;
    padding: 35px;
    text-shadow: -1px 0px 0px #ED7536;
    width: 50%;
}
.loader-perm {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #e55a3e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.myButton:hover {
    background-color: #3dbfa5;
}
.form-label{
    font-weight: 700;
    margin-top: 1rem;
}
.tombolnext, .tombolprev, .tombolprev2, .btn-dark, .btn-blue, .btn-orange, .btn-orange2, .btn-green, .btn-red, .btn-redlight, .btn-gray {
    font-family: "Poppins Semibold" !important;
    font-size: medium !important;
}
.btn-orange {
    background: #f57e2a !important;
    color: #fff !important;
    border: 2px solid #f57e2a !important;
    border-radius: 8px;
    padding: 5px 30px;
    /* margin: 0 auto; */
    font-size: medium;
}
    .btn-orange:hover {
        background-color: #fff !important;
        color: #f57e2a !important;
    }
.dropdown-menu {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #f4f4f4;
}
.dropdown-toggle::after {
  float: right;
}
.nav-item.dropdown {
    padding: 1em;
}
.dropdown-menu a {
    font-family: 'Poppins' !important;
    padding: 1em;
    min-width:250px;
}
.dropdown-menu .submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
    background-color: #e4e4e4;
}

    /* fix flicker by keeping menu above siblings */
    .dropdown-menu .submenu > .dropdown-menu.show {
        display: contents !important;
        visibility: visible;
        opacity: 1;
    }

/* ✅ Make sure .dropdown-toggle uses flex so arrow stays right-aligned */
.dropdown-toggle {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

/* small hover highlight */
.dropdown-menu > .dropdown-item:hover,
.dropdown-menu > .dropdown-toggle:hover {
    background-color: #f8f9fa;
}
.myButton {
    box-shadow: 2px 3px 10px 1px #3dbfa5;
    background-color: #0096A9;
    border-radius: 9px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 40px;
    padding: 35px;
    text-shadow: -1px 0px 0px #1ab89e;
    width: 50%;
}
.text-left {
    text-align: left;
}
.myButtonorg h2,
.myButton h2{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 300;
    color: #575756;
    margin: 0;
    text-transform: none;
}
.footer-gray h1::after {
    content: "";
    width: 25%;
    height: 1px;
    display: inline-block;
    background: #fff;
    position: absolute;
        left: 50%;
    transform: translateY(20px);
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
#divAccountOpeningAgreement ol ol > li:first-child, #divPrivacyPolicy ol ol > li:first-child {
    counter-reset: subitem 0;
}
#divPrivacyPolicy ol > li:first-child, #divAccountOpeningAgreement ol > li:first-child {
    counter-reset: item 0;
}
#divAccountOpeningAgreement ol ol > li::before, #divPrivacyPolicy ol ol > li::before {
    content: counters(item, ".") "." counters(subitem, ".") ". ";
    position: absolute;
    margin-right: 100%;
    right: 5px;
}
.form-control:focus {
  border-color: rgb(237, 125, 49) !important;
  box-shadow: 0 0 0 0.2rem rgba(237, 125, 49, 0.25) !important;
  outline: none;
}
#divPrivacyPolicy ol > li::before, #divAccountOpeningAgreement ol > li::before {
    content: counters(item, ".") ". ";
    position: absolute;
    margin-right: 100%;
    right: 5px;
}
.modal-content input[type=text] {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
    border: 1px solid #000000;
    display: inline-flex;
    margin: 0px 10px !important;
}

.modal-content h3 {
    /* font-size: 1.75em; */
    font-size: large;
    font-weight: 700;
}

.centerimage
 {
    top: 5%;
    position: absolute;
}
.modal-header.orange {
    padding: 40px;
    border-bottom: 0px solid #ff7c00;
    background: #ff7c00;
}
.modal-body {
        padding: 30px 30px 0px !important;
}
.modal-header.green {
    padding: 40px;
    border-bottom: 0px solid #01b077;
    background: #01b077;
}
.modal-header.blue {
    padding: 40px;
    border-bottom: 0px solid #139da7;
    background: #139da7;
}
.text-green {
    color: #25ac8e;
}
.btn-green:hover {
    background-color: transparent !important;
    color: #01b077 !important;
    border: 2px solid #01b077 !important;
}
.btn-green {
    background: #01b077 !important;
    border: 2px solid #01b077 !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: medium;
}
li::marker {
  content: ""; /* removes bullet/number */
}
#divPrivacyPolicy .modal-header h1, #divAccountOpeningAgreement .modal-header h1 {
    font-size: 24px;
    color: rgb(242, 126, 43);
    margin-top: 0px;
}
.bg-white{
  background-color:white !important;
}
#divPrivacyPolicy h1 {
    margin-top: 30px;
    color: rgb(245, 126, 42);
    font-size: 28px;
    margin-left: 0px;
}
#divPrivacyPolicy {
    width: 90%;
    border: 2px solid rgb(245, 126, 42);
    border-radius: 10px;
    text-align: justify;
}
.isi-privacypolicy ol .row .col-md-3 div {
    background: rgb(233, 233, 233);
    padding: 15px;
    color: rgb(2, 48, 71);
    border: 1px solid rgb(212, 212, 212);
}
.text-xlarge {
    font-size: x-large;
}
#divAccountOpeningAgreement ol ol > li, #divPrivacyPolicy ol ol > li {
    counter-increment: subitem 1;
    position: relative;
    margin-bottom: 15px;
}
#divPrivacyPolicy .modal-content, #divAccountOpeningAgreement .modal-content {
    border: 2px solid rgb(242, 126, 43);
}
ul.social-buttons li a {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
}
footer ul li a {
    color: #fff;
    color: #fff;
}
footer a {
    color: #cecece;
    font-weight: 300;
}
.main-content {
  padding-bottom: 200px; /* adjust to footer height */
}
html, body {
    margin: 0;
    color: #575757 !important;
}
nav{
  font-family: 'Poppins Semibold';
  box-shadow: 0px 0px 10px 0px rgba(112, 112, 112, 0.75);
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: rgb(247, 247, 247) !important;
}
.bg-orange {
    background-color: #ED7536 !important;
}
#msform fieldset {
    width: 100%;
    margin-bottom: 45px;     
    /*margin-top: 20px;*/
    background-color:white;
    padding: 60px;
}
.review-container {
    min-height: calc(100vh - 150px); /* adjust to your header/footer height */
}
.review-container .col-md-8 {
    padding: 0;
}

.f_inputs {
    border-width: 0 0 2px 0;
    width: 90px !important;
    border-color: #656161;
    color: #e77721; 
    font-size: inherit;
    text-align: center !important;
}

.maidcontent {
    max-height: 60vh; /* controls scroll area height */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

    .maidcontent::-webkit-scrollbar {
        width: 8px;
    }

    .maidcontent::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 4px;
    }
main .container{
  min-Height: 680px;
  padding-bottom: 0px;
}
main .container-fluid{
  padding-top: 100px;
  padding-bottom: 0px;
}

fieldset .container{
  min-Height: auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.container h1 {
    font-size: x-large;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Poppins Semibold';
}
.container h2 {
    font-size: xx-large;
    margin-bottom: 15px;
    margin-top: 15px;
}

span.btn-green {
    border-radius: 5px !important;
    color: #22ad8e !important;
    background-color: #fff !important;
    padding: 5px 30px !important;
}
    span.btn-green:hover {
        border-radius: 5px !important;
        color: #22ad8e !important;
        background-color: #fff !important;
        padding: 5px 30px !important;
    }
.text-small {
    font-size: small;
}
.text-orange {
    color: rgb(237, 125, 49);
}
a.text-gray{
    color: #28474d !important;
    text-decoration: underline;
}
.btn-link {
    color: #28474d !important;
    text-decoration: none !important;
}
a.text-gray:hover {
    color: rgb(237, 125, 49);
}
.text-bold {
    font-family: "Poppins Bold" !important;
}
.btn-green {
    background: #01b077;
    border: 2px solid #01b077;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: medium;
}
.btn-outline-dark {
    background-color: white !important;
    border-color: #023047 !important;
    color: #023047 !important;
    text-transform: uppercase;
    border-radius: 8px;
    font-family: "Poppins Bold" !important;
}
    .btn-outline-dark:hover {
        background-color: #023047 !important;
        color: #fff !important;
    }
.modal-body h5.blue {
    color: #139da7;
}
.btn-blue {
    background: #139da7 !important;
    color: #fff !important;
    border: 2px solid #139da7 !important;
    border-radius: 8px;
    padding: 5px 30px;
    margin: 0 auto;
    font-size: medium;
}
    .btn-blue:hover {
        background: #fff !important;
        color: #139da7 !important;
        border: 2px solid #139da7 !important;
    }
.btn-dark {
    background-color: #023047 !important;
    border-color: #023047 !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 8px;
}
.btn-dark:hover {
    background-color: #fff !important;
    color: #023047 !important;
}
.btn-light {
    background-color: transparent !important;
    border-color: #023047 !important;
    color: #023047 !important;
    text-transform: uppercase;
    border-radius: 8px;
}
    .btn-light:hover {
        background-color: #023047 !important;
        color: #fff !important;
    }
.btn-blue {
    background: #139da7;
    color: #fff;
    border: 2px solid #139da7;
    border-radius: 8px;
    padding: 5px 30px;
    margin: 0 auto;
    font-size: medium;
}
span.btn-blue {
    border-radius: 5px !important;
    color: #009ea5 !important;
    background-color: #fff !important;
}
    span.btn-blue:hover {
        border-radius: 5px !important;
        color: #009ea5 !important;
        background-color: #fff !important;
    }
.bg-blue {
    background-color: #009ea5;
    height: 281px;
}
.bg-green {
    background-color: #22ad8e;
    height: 281px;
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padding30 {
    padding: 30px !important;
}
.img265 {
    width: 100%;
    height: 281px;
    /* object-fit: scale-down; */
    object-fit: cover;
}
.text-right {
    text-align: right;
}
.navbar a {
    font-family: 'Poppins Semibold';
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-transform: none;
    float: left;
    text-align: left;
}

/* Orange left column */
.footer-orange h1, .footer-gray h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.2;
}
.footer-orange h1, .footer-gray h1, .text-round {
    font-family: 'Poppins Semibold' !important;
}
.footer-orange {
  background-color: #fb8500;
  color: #fff;
}

/* Gray right column */
.footer-gray {
  background-color: #575757;
  color: #fff;
}


/* Responsive: for onboarding pages */
#progressbarnew {
    margin-bottom: 0px;
    overflow: hidden;
    counter-reset: step 0;
    padding: 0px 0px 10px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}
#progressbarnew {
    margin-bottom: 0;
    overflow: hidden;
    counter-reset: step;
    padding: 0px 0px 10px 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

    #progressbarnew li {
        list-style-type: none;
        color: #d9d9d9;
        font-size: small;
        line-height: 1.15;
        font-weight: bold;
        width: 20%;
        float: left;
        position: relative;
        text-align: center;
    }

        #progressbarnew li.active {
            color: #0096A9;
        }

        #progressbarnew li:before {
            /*content: counter(step);*/
            content: "";
            counter-increment: step;
            width: 50px;
            height: 50px;
            border-radius: 25px;
            /*border: 3px solid #d9d9d9;*/
            line-height: 50px;
            display: block;
            font-size: 16px;
            color: #d9d9d9;
            background: #f6f6f6;
            margin: 0 auto 15px auto;
            text-align: center;
        }

        #progressbarnew li:first-child:before {
            background: url("/images/step1-opac.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }

        #progressbarnew li:first-child.active:before {
            background: url("/images/step1.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }


        /*        #progressbarnew li:nth-child(3):before {
            background: url("/images/step3-opac.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }

        #progressbarnew li:nth-child(3).active:before {
            background: url("/images/step3.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }

        #progressbarnew li:nth-child(4):before {
            background: url("/images/step4-opac.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }

        #progressbarnew li:nth-child(4).active:before {
            background: url("/images/step4.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }
*/
        #progressbarnew li:last-child:before {
            background: url("/images/step1-opac.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }

        #progressbarnew li:last-child.active:before {
            background: url("/images/step1.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }

        #progressbarnew li:nth-child(2):before {
            background: url("/images/step2-opac.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }

        #progressbarnew li:nth-child(2).active:before {
            background: url("/images/step2.png") no-repeat;
            background-size: cover;
            background-color: #f6f6f6;
        }
        /*progressbar connectors*/
        #progressbarnew li:after {
            content: '';
            width: 80%;
            height: 2px;
            background: #d9d9d9;
            position: absolute;
            left: -40%;
            top: 25px;
            z-index: 5; /*put it behind the numbers*/
        }

        #progressbarnew li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbarnew li.active:before {
            border: 0px solid #0096A9;
            color: #0096A9;
        }

        #progressbarnew li.active:after {
            border: 1px solid #0096A9;
        }


/* Dashboard */
.content .container, .container .box-white {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.box-white {
    border-radius: 5px;
}
.Goal-i{
    border-radius: 5px;
    padding:10px;
}
.box-details.box-goals {
    padding: 10px !important;
}
#container img {
    width: 100%;
    object-fit: cover;
}
.col-box-2 {
    width: 31% !important;
    float: left;
    padding: 0 15px 15px 15px;
    position: relative;
}
.box-orange {
    border: 3px solid #ED7D31;
    padding: 15px 30px !important;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 15px;
}
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.skeleton {
    background-color: #f6f7f8;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.skeleton-line {
    height: 12px;
    border-radius: 4px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

    .skeleton-line.short {
        width: 40%;
    }

    .skeleton-line.medium {
        width: 70%;
    }

    .skeleton-line.long {
        width: 90%;
    }

/* === Gray Skeleton Box (Empty / Error States) === */
.skeleton-box {
    background: linear-gradient(90deg, #eeeeee 25%, #dddddd 50%, #eeeeee 75%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
    border-radius: 12px;
    height: 200px;
    color: #444;
    transition: all 0.3s ease;
}

/* === Fade In Animation === */
.fade-in {
    animation: fadeInUp 0.6s ease-in-out forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === Optional: Slight Hover Effect for + Add Goals === */
.skeleton-box a:hover {
    color: #ff6600;
    transform: scale(1.02);
    transition: all 0.2s ease;
}
.text-blue {
    color: #129da6;
}
.text-gray {
    color: #28474d;
}
.collapse-section {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
    opacity: 0;
}

    .collapse-section.open {
        max-height: 1000px;
        opacity: 1;
        margin-top: 10px;
    }

.performance-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.toggle-arrow {
    background: #ed7d31;
    color: #fff;
    border: 2px solid #ed7d31;
    border-radius: 12px;
    width: 60px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .toggle-arrow:hover {
        background: transparent;
        color: #ed7d31;
        border-color: #ed7d31;
    }

    .toggle-arrow svg {
        transition: transform 0.3s ease;
    }

    .toggle-arrow.active svg {
        transform: rotate(180deg);
    }
.round-btn-center-orange {
    border: 1px solid #ED7D31;
    background-color: #ED7D31;
    border-radius: 5px;
    color: #FFF;
    padding: 5px;
    display: inline-block;
    width: 35%;
    /* max-width: 200px; */
    float: left;
    margin: 2px;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    cursor: pointer;
    font-size: small;
    justify-content: center;
    align-items: center;
}
    .round-btn-center-orange:hover {
        background-color: #fff;
        color: #ED7D31;
    }
.notapprove {
    height: 230px !important;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px
}
.notapprove {
    background-color: darkcyan;
    height: 115px !important;
}
#news-modal {
    text-align: center;
    padding: 50px 10px;
    background: #fff;
    border: solid 3px #ed7d31;
    border-radius: 10px;
}
    #news-modal h3 a {
        font-size: 30px;
    }
    #news-modal p span {
        color: #ed7d31;
    }



/* Responsive: stack columns on mobile */

@media (min-width: 992px) {
    .limit {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
    .dropdown-menu.show {
        display: contents !important;
    }
    .navbar-collapse {
        max-height: 80vh; 
        overflow-y: auto !important; 
        overflow-x: auto;
        scrollbar-width: none; 
        -ms-overflow-style: none;
        padding-bottom: 1rem;
    }
    .col-1, .col-box-2 {
        width: 100% !important;
    }
    .btn-orange-goal, .btn-gray-goal, .btn-sel-goal, .round-btn-center-orange, .round-btn-center-blue {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .chart-box-show {
        height: 250px !important;
    }
    .notapprove {
        height: 245px !important;
    }
}
@media (max-width: 768px) {
    .dropdown-menu.show {
        display: contents !important;
    }
}
@media (max-width: 576px) {
    .dropdown-menu.show {
        display: contents !important;
    }
}



@font-face {
    font-family: "All Round Gothic W01 Bold";
    src: url("../fonts/8df141f447c5686cf9dbae8dabb1e71a.eot"); /* IE9*/
    src: url("../fonts/8df141f447c5686cf9dbae8dabb1e71a.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/8df141f447c5686cf9dbae8dabb1e71a.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/8df141f447c5686cf9dbae8dabb1e71a.woff") format("woff"), /* chrome、firefox */
    url("../fonts/8df141f447c5686cf9dbae8dabb1e71a.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/8df141f447c5686cf9dbae8dabb1e71a.svg#All Round Gothic W01 Bold") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/2f86dc938a55788d3416b876b43a116a.eot"); /* IE9*/
    src: url("../fonts/2f86dc938a55788d3416b876b43a116a.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/2f86dc938a55788d3416b876b43a116a.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/2f86dc938a55788d3416b876b43a116a.woff") format("woff"), /* chrome、firefox */
    url("../fonts/2f86dc938a55788d3416b876b43a116a.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/2f86dc938a55788d3416b876b43a116a.svg#Poppins") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "Poppins Bold";
    src: url("../fonts/07ecc0aa9ce268962dea7356eeff50a6.eot"); /* IE9*/
    src: url("../fonts/07ecc0aa9ce268962dea7356eeff50a6.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/07ecc0aa9ce268962dea7356eeff50a6.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/07ecc0aa9ce268962dea7356eeff50a6.woff") format("woff"), /* chrome、firefox */
    url("../fonts/07ecc0aa9ce268962dea7356eeff50a6.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/07ecc0aa9ce268962dea7356eeff50a6.svg#Poppins Bold") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "Poppins Semibold";
    src: url("../fonts/poppins-semibold.eot"); /* IE9*/
    src: url("../fonts/poppins-semibold.eot") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/poppins-semibold.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/poppins-semibold.woff") format("woff"), /* chrome、firefox */
    url("../fonts/poppins-semibold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/poppins-semibold.svg#Poppins Semibold") format("svg"); /* iOS 4.1- */
}
