@font-face {
    font-family: Roboto;
    src: url('../font/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.main-bg {
    background: #f2f2f2;
    padding-bottom: 5em;
}

body {
    font-style: normal;
}

.main-auth {
    background: #292929;
    min-height: 100vh;
    position: relative;
}

.text-grey12 {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #828282;
}

.footer-auth {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.title-white20 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #F2F2F2;
}

.auth-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 95vh;
}

.form-wrapper-auth {
    position: relative;
    background: #FFFFFF;
    /* Gray 1 */
    border: 1px solid #333333;
    border-radius: 6px;
    width: 40em;
    height: 60px;
    margin-bottom: 30px;
}

.form-wrapper-auth label {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 3;
    font-weight: 400;
    font-size: 10px;
    line-height: 7px;
    height: 35%;
    /* Gray 3 */
    color: #828282;
    padding-top: 8px;
}

.input-auth {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    padding-left: 10px;
    border: none;
    border-radius: 0px 0px 6px 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #111;
    background: ellow;
}

.input-auth::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #bbb;
}

.input-auth:focus {
    outline: none;
}

.form-wrapper-auth:focus-within {
    border: 2px solid rgba(18, 119, 101, 1);
}

.auth-section span {
    margin-top: 30px;
    margin-bottom: 40px;
}

.button-rectangle-grey {
    background: #222;
    border: 1px solid #111;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    letter-spacing: 0.1px;
    /* white */
    color: #bbb;
    padding: 8px 50px;
    transition: .3s ease-out;
}

