#urls {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    resize: both;
}
#urls:focus {
    outline: none !important;
    border: 1px solid #0170b9;
    box-shadow: 0 0 5px #0170b9;
}
.oml-note-text {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 5px;
}
.multi-url-check-btn {
    position: relative;    
}
.multi-url-check-btn img {    
    position: relative;
    right: 0;
    transition: ease-in-out .2s
}
.multi-url-check-btn:hover img {
    right: -6px;    
}
.check-btn-row {
    text-align: center;
    margin: 30px 0px;
}
#validations-messages {
    background: #eee;
    border-top: 3px solid red;
    padding: 5px 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 100%;
    font-size: 15px;
}
.d-none {
    display: none;
}