.alphabet-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.name-job{
    cursor: pointer;
}

.light-hr{
            border: 1px solid #ced4da !important;
            height: 0!important;
        }

/* Light gradients with readable darker text colors */
.alphabet-logo[data-letter="A"] { background: linear-gradient(135deg, #ffe5ec, #ffc2d1); color: #d6336c; }
.alphabet-logo[data-letter="B"] { background: linear-gradient(135deg, #e0f7fa, #b2ebf2); color: #00796b; }
.alphabet-logo[data-letter="C"] { background: linear-gradient(135deg, #f1f8e9, #dcedc8); color: #558b2f; }
.alphabet-logo[data-letter="D"] { background: linear-gradient(135deg, #fff3e0, #ffe0b2); color: #ef6c00; }
.alphabet-logo[data-letter="E"] { background: linear-gradient(135deg, #ede7f6, #d1c4e9); color: #5e35b1; }
.alphabet-logo[data-letter="F"] { background: linear-gradient(135deg, #fffde7, #fff9c4); color: #f9a825; }
.alphabet-logo[data-letter="G"] { background: linear-gradient(135deg, #e8f5e9, #c8e6c9); color: #2e7d32; }
.alphabet-logo[data-letter="H"] { background: linear-gradient(135deg, #fce4ec, #f8bbd0); color: #c2185b; }
.alphabet-logo[data-letter="I"] { background: linear-gradient(135deg, #e3f2fd, #bbdefb); color: #1565c0; }
.alphabet-logo[data-letter="J"] { background: linear-gradient(135deg, #fff8e1, #ffecb3); color: #f57f17; }
.alphabet-logo[data-letter="K"] { background: linear-gradient(135deg, #f1f8e9, #dcedc8); color: #33691e; }
.alphabet-logo[data-letter="L"] { background: linear-gradient(135deg, #e8eaf6, #c5cae9); color: #303f9f; }
.alphabet-logo[data-letter="M"] { background: linear-gradient(135deg, #ffebee, #ffcdd2); color: #c62828; }
.alphabet-logo[data-letter="N"] { background: linear-gradient(135deg, #e0f2f1, #b2dfdb); color: #00695c; }
.alphabet-logo[data-letter="O"] { background: linear-gradient(135deg, #fbe9e7, #ffccbc); color: #d84315; }
.alphabet-logo[data-letter="P"] { background: linear-gradient(135deg, #ede7f6, #d1c4e9); color: #6a1b9a; }
.alphabet-logo[data-letter="Q"] { background: linear-gradient(135deg, #fffde7, #fff9c4); color: #fbc02d; }
.alphabet-logo[data-letter="R"] { background: linear-gradient(135deg, #fce4ec, #f8bbd0); color: #ad1457; }
.alphabet-logo[data-letter="S"] { background: linear-gradient(135deg, #e3f2fd, #bbdefb); color: #0d47a1; }
.alphabet-logo[data-letter="T"] { background: linear-gradient(135deg, #f1f8e9, #dcedc8); color: #558b2f; }
.alphabet-logo[data-letter="U"] { background: linear-gradient(135deg, #e0f7fa, #b2ebf2); color: #006064; }
.alphabet-logo[data-letter="V"] { background: linear-gradient(135deg, #fff3e0, #ffe0b2); color: #ef6c00; }
.alphabet-logo[data-letter="W"] { background: linear-gradient(135deg, #ede7f6, #d1c4e9); color: #4527a0; }
.alphabet-logo[data-letter="X"] { background: linear-gradient(135deg, #ffebee, #ffcdd2); color: #b71c1c; }
.alphabet-logo[data-letter="Y"] { background: linear-gradient(135deg, #e0f2f1, #b2dfdb); color: #004d40; }
.alphabet-logo[data-letter="Z"] { background: linear-gradient(135deg, #fbe9e7, #ffccbc); color: #bf360c; }


.member-login {
    display: inline-block;
    vertical-align: middle;
}
.member-login .info-member {
    padding-left: 45px;
    text-align: left;
    line-height: 19px;
}

.color-brand-1 {
    color: #05264E !important;
}

.member-login img {
    float: left;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}

.icon-down {
    display: inline-block;
    padding-right: 15px;
    background: url(admin-assets/imgs/page/dashboard/triangle.svg) no-repeat right center;
}

.image-box img{
    width: 52px!important;
    height: 52px!important;
    border-radius: 20%;
}
.similar-jobs img{
    width: 52px!important;
    height: 52px!important;
    border-radius: 20%;
}
.custom-toast-title{
    font-size: 10px;
}