.button-rectangle-grey:hover {
    transition: .3s ease-in;
    transform: translateY(2px);
    background: linear-gradient(90deg, #37AB49 0%, #127765 100%);
    color: #fff;
}

.button-rectangle-grey:active {
    transition: .3s ease-in;
    transform: translateY(-2px);
}

.button-auth-wrapper {
    margin-top: 50px;
    width: 40em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.button-auth-wrapper button {
    width: -webkit-fill-available;
}

.link-green12 {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #37AB49;
    text-decoration: none;
    transition: .3s ease-out;
}

.link-green12:hover {
    transition: .3s ease-in;
    color: #127765;
}

.link-green12:active {}

.grid-auth {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    min-height: 100vh;
}

.grid-auth .logo-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grid-auth .logo-wrapper div img {
    position: relative;
    top: -6em;
}

.grid-auth .login-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grid-auth .login-wrapper .login-container {
    background: #f3f1f17d;
    border-radius: 10px;
    padding: 55px 40px 65px 40px;
}

.grid-auth .login-wrapper .login-container h2 {
    margin-bottom: 30px;
}

.input-wrapper-radius {
    border-radius: 6px;
    background: #fff;
    position: relative;
    border: 1px solid #bbb;
    margin-bottom: 20px;
    height: 55px;
}

.input-wrapper-radius label {
    position: absolute;
    top: 5px;
    left: 8px;
    font-size: 10px;
    color: #bbb;
}

.input-wrapper-radius small {
    position: absolute;
    left: 10px;
    bottom: -16px;
    color: #ef0c2d;
    font-size: 12px;
}

.input-wrapper-radius .input-main {
    position: absolute;
    border-radius: 0px 0px 6px 6px;
    background: transparent;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    height: 40px;
    width: 100%;
    border: none;
    font-size: 15px;
    color: #333;
}

.input-wrapper-radius .input-main::placeholder {
    font-size: 15px;
    color: #bbb;
}

.input-wrapper-radius .input-main:focus {
    outline: none;
}

.title-white14 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 29px;
}

.btn-submit {
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #dc3333;
    font-weight: 700;
    line-height: 25px;
    background: red;
    transition: .3s ease-out;
}

.btn-submit:hover {
    transition: .3s ease-in;
    cursor: pointer;
    background: red;
    transform: translateY(-2px);
}

.btn-create {
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #318043;
    font-weight: 700;
    line-height: 25px;
    background: #318043;
    transition: .3s ease-out;
}

.btn-create:hover {
    transition: .3s ease-in;
    cursor: pointer;
    background: #43ae5c;
    transform: translateY(-2px);
}

.btn-cancel {
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    font-weight: 700;
    line-height: 25px;
    background: #fff;
    transition: .3s ease-out;
}

.btn-cancel:hover {
    transition: .3s ease-in;
    cursor: pointer;
    background: #dad7d7;
    transform: translateY(-2px);
}

.btn-submit:active,
.btn-create:active,
.btn-cancel:active {
    transform: translateY(2px);
}

.btn-submit:focus,
.btn-create:focus,
.btn-cancel:focus {
    outline: none;
}

.btn-wrapper-stretch {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

.auth-body {
    background: url(../img/gallery/bg-auth2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.menu-body {
    background: url(../img/gallery/bg-auth2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
}

.topbar {
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.topbar .logo-wrapper {
    height: 100px;
    width: 200px;
    position: relative;
    background: transparent;
}

.img-full-cover {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.img-full-contain {
    position: absolute;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.text-white14 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.status-white {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.flex-start {
    display: flex;
}

.mr-20 {
    margin-right: 20px;
}

ul.setting-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

ul.setting-menu li {}

ul.setting-menu li a {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-right: 20px;
}

ul.setting-menu li a:hover {
    color: #bbb;
}

.topbar .flex-start p {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.flex-start {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.grid-option {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin-top: 120px;
}

.tv-box {
    background: #bbbbbba1;
    height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: .1s ease-in;
}

.tv-box:hover {
    transition: .1s ease-in;
    transform: translateY(-2px);
}

.tv-box:active {
    transform: translateY(2px);
}

.circle-option {
    background: #33333345;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.circle-option img {
    width: 70%;
}

.tv-box .overlay {
    background: #3330;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
}

.overlay-status {
    background: #22222287;
    color: #222222;
    text-decoration: none;
    display: block;
    border-radius: 0px 0px 8px 8px;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 35px;
    transition: .3s ease-out;
    padding: 6px 0px 0px 0px;
    text-align: center;
}

.tv-box:hover .overlay {
    opacity: 1;
    transition: .3s ease-out;
}

.overlay-status i {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.overlay-status p {
    margin: 0;
    padding: 0;
}

.ml-5 {
    margin-left: 5px;
}

.tv-box h3.title-white14 {
    font-weight: 900;
}

.tv-live {
    background: #4facfeb5;
}

.tv-movie {
    background: #43e97b7a;
}

.tv-series {
    background: #5ee7df8a;
}

.tv-podcast {
    background: #b490ca91;
}

.footer-wrapper {
    height: 70px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-grow: 1;
    padding-bottom: 10px;
}

.footer-wrapper span {
    color: #bbb;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.footer-wrapper p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 50px;
}

.main-body {
    background: url(../img/gallery/bg-auth2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
}

.grid-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
}

.sidemenu {
    /* background: #00ff0023;*/
}

.sidemenu>.accordion>.accordion-item,
.sidemenu>.accordion>.accordion-bottom>.accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #bbb;
}

.sidemenu>.accordion>.accordion-item>.accordion-header,
.sidemenu>.accordion>.accordion-bottom>.accordion-item>.accordion-header {
    cursor: pointer;
    background: #222;
    /* border-radius: 8px; */
    border: none;
    /* border: 1px solid #bbb; */
    /* margin-bottom: 10px; */
}

.sidemenu>.accordion>.accordion-item>.accordion-header:hover,
.sidemenu>.accordion>.accordion-bottom>.accordion-item>.accordion-header:hover {
    background: radial-gradient(#333, #000);
}

.sidemenu>.accordion>.accordion-item>.accordion-header.active,
.sidemenu>.accordion>.accordion-bottom>.accordion-item>.accordion-header.active {
    background: radial-gradient(#333, #000);
}

.sidemenu>.accordion>.accordion-item>.accordion-header p,
.sidemenu>.accordion>.accordion-bottom>.accordion-item>.accordion-header p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #f2f2f2;
    display: block;
    /* background: red; */
    padding: 15px 10px 19px 20px;
    cursor: pointer;
    /* border-radius: 8px; */
    margin-bottom: 0px;
}

.accordion-sub {
    background: #3180438f;
}

.accordion-sub ul {
    /* background: lime; */
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.accordion-sub ul li {
    border-bottom: 1px solid #bbb;
}

.accordion-sub ul li:last-child {
    border-bottom: none;
}

.accordion-sub ul li a {
    /* display: block;*/
    /* background: red; */
    text-decoration: none;
    padding: 10px 0px 10px 40px;
    transition: .3s ease-out;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.accordion-sub ul li a:hover {
    transition: .3s ease-in;
    background: radial-gradient(#bbbbbb, #bbbbbb3d)
}

.accordion-sub ul li a.active {
    background: radial-gradient(#bbbbbb, #bbbbbb3d)
}

.accordion-sub ul li a span {
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 800;
}

.logo-tvmenu {
    background: #bbb;
    height: 50px;
    width: 70px;
    position: relative;
    margin-right: 20px;
}

.mainmenu {
    /* background: #335f2e45; */
    /* padding: 20px; */
    /* border-radius: 10px;*/
}

.tv-wrapper {
    background: #bbb;
    margin-bottom: 20px;
}

.tv-menu-wrap {
    background: #333333a3;
    height: 20em;
    padding: 20px;
    border-radius: 10px;
}

.tv-menu-wrap .curr-channel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.tv-menu-wrap .curr-channel .title-channel {
    max-width: 40%;
}

.tv-menu-wrap .curr-channel .title-channel p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

.tv-menu-wrap .curr-channel .desc-channel {
    max-width: 60%;
    margin-bottom: 20px;
}

.tv-menu-wrap .curr-channel .desc-channel p {
    font-size: 15px;
    color: #fff;
    font-weight: 200;
    line-height: 19px;
    padding: 0;
    margin: 0;
}

.tv-menu-wrap .title-tv {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 900;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.sideclose {
    display: none;
    ;
}

#menu_open {
    display: none;
}

.grid-main.setting-grid {
    min-height: 75vh;
}

.sidemenu.setting {
    background: #00ff0023;
}

.sidemenu.setting .accordion {
    background: #00ff0023;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    height: 100%;
}

.accordion-bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;
    flex-grow: 1;
}

.sidemenu>.accordion>.accordion-item>.accordion-header p:after,
.sidemenu>.accordion>.accordion-bottom>.accordion-item>.accordion-header p:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f13a";
    font-weight: 900;
    margin-left: 10px;
    float: right;
    color: #318043;
    transition: .3s ease-out;
}

.sidemenu>.accordion>.accordion-item>.accordion-header p[aria-expanded="true"]::after,
.sidemenu>.accordion>.accordion-bottom>.accordion-item>.accordion-header p:after {
    transform: rotate(180deg);
    transition: .3s ease-in;
}

.setting-grid .mainmenu {
    background: #f2f2f2;
    padding: 12em 20px 20px 20px;
    position: relative;
    border-radius: 8px;
}

.context-menu {
    position: relative;
    text-decoration: none;
}

.context-menu:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f142";
    font-weight: 900;
    margin-left: 10px;
    color: #333;
}

.expanded ul.dropdown-menu {
    transform: translate(-81px, 10px);
    min-width: 6rem;
}

.expanded ul.dropdown-menu li a {
    color: #000;
    margin-left: 0px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin-bottom: 0px;
    padding: 5px 0px 5px 10px;
}

.top-filter {
    position: absolute;
    top: 107px;
    left: 10em;
}

.top-filter .status {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.top-filter .status p {
    margin-right: 20px;
}

div.dt-buttons {
    position: absolute;
    top: -92px;
    right: 12em;
}

div#thetable_length {
    position: absolute;
    top: -89px;
    left: 0;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    position: absolute;
    top: -89px;
    right: 0;
}

.create-btn-wrapper {
    position: absolute;
    top: 160px;
    right: 23px;
}

.title-setting {
    position: absolute;
    top: 40px;
    /* left: 0; */
}

.title-setting h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 13px;
}

.create-btn-wrapper {}

.create-btn-wrapper a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.create-btn-wrapper a:hover {
    color: #333;
}

#thetable thead th {
    color: #111;
    font-size: 15px;
    font-weight: 600;
}

#thetable tbody tr {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

a.title-link {
    font-size: 14px;
    color: #111;
    font-weight: 600;
}

a.title-link:hover {
    color: #111;
}

.cl-green {
    color: green;
}

.cl-grey {
    color: grey;
}

.cl-red {
    color: red !important;
}

.mainmenucreate {
    padding: 8em 20px 50px 20px !important;
}

.form-wrapper {
    /* background: lime; */
    height: 40px;
    border-radius: 5px;
    /* padding: 3px 0px 0px 10px; */
    margin: 0;
    border: 1px solid #bbb;
    position: relative;
}

.form-wrapper:focus-within {
    border: 1px solid green;
}

.form-wrapper label {
    font-size: 12px;
    color: #333;
    position: absolute;
    top: 0px;
    /* background: red; */
    height: 100%;
    width: 30%;
    padding: 9px 20px 0px 15px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #bbb;
}

.form-wrapper input.input-main,
.form-wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 70%;
    border: none;
    padding: 0px 0px 0px 10px;
    background: transparent;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

.form-wrapper .bootstrap-select .dropdown-menu {
    transform: translate(10px, 38px) !important;
}

.form-wrapper .bootstrap-select .dropdown-menu .inner.show .dropdown-menu {
    transform: translate(0px, 10px) !important;
}

.form-wrapper .bootstrap-select .dropdown-menu .inner.show .dropdown-menu {
    margin-top: 0px !important;
}

.form-wrapper .bootstrap-select .dropdown-menu {
    min-width: 93%;
}

.form-wrapper input.input-main::placeholder {
    font-size: 14px;
    color: #bbb;
    font-weight: 400;
}

.form-wrapper input.input-main:focus {
    outline: none;
}

.form-wrapper .danger {
    position: absolute;
    bottom: -16px;
    font-size: 13px;
    left: 16px;
    color: red;
    font-style: italic;
}

.form-wrapper .bootstrap-select>.dropdown-toggle.bs-placeholder,
.form-wrapper .bootstrap-select>.dropdown-toggle,
.form-wrapper .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.form-wrapper .bootstrap-select>.dropdown-toggle.bs-placeholder:focus {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.form-wrapper .bootstrap-select .btn {
    border-color: transparent !important;
    background-color: transparent !important;
}

.form-wrapper .bootstrap-select .btn:active {
    border-color: transparent !important;
}

.form-wrapper .bootstrap-select .btn:focus {
    outline: none !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.form-wrapper .bootstrap-select .dropdown-menu li a span.text {
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

.form-wrapper .bootstrap-select .dropdown-menu li .dropdown-item.active,
.form-wrapper .bootstrap-select .dropdown-menu li .dropdown-item.active .dropdown-item:active {}

.form-wrapper .bootstrap-select .dropdown-menu li .dropdown-item:focus,
.form-wrapper .bootstrap-select .dropdown-menu li .dropdown-item:hover {}

.form-wrapper>.bootstrap-select>.dropdown-toggle[title='-- Group Name --'],
.form-wrapper>.bootstrap-select>.dropdown-toggle[title='-- Motorcycle type --'],
.form-wrapper>.bootstrap-select>.dropdown-toggle[title='-- Motorcycle model --'],
.form-wrapper>.bootstrap-select>.dropdown-toggle[title='-- Latest model --'],
.form-wrapper>.bootstrap-select>.dropdown-toggle[title='-- New model --'],
.form-wrapper>.bootstrap-select>.dropdown-toggle[title='-- Rating model --'] {
    color: #AEAEAE !important;
}

.flex-create {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

table.dataTable {
    padding-bottom: 10em !important;
}

.submit-wrapper .btn-cancel {
    margin-right: 10px;
}

.holder {
    position: relative;
    height: 20em;
    background: #bbb;
    border-radius: 0px 0px 6px 6px;
}

.holder input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.holder .holder-preview img.img-default-preview {
    position: absolute;
    width: 6em;
    height: 6em;
    object-fit: contain;
    object-position: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
}

.holder .holder-preview img.img-upload-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 0px 0px 6px 6px;
}

.file-wrapper {
    background: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.file-wrapper label {
    font-weight: 500;
    font-size: 10px;
    line-height: 105.47%;
    align-items: center;
    color: #000000;
    padding: 14.5px;
}

.holder .danger {
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    font-style: italic;
    left: 15px;
}