/*STEP LIST*/
.crud_list_outer {
    border: none!important;
    padding: 0!important;
}
.step {
    width: 33px;
    height: 11px;
    border-radius: 27.5px;
    background: #fff;
    border: 1px solid #68C79B;
    margin-right: 2px;
}
.step.filled {
    width: 33px;
    height: 11px;
    border-radius: 27.5px;
    background: #68C79B;
    border: 1px solid #68C79B;
}
p.count {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

h2.tag-title {
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 40px;
}

.profile-name {
    font-weight: 500;
    font-size: 25px;
}

.newlayout .btn.btn-primary {
    border-radius: 27.5px;
    background: #68C79B;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    height: 47px;
    padding: 10px 13px;
    line-height: 23px;
    letter-spacing: 1px;
}

.newlayout .btn.btn-primary:hover {
    background-color: #fff;
    color: #68C79B;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/*POSTER DETAIL*/

.companyname {
    height: 94px;
    width: 100%;
    border: 2px solid #68C79B;
    background-color: #68C79B;
    color: #fff;
    margin-bottom: 45px;
}

.lettercircle {
    width: 65px;
    height: 65px;
    background: #D9D9D9;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 50px;
    color: #fff;
    text-transform: uppercase;
    flex-shrink: 0;
}

.lettercircle.right {
    margin-right: 0;
}

.links {
    background: #EEEEEE;
    border-radius: 10px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 45px;
}

.linkicon {
    width: 40px;
    height: auto;
    margin-right: 17px;
}

.links a {
    color: #565454;
}

.links a, .links span{
    font-weight: 500;
    font-size: 35px;
    line-height: 51px;
    display: flex;
    align-items: center;
}

.message {
    background: rgba(69, 157, 116, 0.1);
    padding: 27px;
    font-weight: 500;
    font-size: 15px;
    color: #3E3D3D;
    border-radius: 11px;
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.message * {
    font-size: 15px;
}

.message.right {
    max-width: calc(100% - 120px);
    margin-right: 50px;
}
.messagedate {
    margin-left: 120px;
    font-size: 15px;
}
.extra-messages {
    padding-left: 120px;
}

.extra-messages.right {
    padding-left: 0;
    padding-right: 120px;
}

.downloadimg {
    width: 46px;
    height: auto;
    border-radius: 50%;
    margin-right: 26px;
}
.downloadtext {
    font-weight: 500;
    font-size: 15px;
    color: #3E3D3D;
}

.updatesection {
    margin-left: 0;
    margin-right: 0;
}

.updatesection h3{
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.border-green {
    border-radius: 10px;
    border: 1px solid #68C79B;
    padding: 71px 21px;
    width: 100%;
    height: 100%;
}

#poster-upload {
    display: none;
}

.custom-file-upload {
    background-color: #fff;
    color: #000;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    transition: background 0.2s ease;
    border-radius: 27.5px;
    border: 1px solid #68C79B;
    font-weight: 500;
    font-size: 23px;
    height: 47px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
}

.custom-file-upload:hover {
    background-color: #68C79B;
    color: #fff;
}

button.custom-file-upload {
    color: #fff;
    background-color: #68C79B;
}

button.custom-file-upload:hover {
    background-color: #fff;
    color: #68C79B;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 40px;
    border-radius: 100px;
    border: 2px solid #68C79B;
    background-color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #000;
    cursor: pointer;
    transition: all 0.2s ease;
}

.select-wrapper select:hover {
    background-color: #fff;
}

.select-wrapper select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(93, 187, 138, 0.25);
}


.select-wrapper::before {
    content: "▲\A ▼";
    white-space: pre;
    position: absolute;
    left: 18px;
    top: 8px;
    line-height: 12px;
    font-size: 14px;
    color: #000;
    pointer-events: none;
}

.border-green.textarea {
    padding: 21px;
}

textarea {
    resize: none;
    width: 300px;
    height: 100px;
    padding: 10px;
    font-size: 16px;
}

.table.crud_table textarea {
    resize: vertical;
}

textarea::placeholder {
    font-weight: 500;
    font-size: 20px;
    opacity: 1;
    color: #575757;
}
.vertical-border {
    background-color: #68C79B;
    width: 1px;
    height: 67px;
    margin: 0 20px;
}
.btn.btn-primary.submitbtn {
    width: 170px;
    height: 47px;
    border-radius: 27.5px;
}

.status-header {
    margin-bottom: 66px;
}

.newlayout h1 {
    font-weight: 700;
    font-size: 35px;
    text-align: center;

}

.commentsection  {
    margin-top: 163px;
}

.tagform img{
    width: 150px;
    height: auto;
}
