@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #8C8C8C;
    padding: 0 0 40px;
}

p {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1200px;
}

.login-page {
    padding: 20px;
}

    .login-page input.form-control {
        border: 1px solid #D6D6D6;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .login-page .adidas-logo {
        position: absolute;
        left: 50px;
        top: 50px;
    }

    .login-page .first-text {
        position: absolute;
        color: white;
        bottom: 120px;
        padding: 50px;
        font-size: 44px;
        font-weight: 600;
    }

    .login-page .second-text {
        position: absolute;
        color: white;
        bottom: 80px;
        left: 60px;
        font-size: 24px;
        font-weight: 600;
    }

    .login-page .third-text {
        position: absolute;
        color: white;
        bottom: 50px;
        left: 60px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
    }

    .login-page .icon-box {
        position: absolute;
        bottom: 30px;
        right: 60px;
        padding: 10px;
    }

    .login-page .login-btn {
        height: 44px;
        width: 75px;
        border: 1px solid white;
        background: transparent;
        border-radius: 30px;
        color: white;
        font-size: 30px;
        position: absolute;
    }

        .login-page .login-btn.btn-one {
            right: 130px;
            bottom: 30px;
        }

        .login-page .login-btn.btn-two {
            right: 20px;
            bottom: 30px;
        }

    .login-page .logo-box {
        flex-direction: column;
        align-items: flex-start;
    }

