h1.title {
    font-size: 53px;
    font-weight: 900;
    padding-top: 50px;
    margin-bottom: 60px;
}

.main-section {
    position: relative;
    z-index: 1;
}

.main-section::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 60px;
    background-image: url(../assets/influencer-dashboard-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* width: 62%; */
    width: 1192px;
    height: 100%;
    max-height: 2000px;
}

body.main-section::after {
    top: 120px;
    height: 1500px;
}

.content-box h3 {
    font: normal normal 900 38px/64px Axiforma;
}

.content-box p {
    text-align: left;
    font: normal normal normal 29px/48px Axiforma;
}

.content-box {
    margin-bottom: 80px;
    color: #1D1A1B;
}

.content-box .end-para {
    font-weight: 600;
}

.content-box h3 {
    margin-bottom: 40px;
}

.input-parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-parent .custom-select-option .custom-dropdown .custom-dropdown-header {
    padding-left: 60px;
}

.contact-us-section {
    margin-bottom: 130px;
}

.submit-btn,
.contact-us-msg {
    margin-top: 20px;
}

.contact-us-msg {
    padding: 10px;
}

.setting-row {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 60px;
    padding: 80px;
}

.setting-inner-container {
    width: 85%;
    margin: 0 auto;
}

.setting-row .content-box {
    margin: 0;
}

.setting-row .white-btn {
    width: 80%;
}

.setting-inner-container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 50px 0;
}

.white-btn-parent {
    display: flex;
    align-items: center;
    justify-content: end;
}

.notifcation-container .input-container .avatar {
    height: 65px;
    width: 65px;
    margin-bottom: 10px;
    margin-right: 40px;
    border-radius: 100%;
    /* object-fit: cover; */
}

.notifcation-container .input-container {
    padding: 0 15px;
    color: #D5D5D5;
    font-weight: 900;
}

.message-parent {
    display: flex;
}

.message-list-box {
    width: 40%;
    padding-right: 15px;
}

.message-chat-box {
    width: 60%;
    padding-left: 15px;
}

.message-chat-box>div,
.message-list-box>div {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 1px 6px #f3f3f3, 0px 10px 10px #e7e7e7;
    border-radius: 43px;
    /* height: 100px; */
    padding: 30px;
}

/* .message-list-box>div {
    padding: 30px;
} */

.message-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px solid #BBBABA;

}

.message-item .avatar,
.comment-item img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}

.message-item .img-name {
    height: 85px;
    font-size: 23px;
    font-weight: 900;
    gap: 20px;
}

.del-icon {
    width: 70px;
}

.scroll-box {
    height: 582px;
    overflow-y: auto;
    padding: 0 25px;
}

/* width */
.scroll-box::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scroll-box ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.scroll-box::-webkit-scrollbar-thumb {
    background: #FB0F5A;
    border-radius: 10px;
}

.receive-msg {
    display: flex;
    justify-content: start;
    width: 100%;
    margin-bottom: 20px;
}

.sent-msg {
    display: flex;
    justify-content: end;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.receive-msg>div {
    background: #F8F8F8;
    border-radius: 15px;
    padding: 10px;
    font-size: 22px;
    width: 70%;
}

.sent-msg>div {
    background: #FFF7FA;
    border-radius: 15px;
    padding: 10px;
    font-size: 22px;
    width: 70%;
}
.message-chat-box .input-container img{
    top: unset;
    width: 38px;
}
.message-chat-box .input-container{
    padding:0 40px;
}
.blog-cover img{
    border-radius: 30px 0;
}
.blog-comments-section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 1px 6px #f3f3f3, 0px 10px 20px #ededed;
    padding-top: 40px;
    padding-bottom: 50px;
}
.comment-heading{
    font-size:22px;
    font-weight: 900;
    margin-bottom: 20px;
}
.comment-item{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    margin-right: 10px;
}
.comment-item .input-container{
    padding: 30px;
    flex-grow: 1;
    height: unset;
    
}

