.sidebar-nobetci iframe {
    width:100%;height:300px;border:none;
}
.sidebar-nobetci img {
    width:100%;border-radius:2px;
}
.sidebar-nobetci {
    margin:auto;text-align:center;width:100%;max-width:100%;
}

.footer {

}
.footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../../../img/world.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}

.news-tags > a:hover {
    opacity: .7;
    text-decoration: none;
}
.news-tags > a {
    background-color: #eef2f5;
    border-radius: 18px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -.56px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 15px;
    text-decoration: none;
    cursor: pointer;
}
.news-tags {

}

.inner-page__content blockquote {
    position: relative;
    font-size: 16px;
    padding: 15px;
    border-radius: 15px;
    background: #f7f7f7;
    margin: 20px 0;
}
.inner-page__content blockquote:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    float: left;
    position: relative;
    /* left: -10px; */
    /* top: -30px; */
    background: #f7f7f5;
    border-radius: 50%;
    font-size: 22px;
    color: #1ca8b5;
    padding: 0;
    height: 25px;
    width: 40px;
    text-align: center;
    font-weight: 900;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.e_gazete_link {
    color: #124bff !important;
}

.social > a > i {

}
.social > a:not(:last-child) {
    margin-right: 5px;
}
.social > a {
    border-radius: 5px;
    background: #1ca8b5;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-gallery-buttons .header-buttons:not(:last-child) {
    margin-right: 10px;
}
.header-gallery-buttons .header-buttons {

}
.header-gallery-buttons {
    flex-flow: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}