.login-box {
    margin-top: 50px;
    padding: 30px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

    .login-box .forget-password {
        font-size: 12px;
        line-height: 120%;
        text-decoration-line: underline;
    }

    .login-box h3 {
        margin-top: 24px;
        color: #0B0909;
        font-weight: 600;
    }

    .login-box h3, .login-box p {
        width: 100%;
    }

.login-description {
    margin-bottom: 32px;
    margin-top: 10px;
}

.login-page .carousel-caption {
    left: 0 !important;
    width: 100%;
}

.form-control {
    height: 48px;
}

.btn {
    border-radius: 300px;
    min-height: 46px;
}

.btn-light {
    background: #D6D6D6 !important;
}

    .btn-light .bi-three-dots {
        color: white;
    }

.login-back {
    position: relative;
    left: 84px;
    top: 20px;
}

body {
    /* padding: 1.5rem;*/
    background: #FFFFFF;
}

.title {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.list-group {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #D6D6D6;
}

    .list-group li {
        padding: 10px;
        list-style-type: none;
        color: #8C8C8C;
        font-size: 13px;
    }

.list-group1 {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #D6D6D6;
}

    .list-group1 li {
        margin-right: 50px;
        list-style-type: none;
        font-size: 13px;
    }

.order {
    margin-top: 30px;
    font-size: 24px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.list-group2 {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #D6D6D6;
}

    .list-group2 li {
        list-style-type: none;
        font-size: 13px;
    }

.card-title {
    display: inline-block;
    color: #0B0909;
    font-weight: 600;
    font-size: 16px;
    margin-right: 80px;
}

    .card-title.date {
        font-size: 13px;
        line-height: 24px;
        color: #8C8C8C;
    }

.card {
    border: 1px solid white;
    border-radius: 16px;
}

.list-text li {
    padding: 10px;
    padding-left: 0;
    list-style-type: none;
    color: #8C8C8C;
    font-size: 13px;
}

.list-text {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    justify-content: space-between;
}

.btn-dark {
    border-radius: 300px;
    font-size: 13px;
    line-height: 24px;
}

.card-content {
    font-size: 13px;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
}

.btn-outline-secondary {
    line-height: 24px;
    font-size: 13px;
    border-radius: 300px;
}

.layer-content p {
    text-align: center;
    font-size: 21px;
}

.layer-footer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-right: 10px;
}

.img-layer {
    display: flex;
    justify-content: center;
}

.layer-text {
    font-weight: bold;
}

.card-text {
    color: #0B0909;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.card-second-text {
    font-size: 14px;
    margin-top: 45px;
}

.open-brief-page .head-content {
    display: flex;
    flex-direction: row;
    font-size: 24px;
}

.open-brief-page .title-brief {
    font-size: 24px;
    display: inline-block;
    margin-top: 40px;
}

.open-brief-page .brief-group li {
    list-style-type: none;
    font-size: 13px;
}

.open-brief-page .brief-items ul li {
    margin-right: 50px;
}

.open-brief-page .brief-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
/*    padding-top: 10px;
    padding-bottom: 10px;*/
    cursor: pointer;
}

.open-brief-page .second-brief {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

    .open-brief-page .second-brief li {
        list-style-type: none;
        font-size: 13px;
    }

.open-brief-page .brief-list ul li {
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.open-brief-page .brief-items {
    background-color: #F6F6F6;
    border-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    /*line-height: 30px;*/
}

.open-brief-page .first-brief {
    background-color: #0B0909;
    border-radius: 300px;
    padding: 6px 36px;
    line-height: 25px;
    color: white;
    cursor: pointer;
    left: -10px;
}

.open-brief-page .times-item {
    border-right: 1px solid #D6D6D6;
    margin-left: 5px;
    display: inline-block;
    padding-right: 15px !important;
}

.open-brief-page .completed-brief {
    font-size: 24px;
    margin-top: 30px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.open-brief-page .last-content {
    display: flex;
    flex-direction: row;
    font-size: 24px;
}

.open-brief-page .completed-list {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.open-brief-page .completed-item {
    display: inline-block;
    margin-left: 5px;
    padding-bottom: 15px;
    width: 85%;
    border-radius : 16px;
    background-color : #f6f6f6;
}

.open-brief-page .completed-box ul li {
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.open-brief-page .completed-list li {
    list-style-type: none;
    font-size: 13px;
}

.open-brief-page .completed-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 256px;
    background: #F6F6F6;
    border-radius: 16px;
    margin-left: 20px;
    padding-bottom: 20px;
}

.open-brief-page .completed-icons {
    display: flex;
    flex-direction: row;
    margin-top: -30px;
    padding-left: 10px;
}

    .open-brief-page .completed-icons img {
        /*margin-right: 10px;*/
        margin-right: 5px;
    }

.completed-text {
    padding: 10px;
    display: inline-block;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
    color: #0B0909;
}

.open-brief-page .completed-text {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
}

.open-brief-page .complete-last-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
    margin-top: 10px;
}

    .open-brief-page .complete-last-text img {
        margin-left: 10px;
        /*margin-right: 10px;*/
        margin-right: 5px;
    }

.open-brief-page .download-text {
    font-size: 16px;
    color: #8C8C8C;
}

.open-brief-page .download-box {
    display: flex;
    justify-content: flex-end;
}

.brief-group li {
    list-style-type: none;
    white-space: nowrap;
    font-size: 15px;
}

.create-brand.create-brief h2 {
    color: black;
}

.brief-detail-card {
    margin-top: 20px;
}

    .brief-detail-card .first-banner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
        border-bottom: 1px solid #F6F6F6;
    }

    .brief-detail-card .banner-text {
        display: flex;
        justify-content: flex-end;
        font-weight: 700;
        font-size: 16px;
    }

    .brief-detail-card .second-banner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
        border-bottom: 1px solid #F6F6F6;
    }

    .brief-detail-card .third-banner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
        border-bottom: 1px solid #F6F6F6;
    }

    .brief-detail-card .four-banner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
        padding-bottom : 20px;
        border-bottom: 1px solid #F6F6F6;
    }

    .brief-detail-card .brief-detail-card.banner-text {
        margin-left: 5px;
    }

    .brief-detail-card .total-text {
        display: flex;
        justify-content: flex-end;
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        text-align: right;
        letter-spacing: 0.04em;
        /* Black */
        color: #0B0909;
    }

