/* .edit-cover-pin {

} */

.pin-popup-wrapper {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    z-index: 999;
    display: none;
}

.pin-popup-ct {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 20px 65px 20px;
    background: #08080D;
    color: #fff;
    width: fit-content;
    height: fit-content;
    position: relative;
    border: 10px;
    position: relative;
}

.pin-popup-ct input {
    width: 365px;
    height: 35px;
    background: #F3F3F3;
    font-family: "proxima-nova";
    font-size: 18px;
    border-radius: 2px;
    border: none;
    margin-bottom: 39px;
    padding-left: 12px;
    padding-bottom: 4px;
}

.pin-popup-ct .title-label {
    color: #FFFFFF;
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.pin-popup-ct button {
    background-color: #02DB73;
    border-radius: 3px;
    color: #000000;
    font-family: 'proxima-nova';
    font-size: 16px;
    text-decoration: none;
    padding: 12px 35px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.pin-popup-ct a {
    background-color: #DD6C69;
    border-radius: 3px;
    color: #000000;
    font-family: 'proxima-nova';
    font-size: 16px;
    text-decoration: none;
    padding: 12px 35px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.pin-popup-ct .closeBtn {
    position: absolute;
    bottom: 10px;
    right: 13px;
    color: #02DB73;
    cursor: pointer;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}