.Sign.me {
    background-color: #0099db !important
}

.wzrk-alert button:active {
    background: #dbdbdb !important
}

.wzrk-alert-body,
.wzrk-alert-heading {
    font-family: Lato, sans-serif !important
}

.wzrk-alert-body {
    font-size: 15px !important;
    font-weight: 500 !important
}

.wzrk-alert {
    padding: 15px !important
}

.modal-popup-ct {
    background-color: #fbfbfb;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 33vh;
    width: 380px;
    z-index: 99999
}

.ct-modal-heading {
    animation: none;
    color: #606060;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 10px;
    text-align: center;
    width: 250px
}

.ct-modal-body {
    animation: none;
    color: #939393;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px
}

.ct-modal-button-container button {
    animation: none;
    background-color: #dbdbdb;
    border: none !important;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    margin: 0 7px;
    min-width: 130px;
    outline: none;
    padding: 8px 10px
}

.ct-modal-button-container button:active {
    transform: scale(.95)
}

#ct-modal-select {
    border: 1px solid #aaa;
    border-radius: .5em;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 100%;
    padding: .6em 1.4em .5em .8em;
    width: 80%
}

.ct-modal-yes {
    background-color: #0099db !important
}

.ct-modal-no {
    background-color: #dbdbdb !important
}

.ct-modal-overlay {
    background-color: rgba(0, 0, 0, .15);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000
}

.ct-modal-wrapper {
    display: none
}

.alert-ct {
    margin-top: .75rem;
    padding: .2rem 1.25rem;
    position: relative
}

.alert-danger-ct {
    color: #721c24
}

#othersCategory {
    border: 2px solid #aaa;
    border-radius: 5px;
    display: none;
    margin-bottom: 15px;
    outline: none;
    text-indent: 10px;
    width: 80%
}

button[type=submit]:disabled {
    cursor: not-allowed !important
}