:root {
    --primary-color: #21B7BE;
    --text-body: #07142C;
    --gray-200: #81868F;
    --gray-300: #616773;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*padding-top: 7rem;*/
    /*color: #07142C;*/
    /*color: #0D2A5C;*/
    background-color: #F5F5F6;
}
a {
    &.link {
        color: #21B7BE;
        opacity: 1;
    }
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

/*START COMMON STYLE*/
.body-small {
    font-size: 12px;
}

.body-medium {
    font-size: 14px;
}

.body-large {
    font-size: 16px;
}

.title-small {
    font-size: 18px;
}

.title-medium {
    font-size: 20px;
}

.title-large {
    font-size: 22px;
}

.header-small {
    font-size: 24px;
}

.header-medium {
    font-size: 26px;
}

.header-large {
    font-size: 28px;
}

a {
    text-decoration: unset;
}

.text-2-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-gray-700 {
    color: #A7A7A7;
}

.hoip-primary {
    color: #0D2A5C;
}

hr {
    background-color: #B4B7BC;
    margin: 0;
    opacity: 0.2;
    height: .7px;
    border: 0.7125px solid #B4B7BC;
}

.bg-gray {
    background-color: #FBFBFB;
}

.hoip-button.outline {
    color: #21B7BE;
    border: solid 1px #21B7BE;
    background-color: #fff;
}
.hoip-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    height: 40px;
    background: #21B7BE;
    border-radius: 8px;
    border: none;
    color: #fff;
}
.hoip-button.outline-danger {
    border: 1px solid #AE1717;
    color: #AE1717;
}
.hoip-button.rounded-0 {
    border-radius: 0;
}
.hoip-button:hover {
    background: #06a0a7 !important;
    color: #fff !important;
}

.hoip-button.link {
    color: #0D2A5C;
    background: none;
}

button.see-more {
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(62.64deg, #2173BE -76.95%, #25CDD6 83.33%);
    border-radius: 20px;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px 16px;
}

.hoip-form-group label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease
}

.hoip-form-group input:focus + label,
.hoip-form-group input:valid + label {
    font-size: 11px;
    top: -5px
}

.hoip-form-group input:focus + label {
    color: blue
}

.hoip-form-group {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}

.hoip-form-group .input-prefix {
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 10px;
}

.form-control {
    /*height: 40px;*/
    /*padding: 1.5rem;*/
    border-radius: 6px;
    outline: none;
    padding: .75rem .75rem .75rem 3rem;
}

.form-control:focus {
    outline: none;
    box-shadow: 0px 0px 1px -3px rgba(0, 5, 11, 0.43);
}

.form-item {
    position: relative;
    margin-bottom: 15px
}

.form-item input {
    display: block;
    height: 48px;
    background: transparent;
    border: solid 1px #ccc;
    transition: all .3s ease;
    padding: 2rem 1.5rem 1.5rem 3.5rem;
    border-radius: 6px;
    box-shadow: 0px 0px 1px -3px rgba(0, 5, 11, 0.43);
}

.form-item input:focus {
    /*border-color: blue*/
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 5px;
    left: 3.5rem;
    font-size: 14px;
    color: #B4B7BC;
    transition: all .3s ease;
}

.form-item input:focus + label,
.form-item input:valid + label {
    font-size: 10px;
    top: 5px;
}

.form-item input:focus + label {
    color: #B4B7BC
}

.form-item input:focus {
    outline: none;
    box-shadow: 0px 0px 1px -3px rgba(0, 5, 11, 0.43);
}

.form-item .prefix {
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 15px;
}

.hoip-radio-buttons {

}

