/* --- Form --- */
.sms-form {
    width: 80vw;
}
.login-form{
    width: 30vw;
}
.data-label, .btn{
    display: block;
    font-weight: 550;
    font-size: 105%;
    margin-bottom: 1vh;
    margin-top: 2vh;
    letter-spacing: 1px;
    color: #3195ff
}
.column{
    display: flex;
    justify-content: space-between;
}
.side{
    width: 48%;
}
select{
    cursor: pointer;
}
.data-form{
    width: 100%;
    height: 6vh;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #dbd3d8;
    border-radius: 5px;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
}
.data-textarea{
    resize: none;
    padding: 10px;
    margin-top: 15px;
    height: 15vh;
    font-family: 'Montserrat', sans-serif;
}
.btn{
    border: 1px solid #3195ff;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}
.btn{
    background: white;
    color: #3195ff;
}
.btn:hover{
    color:white;
    background-color: #3195ff;
}

#short_div, #template_title {
    /* margin-top : 10px; */
    display: flex;
    flex-wrap: wrap;
    /* padding: 10px 10px 10px 0px; */
}

#template_title {
     margin-top : 10px;
}

.short {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 85%;
    cursor: pointer;
    height: 6vh;
    width: 35%;
}
#short{
    margin-left: 0;
}
 .add:hover, .cancel:hover, .template-btn:hover, .update-btn:hover {
    border: 1px solid #3195ff;
    background: white;
    color: #3195ff;
}
.site {
    cursor: text;
    width: 48%;
    display: inline;
    margin : 10px;
}
.little-btn {
    padding: 0%;
    height: 6vh;
    width: 10vw;
    text-align: center;
    margin-left: 3%;
}
.add {
    width: 20vw;
    margin : 10px;
}
.cancel {
    margin : 10px;
}
.div-border{
    border: 1px solid #dbd3d8;
    border-radius: 5px;
}
.div-link {
    width: 100%;
    display: flex;
}
.short-link {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 2vw;
}
.delete-link {
    cursor: pointer;
}
.date-input {
    width: 60%;
    margin-left: 3%;
}
.smslivecount{
    font-weight: lighter;
}
.template-btn {
    margin-left: 0;
    width: 100%;
}
.disabled, .disabled:hover {
    background-color: #99abb4;
    color: white;
    border: 1px solid #99abb4;
    cursor: not-allowed;
}

.notif {
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
    color: #84ebad;
}

.unicode {
    margin-bottom: 1vh;
}

.send-now {
    width: 30%;
}

.date-label {
    margin-bottom: 0;
}
.date-div {
    justify-content: left;
    align-items: center;
}


/* --- Link view --- */
.container{
    width: 50vw;
}
.link-account{
    background-color: white;
    width: 100%;
    height: 50vh;
    box-sizing: border-box;
}
.black{
    color: #5b5f62;;
    margin-bottom: 5vh;
}
.btn-link{
    color:white;
    background-color: #3195ff;
}
.btn-link:hover{
    background: white;
    color: #3195ff;
}


/* --- Custom message --- */
.custom-message {
    display: flex;
    justify-content: left;
    margin-top: 1vh;
    position: relative;
}

.custom-message-item{
    font-size: 90%;
    border: 1px solid #dbd3d8;
    padding: 10px;
    border-bottom: 0;
}

.custom-message-item-hover:hover{
    cursor: pointer;
    color: #3195ff;
    border: 1px solid #3195ff;
}

.emoji-custom{
    border-radius: 5px 0 0 0;
    border-right: 0;
}

.short-custom {
    border-radius: 0 5px 0 0;

}

.message-content {
    border-radius: 0 5px 5px 5px;
    margin-top: 0;
}

.disabled-item {
    color: #95989a;
    background-color: #e9ebef;
}
.disabled-item:hover{
    color: #95989a;
    border-color: #dbd3d8;
    cursor: not-allowed;
}

/* --- Emoji and properies --- */
#emoji_popup, #properties_popup{
    border: 1px solid #dbd3d8;
    border-radius: 5px;
    position: absolute;
    display: flex;
    background-color: white;
    width: 40%;
    flex-wrap: wrap;
    height: 22vh;
    top: -22vh;
}

#properties_popup {
    overflow-y: scroll;
    width: 90%;
    height: 37vh;
    top: -37vh;
    left: 45px
}

.emojiFrame {
    display: flex;
    align-items: center;
    margin: 2px;
    padding: 4px;;
}

.emojiFrame:hover, .property:hover {
    border-radius: 5px;
    background-color: #dbd3d8;
    cursor: pointer;
}

.property{
    padding: 3px;
}



