.buttonDiv .button:disabled {
    background-color: #bfc1c6 !important;
    border-color: #bfc1c6;
    color: #fff;
}
.frameLindekdin, .frameFacebook, .frameX, .frameInsta {
    align-items: center;
    border-radius: 5px;
    display: flex;
    gap: 8px;
    height: 64px;
    justify-content: center;
    padding: 10px;
    width: 64px;
	margin: 0 auto;
}
.frameLindekdin {
    background: #0e76a81a;
    border: 1px solid #0e76a8;
}
.frameLindekdin .lnsvg {
    color: #0e76a8;
    height: 24px;
    width: 24px;
}
.frameFacebook {
	background: #3b59981a;
    border: 1px solid #3b5998;
}
.frameFacebook .fbsvg {
    color: #3b5998;
    height: 24px;
    width: 24px;
}
.frameX {
    background: #0000001a;
    border: 1px solid #000;
}
.frameInsta {
    background: #8a3ab91a;
    border: 1px solid #8a3ab9;
}
.frameInsta .instasvg {
    color: #8a3ab9;
    height: 24px;
    width: 24px;
}
.social-media-posts.field-group.genrateBtn {
    text-align: center;
    width: 100%;
}
.social-media-posts button.btn-next {
    display: inline-block;
}
.generate-social-media-heading {
    background: #fafafa;
    border-radius: 8px;
    color: #1c2133;
    margin: 0 auto 24px;
    padding: 8px 12px;
}
.generate-social-media-heading strong{
	font-size: 14px;
    font-weight: 600;
}

.linkedin_posts_writer_form_area .genrateFields .fields label {
    color: #757983;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.linkedin_posts_writer_form_area .summeryBlock textarea {
    border: 1px solid #ebebed;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    outline: 0;
    padding: 15px;
    resize: none;
}
.linkedin_posts_writer_form_area .fields .inputField input {
    border: 1px solid #ebebed;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    padding: 0 16px;
}
.linkedin_posts_writer_form_area .custom-select .custom-select__control {
    background: #fff;
    border: 1px solid #ebebed;
    border-radius: 5px;
    box-shadow: none;
    color: #202049;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 18px;
    padding: 0 8px;
    position: relative;
    z-index: 9;
}
.linkedin_posts_writer_form_area .custom-select__control .custom-select__value-container .custom-select__placeholder {
    color: #bfc1c6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.linkedin_posts_writer_form_area .css-1hac4vs-dummyInput {
    background: 0px center;
    border: 0px;
    caret-color: transparent;
    font-size: inherit;
    grid-area: 1 / 1 / 2 / 3;
    outline: 0px;
    padding: 0px;
    width: 1px;
    color: transparent;
    left: -100px;
    opacity: 0;
    position: relative;
    transform: scale(0.01);
}
.linkedin_posts_writer_form_area .css-1xc3v61-indicatorContainer {
    display: flex;
    transition: color 150ms;
    color: rgb(204, 204, 204);
    padding: 8px;
    box-sizing: border-box;
}
.linkedin_posts_writer_form_area .custom-select .custom-select__control .custom-select__indicators svg {
    fill: #000;
}
.linkedin_posts_writer_form_area .css-1wy0on6 {
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box;
}
.social-media-posts.bottomButton {
    margin-top: 30px;
}
.addlly-form-holder .co-pilot .types .type{
    width: 100%;
}
.fileUploadBlock{
    align-items: center;
    background: #fafafa;
    border: 2px dashed #bfc1c6;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: center;
    text-align: center;
}
.social-media-posts .fileUploadBlock {
    height: 200px;
}
.fileUploadBlock .uploadIcon {
    height: 45px;
    margin-bottom: 24px;
    opacity: .4;
    width: 45px;
}
.file-upload-header {
    color: #2e3343;
    line-height: 140%;
    font-size: 16px;
    font-weight: 700;
}
.file-upload-pera {
    font-size: 12px;
    font-weight: 400;
    color: #2e3343;
    line-height: 140%;
}
.fileUploadBlock input {
    display: block;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}