@media (max-width:1600px) {
    .comment-item .input-container{
        padding: 15px 20px;
       
        
    }
    textarea{
        height: 235px;
    }
    h1.title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .content-box h3 {
        font: normal normal 900 22px/44px Axiforma;
    }

    .content-box p {

        font: normal normal normal 18px/32px Axiforma;
    }

    .content-box {
        margin-bottom: 35px;

    }

    .content-box h3 {
        margin-bottom: 20px;
    }

    .input-parent {
        gap: 20px;
    }

    .input-parent .custom-select-option .custom-dropdown .custom-dropdown-header {
        padding-left: 70px;
    }

    .contact-us-section {
        margin-bottom: 80px;
    }

    .submit-btn,
    .contact-us-msg {
        margin-top: 10px;
    }
    .contact-us-msg p{
        margin-bottom: 0px;
    }

    .setting-row {
        padding: 50px;
        border-radius: 45px;
    }

    .setting-inner-container {
        gap: 60px;
        padding: 30px 0;
    }

    .notifcation-container .input-container .avatar {
        height: 40px;
        width: 40px;
        margin-bottom: 10px;
        margin-right: 20px;
        border-radius: 100%;
    }

    .notifcation-container .input-container {
        padding: 0 10px;
        cursor: pointer;
    }

    .message-chat-box>div,
    .message-list-box>div {
        border-radius: 30px;
        padding: 20px 20px;
    }

    /* .message-list-box>div {
        padding: 20px 20px;
    } */

    .message-item {
        padding-bottom: 15px;
        margin-bottom: 15px;


    }

    .message-item .avatar,
    .comment-item img {
        width: 45px;
        height: 45px;

    }
  
    .message-item .img-name {
        height: 45px;
        font-size: 16px;
        gap: 10px;
    }

    .del-icon {
        width: 50px;
    }

    .scroll-box {
        height: 340px;
        overflow-y: auto;
        padding: 0 25px;
    }
    .receive-msg,
    .sent-msg{
        margin-bottom: 10px;
    }
    .receive-msg>div,
    .sent-msg>div {
        font-size: 14px;
    }
    .message-chat-box .input-container{
        padding:0 30px;
    }
    .message-chat-box .input-container img{
        width: 28px;
    }
}

@media (max-width:991px) {
    h1.title {
        font-size: 27px;
        margin-bottom: 40px;
    }

    .input-parent .custom-select-option .custom-dropdown .custom-dropdown-header {
        padding-left: 50px;
        padding-top: 15px;
    }

    body.main-section::after {
        display: none;
    }

    .notifcation-container .input-container .avatar {
        height: 35px;
        width: 35px;
        margin-bottom: 5px;
        margin-right: 20px;
        border-radius: 100%;
    }
    .message-item .img-name {
        font-size: 14px;
    }
    .del-icon {
    width: 35px;
    }
    .scroll-box::-webkit-scrollbar {
        width: 53x;
    }
    
    /* Track */
    .scroll-box ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
        border-radius: 8px;
    }
    
    /* Handle */
    .scroll-box::-webkit-scrollbar-thumb {
        background: #FB0F5A;
        border-radius: 8px;
    }
    .scroll-box {
    height: 300px;
    padding: 0 10px;
    }
    .message-parent{
        gap: 25px;
    }
}

@media (max-width:767px) {
    .row {
        gap: 15px;
    }

    .submit-btn-parent {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .submit-btn {
        width: 75% !important;
    }

    .white-btn-parent {
        justify-content: center;
    }

    .setting-row {
        padding: 30px 20px;
        border-radius: 20px;
        text-align: center;
    }

    .setting-inner-container {
        gap: 40px;
        padding: 10px 0;
    }

    .message-parent {
        flex-direction: column;
    }

    .message-list-box {
        width: 100%;
        padding-right: 0;
    }

    .message-chat-box {
        width: 100%;
        padding-left: 0;
    }
    .message-chat-box .input-container img{
        width: 18px;
    }
    .receive-msg>div, .sent-msg>div {
    width: 90%;
    }
    .message-chat-box .input-container{
        padding: 0 15px;
        height: 40px;
    }
    .message-chat-box .input-container input{
        
        height: 30px;
    }
}

@media (max-width:575px) {

    .contact-us-msg {
        font-size: 12px;
        padding: unset;
    }
}

@media (max-width:480px) {

    .notifcation-container .input-container {
        font-size: 12px;
    }


}

@media (max-width:400px) {
    .notif-text {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 210px;
    }
}

@media (max-width:375px) {
    .notif-text {

        max-width: 180px;
    }
}

@media (max-width:320px) {
    .notif-text {

        max-width: 150px;
    }
}