.hoip-radio-buttons [type="radio"]:checked,
.hoip-radio-buttons [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.hoip-radio-buttons [type="radio"]:checked + label,
.hoip-radio-buttons [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.hoip-radio-buttons [type="radio"]:checked + label:before,
.hoip-radio-buttons [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.hoip-radio-buttons [type="radio"]:checked + label:after,
.hoip-radio-buttons [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hoip-radio-buttons [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.hoip-radio-buttons [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hoip-radio-buttons [type="radio"]:checked + label:before {
    border-color: var(--primary-color);
}

/*END COMMON STYLE*/


/* START SECTION STYLE*/
section {
    background-position: center;
    background-size: auto;
    /*padding: 3rem 0;*/
}

section .title {
    font-weight: 700;
    color: #111
}

section .title span.linear {
    font-weight: 700;
    background: linear-gradient(180deg, #5FF5FF 0%, #20B6BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

section .description {
    font-weight: 400;
    color: #0D2A5C;
}

/* END SECTION STYLE*/


/* CARD IMAGE STYLE*/
.card-image {
    box-shadow: 0px 0px 30px -2px rgba(13, 47, 92, 0.12);
    border-radius: 16px;
    padding: 5px;
    background-color: #fff;
}

.card-image .image img {
    border-radius: 16px;
}

.card-image .card-content {
    padding: 16px 7px;
}

.card-image .card-content .title {
    font-size: 18px;
    font-weight: 700;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-image .card-content .sub-title {
    font-weight: 400;
    font-size: 14px;
    color: #5F6166;
    padding-top: 10px;
}

.card-image .card-content .title {
}

/* CARD IMAGE STYLE*/


/* START CARD IMAGE CIRCLE STYLE*/
.card-image-circle {

    padding: 0 1rem;
}

.card-image-circle img {
    border-radius: 100%;
    object-fit: cover;
}

.card-image-circle .title {
    font-weight: 700;
    font-size: 20px;
    padding-top: 1rem;
    padding-bottom: .5rem;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-image-circle .description {
    font-weight: 400;
    font-size: 14px;
    color: #5F6166;
    text-align: center;
    padding: 0 2rem;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* END CARD IMAGE CIRCLE STYLE*/


/* START CARD WITH AVATAR STYLE*/
.card-with-avatar {
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px -2px rgba(13, 47, 92, 0.13);
}

.card-with-avatar img.banner {
    height: 212px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.card-with-avatar .title {
    font-weight: 700;
    font-size: 18px;
    color: #141416;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.card-with-avatar .description {
    font-weight: 400;
    font-size: 14px;
    color: #616773;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-with-avatar .avatar img {
    width: 57px;
    height: 57px;
    object-fit: cover;
    position: absolute;
    left: 40px;
    bottom: -27px;
    background-color: #fff;
    border-radius: 100%;
    padding: 7px;
}

.card-with-avatar .footer {
    font-weight: 400;
    font-size: 14px;
}

/* END CARD WITH AVATAR STYLE*/


/* START LAYOUT STYLE*/
.navbar {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, #031126 0%, #0A5768 100%);
    padding: 6px 0;
}

.navbar .nav-item .nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

/* END LAYOUT STYLE*/


/*START HEADER SEARCH STYLE*/
.header-search {
    height: 60px;
    background: #FFFFFF;
    display: flex;
    border-radius: 4px;
}

.header-search .search-icon {
    background: #21B7BE;
    border-radius: 0px 4px 4px 0px;
}

.header-search input {
    border: none;
    outline: none;
}

/*END HEADER SEARCH STYLE*/


/*START STARTUP CARD STYLE*/
.startup-card {
    background: #FFFFFF;
    box-shadow: 0px 3px 20px -2px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: start;
    padding: 16px 20px;
    justify-content: space-between;
}

.startup-card .title {
    color: #111;
}

.startup-card .description {
    color: #8F9195;
}

.startup-card .info {
    color: #343434;
}

/*END STARTUP CARD STYLE*/


/*START CATEGORY STYLE*/
.category-item img {
    background-color: #F0FDFF;
    padding: 14px;
    border-radius: 100%;
}

.category-item .category-text {
    color: #788190;
    text-align: center;
}

.category-item:hover .category-text, .category-item.active .category-text {
    color: #21B7BE;
}

.category-item:hover img, .category-item.active img {
    border: solid 2px #21B7BE;
    background-color: #D2F9FF;
}

/*END CATEGORY STYLE*/


/*START HOME STYLE*/
.home-banner {
    background: url("../images/banner.png");
    background-position: center;
    background-size: auto;
    color: #fff;
}

/*END HOME STYLE*/

/*START FOOTER STYLE*/
footer {
    /*background: linear-gradient(143.2deg, rgba(33, 183, 190, 0.15) 32.91%, rgba(2, 18, 19, 0.15) 151.8%), #020B1B;*/
    background-color: #082433;;
}

footer p.footer-description {
    color: #A7A7A7;
}

footer ul li {
    margin-bottom: 1rem;
}

footer ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: unset;
}

/*END FOOTER STYLE*/


/*START STARTUP DETAIL STYLE*/
.startup-detail-container section {
    border-radius: 2px;
}

.startup-detail-container .header .banner img.cover {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 20px 20px;
}

.startup-detail-container .header .banner .avatar img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 6px;
}

.startup-detail-container .header .banner .avatar {
    border-radius: 6px;
    padding: 5px;
    /*background-color: #fff;*/
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
}

.startup-detail-container .content {
    background: linear-gradient(247deg, rgba(248, 248, 248, 0.7) -8.44%, #FBFBFB 114.84%);
}

.startup-detail-container section.introduce ul li img {
    margin-right: 5px;
}

.startup-detail-container section.introduce ul li {
    margin-bottom: 1rem;
    /*display: flex;*/
    align-items: center;
}

.startup-detail-container .title {
    font-weight: 600;
}

.startup-detail-container .title span {
    width: 4px;
    height: 25px;
    background: #21B7BE;
    margin-right: 10px;
}

.startup-detail-container section.contact-info .contact-item {
    display: flex;
    align-items: center;
}

.startup-detail-container section.contact-info .contact-item img {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 18px;
}

.startup-detail-container section.contact-info .contact-item .contact-title {
    font-size: 10px;
    color: #A2B2CE;
}

.startup-detail-container .reward ul li {
    color: #040E20;
    opacity: 0.7;
    margin-bottom: 14px;

}

/*END STARTUP DETAIL STYLE*/


/*START CARD ARTICLE STYLE*/
.card-article img.avatar {
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.card-article .description {
}

.event-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    background: rgba(238, 237, 237, 1);
    color: rgba(129, 134, 143, 1);
    z-index: 10;
    &.active {
        background-color: var(--primary-color);
        color: white;
    }

}
/*END CARD ARTICLE STYLE*/


/*START SIGNIN STYLE*/
.login-layout {
    display: flex;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}
.login-layout .welcome-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #020B1B;
    background-image: url("/images/banner/banner-signin-1.png"), linear-gradient(143.2deg, rgba(33, 183, 190, 0.15) 32.91%, rgba(2, 18, 19, 0.15) 151.8%); /* W3C */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55%;
}

.login-layout .content {
    width: 45%;
    height: 100%;
    overflow: auto;
}

input.otp-form-control:focus {
    border: 1px solid #21B7BE;
}
input.otp-form-control {
    box-shadow: 0px 0px 3px rgba(13, 47, 92, 0.21);
    border-radius: 16px;
    width: 50px;
    height: 60px;
    border: none;
    outline: none;
    text-align: center;
}
.otp-form input[type=number]::-webkit-inner-spin-button,
.otp-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hoip-form-group {

}
.hoip-form-control:focus {
    border: 1px solid #21B7BE;
}
.hoip-form-control {
    box-shadow: 0px 0px 1px -3px rgba(0, 5, 11, 0.43);
    border-radius: 4px;
    padding: 11px 10px 11px 12px;
    outline: none;
    border: solid 1px #ccc;
    margin-top: 8px;
}
select.hoip-form-group:focus {
    outline: none;
}
select.hoip-form-group {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/*END SIGNIN STYLE*/

.update-info-container .title {

}

.custom-file-input .sub-text {
    font-weight: 400;
    font-size: 10px;
}

.custom-file-input .main-text {
    color: #21B7BE;
    font-weight: 700;
}
.custom-file-input {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FCFFFF;
    border: 0.5px dashed #21B7BE;
    border-radius: 4px;
    cursor: pointer;
}
.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: 0;
    box-shadow: 0px 0px 1px -3px rgba(0, 5, 11, 0.43);
    padding: 2px 1rem;
    outline: none;
    border: solid 1px #ccc;
    margin-top: 8px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {

}
.select2-container .select2-search--inline {
    display: flex;
    align-items: center;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 40px;
    font-size: 16px;
    padding: 6px 0;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    top: 10px;
}

.add-new-member {
    border: 0.5px dashed #21B7BE;
    border-radius: 4px;
    background: #FCFFFF;
}

.member-input-form {
    border: none;
    border-bottom: solid 1px #ddd;
    outline: none;
}

.member-input-form:focus {
    outline: none;
    border-bottom-color: #21B7BE;
}
.select2-container--bootstrap .select2-dropdown {
    border-color: #21B7BE;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #21B7BE;
    box-shadow: none;
}

span.select2-selection.select2-selection--single {
    height: 50px;
    padding-top: .8rem;
}

.pagination .page-item {
    margin-left: 10px;
}
.pagination .page-item.active a, .pagination .page-item:hover a{
    background-color: #20CAD6;
    color: #fff;
}
.pagination .page-item.disabled:hover a{
    background: #F4F4F4;
    color: #5F5F5F;
}
.pagination .page-item a{
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #F4F4F4;
    width: 40px;
    height: 40px;
    color: #5F5F5F;
    border: none;
}

.contact-form .background {
    height: 100px;
    /*background: linear-gradient(143.2deg, rgba(33, 183, 190, 0.15) 32.91%, rgba(2, 18, 19, 0.15) 151.8%), #020B1B;*/
    background-color: #082433;
    z-index: -10;
    bottom: 0;
}
.contact-form .form {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.contact-form .contact-image {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}



.register-request {
    color: #040E20;
    font-size: 14px;
    font-weight: 400;

    .btn-home {
        padding: 8px 14px 8px 16px;
        color: #fff;
        border-radius: 20px;
        background: linear-gradient(63deg, #2173BE -76.95%, #25E7F0 83.33%);
        cursor: pointer;
    }

    .text-hoip {
        color: #0D2A5C;
    }

    .header {
        color: var(--primary, #0D2A5C);
        font-size: 28px;
        font-weight: 700;
    }
    .sub-title {
        opacity: .6;
        color: #0D2A5C;
        font-size: 16px;
        font-weight: 400;
    }

    .title {
        color: #0D2A5C;
        font-size: 16px;
        font-weight: 600;
    }

    section {
        border-radius: 8px;
        background: #FAFAFA;
        padding: 16px 24px 24px 24px;
        margin-bottom: 20px;

        img {
            width: 75px;
            height: 75px;
            object-fit: contain;
            border-radius: 4px;
            border: 0.5px solid #B4B7BC;
            margin-right: 10px;
        }

        .avatar {
            width: 56px;
            height: 56px;
            object-fit: cover;
            border-radius: 4px;
            border: 0.5px solid #B4B7BC;
        }

        .text-content {
            color: #040E20;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 14px;
        }
    }
    .startup-investor-item {
        border-bottom: 0.7px solid #ECECEC;
        padding-top: 16px;
        padding-bottom: 16px;
        .name {
            color: #040E20;
            font-size: 14px;
            font-weight: 600;
        }
        .sub-title {
            color: #040E20;
            font-size: 12px;
            font-weight: 400;
        }
    }
}

.comment-container {
    .comment-item {
        &:not(:last-child) {
            border-bottom: 0.5px solid rgba(136, 138, 140, 0.20);
        }
        padding: 20px 0;
        .user-name {
            color: #261E27;
            font-size: 14px;
            font-weight: 700;
        }
        .user-avatar {
            width: 52px;
            height: 52px;
            border-radius: 100px;
            object-fit: contain;
            fill: rgba(33, 183, 190, 0.25);
        }
        .comment-content {
            margin: 12px auto;
            color: #5B555C;
            font-size: 14px;
            font-weight: 400;
        }
        .comment-date {
            color: #908C91;
            font-size: 12px;
            font-style: italic;
            font-weight: 400;
        }
        .comment-images {
            img {
                width: 80px;
                height: 80px;
                border-radius: 4px;
                margin-right: 10px;
                object-fit: contain;
            }
        }
    }
}

.rating-summary {
    .col-md-6 {
        &:first-child {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-right: 0.5px solid rgba(180, 183, 188, 0.20);
        }
    }
    .avg-rating {
        color: #21B7BE;
        font-size: 40px;
        font-weight: 700;
    }
    .total-rating {
        color: #767177;
        font-size: 16px;
        font-weight: 400;
    }
    .rating-progress {
        span {
            color: #5B555C;
            font-size: 12px;
            font-weight: 400;
        }
        .total-star {
            color: #5B555C;
            font-size: 12px;
            font-weight: 300;
        }
        .progress {
            background-color: #F6F6F6;
        }
        .progress-bar {
            background-color: #21B7BE;
        }
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
    margin-top: 30px;
    .breadcrumb-item {
        font-size: 12px;
        font-weight: 600;
        color: rgba(120, 129, 144, 1);
        cursor: pointer;

        &:last-child {
            font-weight: 400;
            cursor: default;
        }
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /* START SLICK SLIDER CUSTOM STYLE*/
    /* the slides */
    .slick-slide {
        margin: 0 15px;
    }

    /* the parent */
    .slick-list {
        margin: 0 -15px;
    }

    /* END SLICK SLIDER CUSTOM STYLE*/
    /* START SECTION STYLE*/
    .section .title {
        font-size: 40px;
    }

    /* END SECTION STYLE*/
    /*START STARTUP DETAIL STYLE*/
    .startup-detail-container .header .banner .avatar {
        bottom: -60px;
        left: 60px;
        transform: translate(0, 0);
    }

    .startup-detail-container .header .banner img.cover {
        height: 400px;
    }

    /*END STARTUP DETAIL STYLE*/
}

.notification-container {
    .notification-header {
        display: flex;
        align-items: center;
        padding: 16px;

        .title {
            color: #111;
            font-size: 24px;
            font-weight: 700;
            flex-grow: 1;
        }
        i {
            color: #21B7BE;
            font-size: 24px;
            cursor: pointer;
        }
    }
    .notification-list {
        .notification-item {
            cursor: pointer;
        }
        .unread-background {
            background: rgba(33, 183, 190, 0.08);
        }
    }
}

.rating-container {
    .modal-header {
        background-color: #F5F5F6;
        font-size: 16px;
        font-weight: 700;
    }
    .modal-footer {
        background-color: #F5F5F6;
        font-size: 16px;
        font-weight: 700;
    }

    .modal-content {
        .summary {
            border-bottom: 0.5px solid #E3E3E3;
            padding-bottom: 20px;
            align-items: center;
        }
        .summary-info {
            color: #788190;
            font-size: 14px;
            font-weight: 400;
            align-items: center;
            display: flex;
        }
    }

    #rating-image-preview img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-right: 10px;

    }
    #form-rating {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
        .title {
            color: #5B555C;
            font-size: 16px;
            font-weight: 600;
        }
        i {
            color: #E8E8E8;
            cursor: pointer;
            margin-right: 10px;
        }
    }
    .rating-image {
        border-radius: 10px;
        border: 1px solid #F6F6F6;
        background: #F6F6F6;
        width: 100%;
        padding: 12px 16px;
        text-align: center;

        i {
            color: #81868F;
        }

        .title {
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            color: #908C91;
        }


    }

    .rating-preview-image {
        position: relative;
        margin-right: 14px;
        img {
            width: 60px;
            height: 60px;
            border-radius: 4px;
            object-fit: contain;
        }
        .remove-label {
            position: absolute;
            right: -5px;
            top: -5px;
            width: 16px;
            height: 16px;
            filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.10));
            color: white
        }
    }
    .icon-upload-image {
        border-radius: 2px;
        border: 0.5px dashed #21B7BE;
        background: #FFF;
        height: 50px;
        width: auto;
        color: #21B7BE;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    textarea {
        width: 100%;
        border-radius: 10px;
        background:#fff;
        box-shadow: 0px 0px 1px -3px rgba(0, 5, 11, 0.43);
        outline: none;
        padding: 16px 20px;
    }
}

.user-profile-main ul li {
    display: flex;
}
.user-profile-main ul li a.active{
    background: rgba(33, 183, 190, 0.04);
    color: #21B7BE;
}
.user-profile-main ul li a.active svg{
    color: #21B7BE;
}
.user-profile-main ul li a svg{
    color: #797979;
    width: 20px;
    height: 20px;
}
.user-profile-main ul li a{
    padding: 1rem 1.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #797979;
    font-weight: 500;
}
#profileform-gender .form-check{
    padding-left: 0;
}

.create-event .card {
    border-radius: 16px;
    background: #FFF;
    border: none;
}
.create-event .header {
    color: #0D2A5C;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.create-event .title {
    color: #111;
    font-size: 18px;
    font-weight: 700;
}
.create-event .label {
    color: #040E20;
    font-size: 14px;
    font-weight: 400;
}
.create-event .label-dark {
    color: #0D2A5C;
}
.create-event .hoip-primary {
    color: #20CAD6;
}


.appointment-container {
    .appointment-organization {
        img {
            width: 80px;
            height: auto;
        }
    }
    .description {
        color: #8F9195;
        font-size: 14px;
        font-weight: 400;
    }
    .min-w-180px {
        min-width: 180px;
    }
    .th {
        color: #0D2A5C;
        font-size: 14px;
        font-weight: 400;
        &.text-gray {
            color: #8F9195;
        }
    }
    .td {
        color: #111;
        font-size: 14px;
        font-weight: 600;
        &.text-gray {
            color: #8F9195;
        }
    }
    .header {
        color: #111;
        font-size: 18px;
        font-weight: 700;
    }
    .label {
        color: #040E20;
        font-size: 14px;
        font-weight: 700;
    }
    .title {
        color: #040E20;
        font-size: 15px;
        font-weight: 600;
    }
    #dateAppointmentField-kvdate button{
        color: #21B7BE;
        border: solid 1px #21B7BE;
        background-color: #fff;
    }
    .radio-toolbar input[type="radio"]:checked ~ * {
        color: #21B7BE !important;
    }
    .radio-time-picker .form-check-label {
        width: 100%;
    }
    .radio-time-picker input[type="radio"]:checked ~ * {
        color: #FFF;
        background: #21B7BE;
    }
    .appointment-main {
        color: #111111;
    }
    .appointment-main .info-appointment-confirm-table {
        border-collapse: inherit;
        border-spacing: 0 10px;
    }
    .appointment-main .info-appointment-confirm-table tr{
        margin-bottom: 1rem;
    }
    .appointment-main .info-appointment-confirm-table th{
        color: #8F9195;
        width: 200px;
        font-weight: normal;
    }
    .appointment-main .info-appointment-confirm-table td{
        width: 200px;
    }
    .appointment-main .text-black {
        color: #111111;
    }
    .appointment-main .text-gray {
        color: #8F9195;
    }
    .appointment-main .title {
        font-weight: 700;
        font-size: 18px;
    }
    .appointment-main .sub-title {
        font-weight: 400;
        font-size: 14px;
    }
    .hoip-radio-field {
        input[type="radio"]:checked ~ * {
            color: #FFF !important;
            background: #21B7BE !important;
            border: none !important;
        }
        .form-check-label {
            width: 100%;
            border-radius: 4px;
            /*background: var(--secondary, #21B7BE);*/
            padding: 10px 20px;
            border: 0.5px solid rgba(40, 55, 70, 0.50);
            cursor: pointer;
        }
        input[type="radio"]:checked ~ * {
            background-color: #FFF;
            color: #283746;
        }
        .form-check {
            padding-left: 0;
        }
    }
}
.status {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    &.status-waiting {
        background: rgba(226, 136, 21, 0.07);
        color: #E28815;
    }
    &.status-accepted {
        background: rgba(59, 181, 74, 0.07);
        color: #3BB54A;
    }
    &.status-cancelled {
        background: rgba(174, 7, 7, 0.07);;
        color: #AE0707;
    }
    &.status-denied {
        background: rgba(15, 15, 15, 0.07);
        color: #0F0F0F;
    }
}

#inactiveOrganization, #notExistOrganization, #unverifiedAccount, #blockedAccount {
    .modal-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }
    .title {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .description {
        color: #7F7F7F;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 40px;
        padding: 0 30px;
    }
    img.img {
        width: 90px;
        margin-bottom: 20px;
    }
}
.founded-on {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #343434;

}
.text-hoip {
    color: #21B7BE;
}
.event-card {
    padding: 12px;
    border-radius: 16px;
    background: #FFF;
    border: none;
    box-shadow: 0px 0px 30px -2px rgba(13, 47, 92, 0.12);
    height: auto;
    margin-bottom: 24px;
}

.event-card img.cover {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 12px;
}
.event-card .title {
    font-weight: 700;
    font-size: 16px;
    color: #07142C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 48px;
    padding-bottom: 4px;
}
.event-card .event-type {
    position: absolute;
    bottom: 12px;
    left: 12px;
    border-radius: 4px;
    padding: 4px 12px;
    color: #FFF;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.2); /* #000000 · 20% */
    backdrop-filter: blur(4px);           /* background blur */
    -webkit-backdrop-filter: blur(4px);   /* cho Safari */
}
.event-card .time-label {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 12px;
    margin-top: 4px;
}
.event-card .incubator, .event-card .datetime {
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #343434;
}
.event-card .datetime {
     padding-bottom: 12px;
 }
.event-card .incubator {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 48px;
 }
.event-card .action {
    background: linear-gradient(62.64deg, #2173BE -76.95%, #25E7F0 83.33%);
    height: 40px;
    border-radius: 20px;
    padding: 8px 14px 8px 16px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-card .action.joined {
    background: white;
    border: 1px solid #21B7BE;
    color: #21B7BE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-card .action.joined i {
    font-size: 24px;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}