.amaran.awesome {
    width: 300px;
    min-height: 65px;
    background-color: rgba(21, 26, 35, .95);
    background: radial-gradient(ellipse farthest-side at center top, #283244 0%, rgba(21, 26, 35, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .7);
    margin: 15px;
    padding: 4px 4px 4px 70px;
    font-family: "Tajawal-Regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3)
}

.amaran.awesome .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -20px;
    text-align: center;
    line-height: 50px;
    font-size: 22px
}

.amaran.awesome p {
    padding: 0;
    margin: 0
}

.amaran.awesome p span {
    font-weight: 300
}

.amaran.awesome p span.light {
    font-size: 13px;
    display: block;
    color: #777
}

.amaran.awesome.ok p.bold {
    color: #10cc00
}

.amaran.awesome.ok .icon {
    color: #10cc00
}

.amaran.awesome.error p.bold {
    color: #f20013
}

.amaran.awesome.error .icon {
    color: #f20013
}

.amaran.awesome.warning p.bold {
    color: #F26600
}

.amaran.awesome.warning .icon {
    color: #F26600
}

.amaran.awesome.yellow p.bold {
    color: #f0f200
}

.amaran.awesome.yellow .icon {
    color: #f0f200
}

.amaran.awesome.blue p.bold {
    color: #007ef2
}

.amaran.awesome.blue .icon {
    color: #007ef2
}

.amaran.awesome.green p.bold {
    color: #10cc00
}

.amaran.awesome.green .icon {
    color: #10cc00
}

.amaran.awesome.purple p.bold {
    color: #9b00f2
}

.amaran.awesome.purple .icon {
    color: #9b00f2
}

.amaran.colorful {
    width: 300px;
    min-height: 45px;
    overflow: hidden;
    background-color: transparent;
    z-index: 1
}

.amaran.colorful .colorful-inner {
    width: 100%;
    min-height: 45px;
    display: block;
    position: relative;
    background-color: #484860;
    padding: 15px 25px 15px 15px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px
}

.amaran.colorful .amaran-close {
    color: #fff;
    z-index: 2;
    top: 8px;
    right: 8px;
    text-align: center;
    line-height: 18px
}

.amaran-wrapper.center .amaran.colorful {
    margin: 0 auto
}

.amaran.default {
    width: 300px;
    min-height: 45px;
    background: #1B1E24;
    background: -webkit-linear-gradient(left, #111213, #111213 15%, #1b1e24 15%, #1b1e24);
    background: linear-gradient(left, #111213, #111213 15%, #1b1e24 15%, #1b1e24);
    color: #fff;
    font-family: "Tajawal-Regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 5px;
    overflow: hidden;
    border-bottom: 1px solid #111213;
    border-radius: 6px
}

.amaran.default .default-spinner {
    width: 45px;
    min-height: 45px;
    display: block;
    float: left;
    position: relative
}

.amaran.default .default-spinner span {
    width: 18px;
    height: 18px;
    background: #27ae60;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -9px
}

.amaran.default .default-message {
    float: left
}

.amaran.default .default-message span {
    padding: 3px;
    line-height: 43px
}

.amaran.default .default-message:after {
    clear: both
}

.amaran-wrapper * {
    box-sizing: border-box
}

.amaran-wrapper {
    position: fixed;
    z-index: 9999
}

.amaran-wrapper.top {
    top: 0;
    bottom: auto
}

.amaran-wrapper.bottom {
    bottom: 0;
    top: auto
}

.amaran-wrapper.left {
    left: 0
}

.amaran-wrapper.right {
    right: 0;
    left: auto
}

.amaran-wrapper.center {
    width: 50%;
    height: 50%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.amaran {
    width: 200px;
    background: rgba(0, 0, 0, .7);
    padding: 3px;
    color: #fff;
    border-radius: 4px;
    display: none;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    text-align: right;
    min-height: 50px;
    margin: 10px
}

.amaran-close {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px
}

.amaran-close:before {
    content: "x";
    color: #fff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 18px
}

.amaran.tumblr {
    width: 300px;
    min-height: 45px;
    overflow: hidden;
    background-color: #fff;
    color: #444;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    z-index: 1
}

.amaran.tumblr .title {
    position: relative;
    font-size: 15px;
    line-height: 15px;
    height: 28px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-weight: 700;
    z-index: 1
}

.amaran.tumblr .content {
    padding: 5px
}

.amaran.tumblr .image {
    float: left
}

.amaran.tumblr .amaran-close {
    z-index: 2
}

.amaran.tumblr .amaran-close:before {
    color: #000
}

.amaran.user {
    width: 300px;
    min-height: 100px;
    background: #f3f3f3;
    color: #222;
    margin: 15px;
    font-family: "Tajawal-Regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    box-shadow: 1px 1px 1px #000;
    border-radius: 0;
    padding: 0
}

.amaran.user .icon {
    width: 100px;
    height: 100px;
    position: relative;
    background: #000;
    float: left
}

.amaran.user img {
    max-width: 100%
}

.amaran.user .info {
    padding-left: 110px;
    padding-top: 10px
}

.amaran.user b {
    display: block;
    font-size: 16px
}

.amaran.user.blue {
    background: #2773ed;
    color: #fff
}

.amaran.user.yellow {
    background: #f4b300;
    color: #fff
}

.amaran.user.green {
    background: #78ba00;
    color: #fff
}