.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.page-content__header .write-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.page-content__header .write-heading .user-photo { width: 120px; height: 120px; border-radius: 999px; overflow: hidden; background-color: #FFEDA5; }

.page-content__header .write-heading .user-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.page-content__header .write-heading .head { padding-left: 20px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.page-content__header .category { font-size: 12px; font-weight: 600; letter-spacing: -0.3px; color: #fff; background-color: #354D77; text-transform: uppercase; padding-inline: 10px; margin-bottom: 10px; }


.section-writer { padding-top:25px;padding-bottom:0px;margin-top: 0px;margin-bottom:0px; }

.section-writer .writer .container { background-color: #fff; }

@media (max-width: 767px) { .section-writer .writer .container { background-color: transparent; } }

@media (min-width: 768px) and (max-width: 991px) { .section-writer .writer .container { width: 700px; } }

@media (min-width: 992px) and (max-width: 1199px) { .section-writer .writer .container { width: 900px; } }

.section-writer .writer .owl-nav .owl-prev { background-color: transparent; }

.section-writer .writer .owl-nav .owl-next { background-color: transparent; }


.writer ul li:not(:last-child) { margin-bottom: 40px; }

.writer-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.writer-item:hover .writer-cover { -webkit-box-shadow: 0 0 50px rgba(30, 29, 28, 0.2); box-shadow: 0 0 50px rgba(30, 29, 28, 0.2); }

.writer-cover { width: 100px; height: 100px; background-color: #FFEDA5; border-radius: 999px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.writer-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; /*padding-top: 17px;*/ }

.writer-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 30px; line-height: 1; }

.writer-desc .title { font-size: 18px; font-weight: 700; color: #1ca8b5; letter-spacing: -0.5px; margin-bottom: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.writer-desc .text { font-size: 14px; font-weight: 600; letter-spacing: -0.3px; line-height: 1.3; color: #999; }



.page-content__write-comments ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); padding: 30px; border-radius: 20px; overflow: hidden; }

.page-content__write-comments ul li:not(:last-child) { margin-bottom: 30px; }

.page-content__write-comments ul li .icon { font-size: 32px; color: #1e1d1c; padding-top: 5px; }

.page-content__write-comments ul li .desc { padding-left: 15px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.page-content__write-comments ul li .desc .title { font-size: 18px; font-weight: 600; letter-spacing: -0.5px; color: #d91f27; }

.page-content__write-comments ul li .desc .text { font-size: 14px; color: #999; }

.page-content__write-other ul li { margin-bottom: 20px; }

.page-content__write-other ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); padding: 20px; border-radius: 15px; overflow: hidden; height: 82px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.page-content__write-other ul li a:hover { background-color: #d91f27; }

.page-content__write-other ul li a:hover .title { color: #fff; }

.page-content__write-other ul li a:hover .icon { color: #fff; }

.page-content__write-other ul li a .icon { font-size: 24px; color: #d91f27; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.page-content__write-other ul li a .title { font-size: 16px; font-weight: 500; letter-spacing: -0.5px; color: #999; padding-left: 15px; line-height: 1.3; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.page-content__write-other ul li a {
    position: relative;
}
.page-content__write-other ul li a .date {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 12px;
    color: #999;
    font-weight: 600;
}
.page-content__write-other ul li a:hover .date {
    color: #fff;
}

.album.ui-top { padding-top: 50px; }

.album.ui-video .album-photo img { opacity: .4; }

.album ul li { margin-bottom: 20px; }

.album ul li:hover .album-photo img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.album-photo { width: 100%; height: 220px; overflow: hidden; background-color: #1e1d1c; }

.album-photo.ui-large { height: 400px; }

.album-photo.ui-large img { opacity: .15; }

.album-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .8s; -o-transition: .8s; transition: .8s; }

.album-body { position: absolute; inset: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 479px) { .album-body { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) { .album-body { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

.album-body .icon { color: #fff; font-size: 32px; background-color: rgba(255, 255, 255, 0.3); width: 80px; height: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 999px; margin-right: 20px; }

@media (max-width: 479px) { .album-body .icon { margin-right: 0; margin-bottom: 20px; } }

.album-body .title { font-size: 20px; font-weight: 600; letter-spacing: -.5px; color: #fff; max-width: 400px; line-height: 1.3; }



.company.ui-style ul { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.company.ui-style ul:hover li { opacity: .6; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }

.company.ui-style ul li { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.company.ui-style ul li:hover { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

.company.ui-style ul li:nth-child(2n) .company-right .time { border-color: #354D77; color: #354D77; background-color: rgba(53, 77, 119, 0.1); }

.company.ui-style ul li:not(:last-child) { margin-bottom: 20px; }

.company.ui-style .company-cover img { -webkit-transition: .8s; -o-transition: .8s; transition: .8s; }

.company.ui-style .company-cover:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.company.ui-style .company-desc__top { margin-bottom: 10px; }

.company.ui-style .company-desc__top .title { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.company.ui-style .company-desc__top .title:hover { color: #d91f27; }

.company.ui-style .company-desc__bottom { border: none; padding-top: 0; }

.company.ui-style .company-right { text-align: center; }

.company.ui-style .company-right .date { font-size: 13px; color: #999; font-weight: 400; letter-spacing: -0.3px; line-height: 1; margin-bottom: 15px; }

.company.ui-style .company-right .date .icon { font-size: 13px; margin-right: 7px; }

.company.ui-style .company-right .time { padding-inline: 10px; height: 35px; border: 1px solid #d91f27; font-size: 14px; font-weight: 500; letter-spacing: -0.3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #d91f27; background-color: rgba(217, 31, 39, 0.1); }

.company ul li:not(:last-child) { margin-bottom: 40px; }

.company-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); box-shadow: 0 0 20px rgba(30, 29, 28, 0.1); padding-inline: 30px; padding-block: 30px; }

.company-cover { width: 170px; height: 100%; }

@media (max-width: 479px) { .company-cover { display: none; } }

.company-cover img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.company-desc { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 50px; }

@media (max-width: 479px) { .company-desc { padding-left: 0; } }

.company-desc__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1; margin-bottom: 20px; }

.company-desc__top .title { font-size: 20px; font-weight: 800; letter-spacing: -0.7px; color: #1e1d1c; text-transform: uppercase; }

.company-desc__top .text { font-size: 16px; font-weight: 500; color: #999; letter-spacing: -0.5px; }

.company-desc .address { margin-bottom: 10px; font-size: 14px; color: #999; }

.company-desc .address .icon { font-size: 14px; color: #d91f27; margin-right: 10px; }

.company-desc__bottom { border-top: 1px solid rgba(30, 29, 28, 0.1); padding-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 991px) { .company-desc__bottom { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.company-desc__bottom a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; }

@media (max-width: 991px) { .company-desc__bottom a { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: auto; } }

.company-desc__bottom a:not(:last-child) { margin-right: 20px; }

@media (max-width: 991px) { .company-desc__bottom a:not(:last-child) { margin-bottom: 10px; } }

.company-desc__bottom a .icon { font-size: 14px; color: #d91f27; margin-right: 10px; }

.company-desc__bottom a span { font-size: 13px; font-weight: 400; letter-spacing: -0.5px; color: #999; }



.header-mobile-menu-search { display: none; }

@media (max-width: 767px) { .header-mobile-menu-search { display: inline; } }
@media (max-width: 767px) { .header-top .header-container {
    position: relative;} }

@media (min-width: 768px) and (max-width: 991px) { .header-mobile-menu-search { display: inline; } }

@media (max-width: 479px) { .header-mobile-menu-search .hamburger {position: absolute;left: 20px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);} }
@media (max-width: 479px) { .header-mobile-menu-search .search-icon {position: absolute;right: 20px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);} }

.header-mobile-menu-search .icon {font-size: 30px;color: #00000096;}

.header-mobile-menu-search .icon:nth-child(1) { margin-left: 0; }

@media (max-width: 767px) { .header-bottom { display: none; } }

@media (min-width: 768px) and (max-width: 991px) { .header-bottom { display: none; } }


.header-menu-search { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 767px) { .header-menu-search { display: none; } }

.header-menu-search .icon { font-size: 18px; color: #00000096; margin-left: 15px; }





.mobile-nav { background-color: #f3f3f3; -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15); box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15); display: block; position: fixed; top: 0; right: 0; width: 390px; height: 100%; overflow: hidden; z-index: 2003; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); transition: all 0.35s cubic-bezier(0, 0, 0.2, 1); }

.mobile-nav.is-visible { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

@media (max-width: 479px) { .mobile-nav { width: 320px; } }

.mobile-nav__wrapper { overflow-y: auto; height: calc(100% - 50px); scrollbar-color: rgba(0, 0, 0, 0.12) #fff; scrollbar-width: thin; }

.mobile-nav__wrapper::-webkit-scrollbar-track { background-color: #fff; }

.mobile-nav__wrapper::-webkit-scrollbar { width: 6px; }

.mobile-nav__wrapper::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.12); }

.mobile-nav__header { position: relative; background: #f3f3f3; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.mobile-nav__header-body { position: relative; height: 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 25px; padding-right: 20px; }

.mobile-nav__header-logo a { color: #394857; font-size: 16px; font-weight: 600; }

.mobile-nav__content { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.mobile-nav__content.other { padding-top: 20px; padding-bottom: 20px; }

.mobile-nav__content .plus { position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 18px; margin-right: 0; color: #394857; }

.mobile-nav__content li.heading { padding-left: 25px; padding-right: 25px; padding-top: 20px; padding-bottom: 10px; color: #00369b; font-size: 12px; letter-spacing: .2em; font-weight: 700; z-index: 1; }

.mobile-nav__content > ul > li:not(.heading):not(.ui-not).is-open > a, .mobile-nav__content > ul > li:not(.heading):not(.ui-not):hover > a { background: #fff; color: #00369b; }

.mobile-nav__content > ul > li:not(.heading).ui-not > a { color: #394857; letter-spacing: 0; }

.mobile-nav__content > ul > li:not(.heading).ui-not > a:hover { color: #0074e4; }

.mobile-nav__content > ul > li:not(.heading) > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 25px; padding-right: 25px; padding-top: 7px; padding-bottom: 7px; color: #1e1d1c; font-size: 13px; letter-spacing: -0.3px; font-weight: 500; position: sticky; top: 0; z-index: 2; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.mobile-nav__content > ul > li:not(.heading) > a .icon { opacity: .3; width: 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.mobile-nav__content > ul > li:not(.heading) > a.ui-link { font-size: 18px; font-weight: 500; letter-spacing: -0.5px; padding-top: 8px; padding-bottom: 8px; }

.mobile-nav__sub { background: #fff none repeat scroll 0 0; display: none; }

.mobile-nav__sub > li { display: block; }

.mobile-nav__sub > li:last-child { padding-bottom: 20px; }

.mobile-nav__sub > li:last-child a { border-bottom: 0 none; }

.mobile-nav__sub > li > a { color: #394857; display: block; font-size: 14px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: 10px 40px; position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.mobile-nav__sub > li > a:before { content: ""; position: absolute; top: 50%; left: 25px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: currentColor; opacity: .3; width: 5px; height: 5px; border-radius: 100%; }

.mobile-nav__sub > li > a:hover { color: #0074e4; }

.mobile-nav__sub > li.heading { position: sticky; top: 40px; background: #fff; }

.mobile-nav__close { color: #394857; }

.mobile-nav__close .icon { font-size: 28px; }

.mobile-nav__footer { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 50px; background: #fff; -webkit-box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1); box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1); }

.mobile-nav__footer a { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 50px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; color: #1e1d1c; opacity: .3; }




#karart {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    opacity: 0.5;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.alert-secondary hr {
    border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
    color: #2e3133;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}