.first-agreement {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.agreement-title {
    display: inline-block;
    margin-left: 5px;
    color: #8C8C8C;
}

.agreement-card {
    margin-top: 20px;
}

.brief-status {
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

    .brief-status > div {
        display: flex;
        flex-direction: row;
        margin-right: 40px;
    }

    .brief-status img {
        padding-right: 10px;
        margin-right: 5px;
    }

.i-item {
    position: relative;
    color: #D6D6D6;
    display: inline-block;
}

    .i-item:after {
        position: absolute;
        bottom: -20px;
        left: -50px;
        height: 5px;
        background: #8C8C8C;
        width: 150px;
        border-radius: 8px;
    }

    .i-item.active {
        color: #8C8C8C;
    }

        .i-item.active:after {
            content: " ";
        }

.profile-page .user-text {
    display: inline-block;
    margin-left: 5px;
}

.profile-page .picture-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.profile-page .product-text {
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    color: #7E7E7E;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}

.profile-page .connection-text p {
    font-size: 16px;
    font-weight: 400;
}

.profile-page .profile-last-text {
    display: flex;
    align-items: center;
    margin-top: 26px;
    color: #8C8C8C;
    font-size: 13px;
}

.profile-page .last-profile-box {
    display: flex;
    justify-content: center;
    margin-right: 30px;
}

.profile-info-text {
    color: #0B0909;
    font-weight: 600;
    font-size: 24px;
}

.basic-title {
    display: flex;
    margin-top: 10px;
}

.profile-name {
    border-bottom: 1px solid #F6F6F6;
    color: #7E7E7E;
    padding-bottom: 10px;
}

.second-detail-card {
    display: flex;
    margin-top: 20px;
}

.add-user {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 35px;
    border-bottom: 1px solid #D6D6D6;
}

.username {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #0B0909;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile-card {
    padding: 20px;
}

.demo-head {
    font: Manrope;
    font-weight:400;
    font-size:16px;
    color:black;
}

.profile-head {
    color: #0B0909;
}

.help-img {
    width: 100%;
    height: 316px;
    top: 126px;
}

.help-background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-top: 20px;
    background-image: url("../images/Help-center.svg");
    background-size: 100%;
    border-radius : 20px;
}

.help-text {
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    color: #0D0E10;
    margin-bottom: 30px;
}

.help-box {
    background-color: white;
    width: 300px;
    height: 130px;
    margin-left: 20px;
    border-radius: 16px;
    display: inline-block;
    padding: 20px;
}

.help-main-box {
    display: flex;
    flex-direction: row;
}

.help-title {
    margin: 0;
}

.help-description {
    display: inline-block;
    color: #8C8C8C;
    font-size: 20px;
}

.second-help {
    color: black;
    font-size: 13px;
    margin-top: 10px;
}

.help-box img {
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.help-box p {
    margin-left: 10px;
}

.search-container {
    width: 580px;
    position: relative;
    overflow: hidden;
    border: 1px solid #D6D6D6;
    border-radius: 100px;
}

.search-input {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: none;
    font-size: 16px;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.second-help-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 62px;
    color: #000000;
}

.question-item {
    font-size: 13px;
}

.help-button {
    width: 550px;
}

    .help-button button {
        margin-right: 10px;
    }

.accordion-item {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 10px;
}

.accordion-header {
    border-bottom: none;
}

.accordion-button {
    position: relative;
    color: #000;
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.accordion-button::after {
    content: '';
    font-size: 24px;
    position: absolute;
    right: 20px;
    color: #515151;
    font-weight: 200;
}

.accordion-button:not(.collapsed)::after {
    content: '';
    font-weight: 200;
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.time-box {
    border-right: 1px solid #D6D6D6;
    min-height: 400px;
}

.time-wrapper {
    padding-left: 40px;
}

.walkthrough {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #8C8C8C;
}

.schedule-demo {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #0B0909;
    margin-top: 5px;
    margin-bottom: 20px;
}

.min-counter {
    background: #F6F6F6;
    border-radius: 6px;
    max-width: 160px;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
}

a {
    text-decoration: none;
    color: #8C8C8C;
    cursor: pointer;
}

    a:hover, a:active {
        color: #8C8C8C;
    }

.btn-dark {
    min-width: 200px;
    background: black;
    font-size: 14px;
    color: white;
    min-height: 40px;
    text-align: center;
    line-height: 40px;
}

.headline {
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .headline .right-btn {
        font-size: 14px;
    }

.no-message {
    margin-top: 100px;
    display: flex;
    align-items: center;
    width: 300px;
    height: 500px;
    border-radius: 16px;
    padding-left: 50px;
    border: 1px solid #F6F6F6;
}

.p20 {
    padding: 20px;
}

.mt60 {
    margin-top: 60px;
}

.m200 {
    min-height: 200px;
}

.mt20 {
    margin-top: 20px;
}

.pb50 {
    padding-bottom: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.no-found {
    color: #D6D6D6;
    font-weight: 600;
    font-size: 27px;
}

.tb-border {
    border: 1px solid #D6D6D6;
}

.mt50 {
    margin-top: 50px;
}

.m-border {
    width: 1px;
    height: 20px;
    background: #D6D6D6;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.mini-btn {
    min-width: 90px;
    height: 40px !important;
    line-height: 25px !important;
}

.w100 {
    width: 100%;
}

.form-control {
    color: #8C8C8C !important;
}

.password-wrapper {
    position: relative;
}

    .password-wrapper:after {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 10px;
        right: 10px;
        font-family: bootstrap-icons !important;
        display: inline-block;
        content: "\f340";
        color: #0B0909;
    }

    .password-wrapper.show-password:after {
        content: "\f341";
    }

.show {
    display: block;
}

.invalid-feedback {
    margin-bottom: 20px;
}

.alert {
    margin-bottom: 40px;
}

.alert-dark {
    background: black;
    color: #8C8C8C;
}

.alert .btn-close-remove {
    color: #FFFFFF !important;
    top: 6px;
}

.alert .i-message {
    margin-top: 5px;
}

.i-message {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
}

.invalid-feedback .bi {
    padding-right: 5px;
}

.form-select {
    height: 48px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #8C8C8C;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8C8C8C;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8C8C8C;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8C8C8C;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #8C8C8C;
}

::placeholder { /* Most modern browsers support this now. */
    color: #8C8C8C;
}

.fs24 {
    font-size: 24px;
    cursor: pointer;
}

.hide {
    display: none;
}

ol, ul {
    padding: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.position-relative .info {
    color: black;
}

.card-body {
    background: #F6F6F6;
    width : 150%;
    border-top-right-radius : 20px;
    border-bottom-right-radius : 20px;
}

.completed-item {
    width: 80%;
    display: inline-block;
    margin-left: 5px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-bottom: 15px;
    text-align : center;
}

.card-head-text {
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.upload-txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #7E7E7E;
    padding-left: 10px;
}

.progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .progress-container .progress-num {
        display: inline-block;
        background: #0B0909;
        width: 36px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 10px;
        font-size: 16px;
        color: white;
    }

    .progress-container .progress-title {
        padding: 10px;
        color: #8C8C8C;
    }

    .progress-container .progress-subtitle {
        color: #D6D6D6;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .progress-container .progress-btn {
        color: white;
        width: 205px;
        height: 40px;
        line-height: 24px;
        font-size: 13px;
    }

    .progress-container:after {
        position: absolute;
        bottom: 100px;
        right: 10px;
        color: #0B0909;
        font-size: 30px;
    }

.header {
    background-color: black;
    height: 60px;
    display: flex;
    align-items: center;
}

.vertical-line {
    width: 1px;
    height: 36px;
    background-color: #acacac;
    margin: 0 15px;
}

    .header .logo {
        display: inline-block;
    }

    .header .menu-item {
        position: relative;
        text-decoration: none;
        display: inline-block;
        line-height: 70px;
        margin-right: 50px;
    }

        .header .menu-item.active {
            color: white;
        }

            .header .menu-item.active:after {
                position: absolute;
                bottom: 1px;
                display: table;
                content: " ";
                width: 140%;
                height: 3px;
                left: -20%;
                background: #dc1d36;
            }

    .header .ch-70 {
        height: 60px;
    }

    .header .username {
        padding-left: 20px;
        text-decoration: none;
        color: white;
        width: 75px;
        height: 45px;
        display: flex;
        flex-direction: row;
        font-size: 14px;
        line-height: 16px;
        padding-top: 10px;
    }

        .header .username img {
            padding-right: 10px;
            position: relative;
            top: -3px;
            margin-right: 5px;
        }

    .header .header-links a {
        margin-right: 10px;
        display: inline-block;
    }

.bl-custom {
    border-left: 1px solid #8C8C8C;
    margin-left: 10px;
}

.counter-container {
     padding: 45px;
    width: 200px;
    height: 200px;
    border-radius: 16px;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap : 45px;
}

    .counter-container .counter-status {
        padding-left: 10px;
    }

    .counter-container .counter-top {
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin-top : -30px;
    }

    .counter-container .count {
        font-size: 60px;
        color: black;
        margin-top : -50px;
    }

.mt100 {
    margin-top: 100px;
}

.all-times {
    border-right: 1px solid #D6D6D6;
    margin-right: 20px;
    padding: 10px;
    padding-right: 20px;
    color: #8C8C8C;
    font-size: 13px;
}

.create-new {
    margin-right: 20px;
    padding-left: 10px;
    font-size: 13px;
}

.title {
    color: #8C8C8C;
}

.dashboard-all-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
}

.num-container {
    margin-bottom: 30px;
    width: 70%;
}

.deliverables-container .deliverables-header {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 20px;
}

.deliverables-container .deliverables-title {
    margin-left: 10px;
    font-size: 20px;
}

.deliverables-container .see-all {
    letter-spacing: 0.00938em;
    font-size: 13px;
}

.deliverables-container .box-container {
    background-color: #000;
    Color: #F6F6F6;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px;
}

.item {
    background: #F6F6F6;
    display: flex;
    flex-direction: row;
}

    .item .info {
        position: absolute;
        top: 10px;
        font-size: 9px;
        left: 10px;
        background-color: rgba(255, 255, 255, 0.5647058824);
        border-radius: 5px;
        padding: 5px;
    }

    .item .item-title {
        padding-left: 5px;
    }

    .item .extra-info {
        margin-left: 10px;
        font-size: 12px;
    }

.div-subwrapper {
    background: #f6f6f6;
    width: 70%;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 20px;
}

    .div-subwrapper .details {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.progress-title {
    font-weight: bold;
    padding: 10px !important;
    color: black;
}

.arrow-cont {
    margin-top: 20px;
    font-size: 20px;
}

.progress-title-m {
    padding-left: 0 !important;
    color: black !important;
    font-weight: bold;
}

.item-row {
    margin-bottom: 5px;
}

    .item-row div {
        padding: 10px 20px;
    }

        .item-row div span {
            display: block;
        }

            .item-row div span:last-child {
                color: black;
            }

.create-brief {
    padding-top: 50px;
}

    .create-brief textarea {
        height: 128px;
    }

    .create-brief .headline {
        font-size: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D6D6D6;
        margin-bottom: 20px;
    }

    .create-brief .half-width {
        width: 50%;
    }

    .create-brief .section-selector {
        background: #F6F6F6;
        border-radius: 12px;
    }

        .create-brief .section-selector.triple-section button {
            width: 33%;
        }

        .create-brief .section-selector button {
            width: 50%;
            outline: none;
            border: none;
            height: 36px;
            border-radius: 12px;
            color: #8C8C8C;
        }

            .create-brief .section-selector button.active {
                background: black;
                color: white;
            }

    .create-brief h2 {
        font-size: 24px;
        /* border-bottom: 1px solid #D6D6D6; */
        /* padding-bottom: 10px; */
    }

    .create-brief .drag-and-drop {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .create-brief .max-size {
        font-size: 11px;
    }

.rem-box {
    position: relative;
}

    .rem-box .remove-icon {
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 99;
    }

    .rem-box .download-icon {
        position: absolute;
        bottom: 30px;
        right: 10px;
        z-index: 99;
    }

    .rem-box span {
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
        text-align: center;
        letter-spacing: 0.04em;
    }

.picker-title {
    margin-bottom: 10px;
}

.mini-picker {
    border-radius: 12px;
    border: 1px solid #8C8C8C;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}

    .mini-picker.active {
        border-width: 3px;
    }


.head-title {
    font-size: 16px;
}

.info-top-inner {
    padding: 20px 50px;
}

.info-b {
    border: 1px solid #F6F6F6;
}

.info-inner {
    background: #F6F6F6;
    padding: 20px 50px;
}

.schedule-ic {
    display: inline-block;
    margin-left: 20px;
}

.summary-title {
    font-size: 25px;
}

    .summary-title span {
        padding-left: 15px;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        color: #0B0909;
    }

.carousel-container {
    padding-bottom: 100px;
}

.page-counter {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.3em;
}

.document-upload {
    border: 1px dashed #D6D6D6;
    height: 250px;
}

.description-container, .deliverables-container {
    display: none;
}

    .description-container.active, .deliverables-container.active {
        display: block;
    }

.detail-brief-container, .detail-proposal-container, .detail-deliverables-container {
    display: none;
}

    .detail-brief-container.active, .detail-proposal-container.active, .detail-deliverables-container.active {
        display: block;
    }

/*.waiting-for-approval-briefs-container, .in-progress-briefs-container {
    display: none;
}

.waiting-for-approval-briefs-container.active, .in-progress-briefs-container.active {
    display: block;
}*/

.old-price {
    color: #8C8C8C;
    text-decoration: line-through;
}

.basket-table {
    text-align: center;
}

.basket-table {
    color: #8C8C8C;
}

    .basket-table th {
        color: #8C8C8C;
        font-weight: 400;
    }

    .basket-table td {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .basket-table .old-price {
        text-decoration: line-through;
    }

    .basket-table .active-price {
        color: #000000;
    }

.plus-btn i, .minus-btn i {
    font-size: 25px;
}

.input-counter {
    position: relative;
    top: -4px;
}

.dashboard-container {
    display: none;
}

    .dashboard-container.active {
        display: block;
    }

.my-basket-title {
    font-size: 24px;
    line-height: 120%;
    color: #8C8C8C;
    margin-bottom: 50px;
}

.total-txt {
    font-size: 18px;
    line-height: 120%;
    color: #0B0909 !important;
    font-weight: bold !important;
}

.brief-box {
    margin-bottom: 20px;
    max-width: 400px;
    background: #F6F6F6;
}

.created-by p {
    padding-left: 10px;
}

    .created-by p:first-child {
        font-size: 12px;
    }

    .created-by p:last-child {
        color: #0B0909;
    }

.brand-label {
    font-size: 16px;
    margin-bottom: 20px;
}

.mission {
    padding: 40px;
    border-radius: 12px;
    background: #F6F6F6;
}

.fill-box {
    width: 100%;
    height: 40px;
    background: #4642EA;
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.line-box {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.create-brief h2 {
    font-size: 24px;
    color: #8C8CB5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .create-brief h2 a {
        font-size: 13px;
        line-height: 18px;
        text-decoration-line: underline;
        color: #0B0909;
    }

.new-brand-page .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.bell-ico {
    position: relative;
}

.bell-ico:hover {
    background: black;
}

.notify-num {
    position: absolute;
    right: 1px;
    top: -15px;
    color: white;
    width: 22px;
    border-radius: 11px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .username {
    padding-left: 10px;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.header .username i {
    padding-left: 5px;
}

.bell-icon:hover .notification-list {
    display: block !important;
    top: 48px;
    position: absolute;
    right: -1px;
    width: 320px;
    background: black;
    padding: 10px;
    z-index: 3;
    color: white;
}

.carousel-inner {
    position : relative;
    width : 70%;
    overflow : hidden;
    margin-left :auto;
    margin-right : auto;
}

    .carousel-inner .carousel-item img {
        width: 70%;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        margin-right: 5px;
    }

.open-brief-text {
    color : black;
}

.fc .fc-col-header-cell-cushion{
    display : inline-block;
    padding : 2px 4px;
    margin-left : 36px;
}

.fc-theme-standard td, .fc-theme-standard th {
    border : none;
}

.fc .fc-button-primary {
    background-color: none;
    border-color: none;
    color: gray !important;
}

.fc-theme-standard .fc-scrollgrid {
    border:none;
}

.notification-list {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: 1px solid white;
    margin-top: 5px;
}

.deliverables-hr {
    width: 175%;
}



#accordionPanelsStayOpenExample .create-brief .accordion-header {
    border: none;
}

#accordionPanelsStayOpenExample .create-brief h2 {
    margin-top: 0;
    margin-bottom: 0;
}


@media all and (max-width: 1200px) {
    .new-brand-page .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*# sourceMappingURL=index.css.map */
