
/*
.ataturk {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 55%;
    right: -150px;
    transform: translateY(-50%);
}
*/

.container .inner-page-wrapper {
    padding-top:35px;
}


.contact-form .input-row .input-wrapper select {
    width: 100%;
    height: 100%;
    padding-left: 70px;
    border: 1px solid rgba(111, 111, 111, 0.5568627451);
    border-radius: 8px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
}

.modal .modal-content .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    transition: border-color 0.3s;
}

.header .container .search-box .search-icons {
    z-index: 2400;
}
header.header {
    background-color: transparent !important;
}
.header {
    background-color: white !important;
}
.module-video-list .video-cards-wrapper .video-card .video-img-wrapper img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none !important;
}

body {
    font-family: "Poppins", serif;
}
.section-travel .travel-carousel {
    margin-top:35px;
}
.section-travel .travel-carousel .card:hover .icon i{
    opacity: 0;
}
.sayfa-content .description img {
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
.sayfa-content .description p {
    font-weight: 500;
    font-size: 16px;
    color: rgba(80, 78, 78, 0.73);
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    font-family: "Quicksand", sans-serif;
}

.footer .footer-bottom .footer-text {
    margin-top:0px;
}
.footer .footer-bottom {
    justify-content: space-between;
    text-align: justify;
    padding-top: 15px;
}

@media only screen and (max-width: 768px) {
    .footer .footer-bottom .footer-text {
        margin-bottom: 15px;
    }
    .footer .footer-bottom {
        flex-flow: column;
    }
}

#footerLogo {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.sayfa-content .top-section .img-wrapper {
    display: none;
    width: 100%;
}

.sayfa-content .description ul li {
    list-style: disc;
}
.sayfa-content .description ul {
    padding-left: 20px;
}
.sayfa-content .description {

}
.sayfa-content {
    font-weight: 500;
    font-size: 16px;
    color: rgba(80, 78, 78, 0.73);
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    font-family: "Quicksand", sans-serif;
}


.form-custom .form-group input, .form-custom .form-group textarea { width: 100%; height: 60px; border: 2px solid rgba(0, 0, 0, 0.08); border-radius: 5px; font-family: inherit; padding-left: 20px; padding-right: 20px; color: #333; font-size: 16px; font-weight: 700; background: #fff; -webkit-transition: .3s; transition: .3s; }

.form-custom .form-group input:hover, .form-custom .form-group textarea:hover { border: 2px solid rgba(0, 0, 0, 0.2); }

.form-custom .form-group input:focus, .form-custom .form-group textarea:focus { outline: 0; border: 2px solid #f39200; }

@media (max-width: 479px) { .form-custom .form-group input, .form-custom .form-group textarea { height: 55px; padding-right: 15px; font-size: 14px; } }

.form-custom .form-group label {
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.form-custom .form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-send {
    background: #003d63;
    height: 50px;
    font-family: inherit;
    min-width: 150px;
    border: 0 none;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    will-change: transform;
    margin-top: 15px;
}

.form-send:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


.president-module-row {
    display: flex;
    align-items: center;
    width: 100%;
    /*height: calc(100vh - 140px);*/
    height: auto;
    gap: 50px;
    margin: 25px 0;
}
@media (max-width: 1200px) {
    .president-module-row {
        flex-direction: column;
        height: auto;
        gap: 0px;
    }
}
.president-module-row > div {
    flex: 1;
}
.president-module-row .col-img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px) {
    .president-module-row .col-img {
        height: 300px !important;
    }
}
.president-module-row .col-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}
.president-module-row .col-text {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.president-module-row .col-text .big-title {
    font-size: 42px;
    max-width: 20ch;
    font-weight: 800;
    color: #1c458b;
    line-height: 1.2;
}
.president-module-row .col-text .sub-title {
    font-size: 28px;
    font-weight: 700;
    color: #6c7886;
}
.president-module-row .col-text .spot-desc {
    font-size: 18px;
    font-weight: 400;
    color: #6c7886;
    margin-top: 10px;
    max-width: 45ch;
    margin-bottom: 30px;
}
@media (max-width: 1200px) {
    .president-module-row .col-text .spot-desc {
        max-width: 30ch;
    }
}
.president-module-row .col-text .link {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    font-weight: 900;
    font-family: "Quicksand", sans-serif;
    padding: 1rem;
    border-radius: 30px;
    padding-right: 30px;
    transition: 0.4s ease;
    width: -moz-max-content;
    width: max-content;
    border: 1.3px solid rgba(108, 120, 134, 0.5);
}
@media (max-width: 780px) {
    .president-module-row .col-text .link {
        font-size: 16px;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.president-module-row .col-text .link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1c458b;
    color: white;
}
@media (max-width: 780px) {
    .president-module-row .col-text .link .icon {
        font-size: 16px;
        width: 46px;
        height: 36px;
    }
}
.president-module-row .col-text .link .text {
    color: rgba(0, 0, 0, 0.771);
}
.president-module-row .col-text .link:hover {
    background-color: #7ccbee;
    border-color: transparent;
    color: white;
    transform: scale(1.03);
    border-color: transparent;
    transition: 0.4s ease;
}
.president-module-row .col-text .link:hover .text {
    color: white;
}
.rektor .inner-page-footer-seperate {
    margin-top: 0 !important;
}

.president-sub-row-relative {
    position: relative;
    min-width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5vw;
    margin-right: -5vw;
}
@media (max-width: 1200px) {
    .president-sub-row-relative {
        margin-top: 24px;
    }
}
.president-sub-row-relative .absolute-img-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.president-sub-row-relative .absolute-img-opacity img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.1;
    filter: grayscale(1);
}
.president-sub-row-relative .page-container {
    width: 100%;
    min-height: 500px;
    height: 500px;
}
@media (max-width: 1200px) {
    .president-sub-row-relative .page-container {
        height: -moz-max-content;
        height: max-content;
    }
}
.president-sub-row-relative .page-container .flex-rower {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9999;
    padding: 36px;
    gap: 40px;
}
@media (max-width: 1200px) {
    .president-sub-row-relative .page-container .flex-rower {
        flex-direction: column;
    }
}
.president-sub-row-relative .page-container .flex-rower .col-column {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.president-sub-row-relative .page-container .flex-rower .link-item {
    display: flex;
    font-size: 24px;
    padding: 12px 0;
    font-weight: 700;
    color: #6c7886;
    border-bottom: 1.3px solid rgba(108, 120, 134, 0.5);
    cursor: pointer;
    transition: 0.4s;
}
.president-sub-row-relative .page-container .flex-rower .link-item:nth-child(even) {
    color: #4c4c4c;
}
.president-sub-row-relative .page-container .flex-rower .link-item:hover {
    padding-left: 6px;
    color: #1c458b;
}
.president-sub-row-relative .page-container .flex-rower .big-title {
    font-size: 38px;
    font-weight: 800;
    color: #1c458b;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .president-sub-row-relative .page-container .flex-rower .big-title {
        font-size: 32px;
        margin-bottom: 5px;
    }
}
.president-sub-row-relative .page-container .flex-rower .sub-title {
    font-size: 24px;
    font-weight: 400;
    color: #6c7886;
    margin-bottom: 20px;
    max-width: 44ch;
}
@media (max-width: 1200px) {
    .president-sub-row-relative .page-container .flex-rower .sub-title {
        margin-bottom: 0px;
    }
}

.container-full .page-container {
    width: 100%;
    height: 500px !important;
    min-height: 500px;
}
@media (max-width: 1000px) {
    .container-full .page-container {
        margin-top: 24px;
        height: 100%;
    }
}
.container-full .page-container .flex-rower {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
    padding: 50px 0;
    width: 100%;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .container-full .page-container .flex-rower {
        flex-direction: column;
        display: flex;
        gap: 0px;
    }
}
.container-full .page-container .flex-rower > div {
    flex: 1;
    height: 100%;
}
.container-full .page-container .flex-rower .col-column {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}
@media (max-width: 1200px) {
    .container-full .page-container .flex-rower .col-column {
        min-width: 100%;
        justify-content: center;
    }
}
.container-full .page-container .flex-rower .col-column .small-title {
    font-size: 20px;
    font-weight: 400;
    color: #6c7886;
    margin-bottom: 30px;
}
@media (max-width: 1200px) {
    .container-full .page-container .flex-rower .col-column .small-title {
        margin-bottom: 10px;
        font-size: 18px;
    }
}
.container-full .page-container .flex-rower .col-column .big-title {
    font-size: 32px;
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 20px;
    line-height: 1.3;
}
@media (max-width: 1200px) {
    .container-full .page-container .flex-rower .col-column .big-title {
        font-size: 24px;
    }
}
.container-full .page-container .flex-rower .col-column .desc {
    font-size: 18px;
    font-weight: 400;
    color: #6c7886;
}
.container-full .page-container .flex-rower .col-column .link {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    font-weight: 900;
    font-family: "Quicksand", sans-serif;
    padding: 1rem;
    border-radius: 30px;
    padding-right: 30px;
    transition: 0.4s ease;
    width: -moz-max-content;
    width: max-content;
    border: 1.3px solid rgba(108, 120, 134, 0.5);
    margin-top: 30px;
}
.container-full .page-container .flex-rower .col-column .link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1c458b;
    color: white;
}
.container-full .page-container .flex-rower .col-column .link:hover {
    background-color: #7ccbee;
    border-color: transparent;
    color: white;
    transform: scale(1.03);
    border-color: transparent;
    transition: 0.4s ease;
}
.container-full .page-container .flex-rower .col-column .link:hover .icon {
    color: white;
}
.container-full .page-container .flex-rower .col-column .video-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1200px) {
    .container-full .page-container .flex-rower .col-column .video-wrapper {
        height: 400px;
    }
}
.container-full .page-container .flex-rower .col-column .video-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.container-full .page-container .flex-rower .col-column .video-wrapper a {
    display: flex;
    width: 100%;
    height: 100%;
}
.container-full .page-container .flex-rower .col-column .absolue-title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.849), transparent);
    pointer-events: none;
}
.container-full .page-container .flex-rower .col-column .absolue-title .icon {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: #1c458b;
    color: white;
    border-radius: 50%;
}
.container-full .page-container .flex-rower .col-column .absolue-title .text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.container-full .page-container .flex-rower .col-column .absolue-title .text .big-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.container-full .page-container .flex-rower .col-column .absolue-title .text .desc {
    font-size: 16px;
    font-weight: 400;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.container .spec-gallery-wrapper {
    background-color: #1c458b;
    height: 640px;
    display: flex;
    align-items: center;
}
.container .spec-gallery-wrapper .flex-row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.container .spec-gallery-wrapper .flex-row .page-container {
    position: relative;
}
.container .spec-gallery-wrapper .flex-row .col-baskan-slider-wrapper {
    height: 100%;
    width: 50%;
}
.container .spec-gallery-wrapper .flex-row .absolute-container.page-container {
    height: 100%;
    width: 100% !important;
    min-height: 640px !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.container .spec-gallery-wrapper .flex-row .absolute-container.page-container .col-text {
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container .spec-gallery-wrapper .flex-row .absolute-container.page-container .big-title {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    max-width: 20ch;
    line-height: 1.2;
}
.container .spec-gallery-wrapper .flex-row .absolute-container.page-container .desc {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.775);
    margin-bottom: 30px;
    max-width: 40ch;
}
.container-full.bg-current {
    padding: 50px 0;
}
@media (max-width: 1200px) {
    .container-full.bg-current {
        margin-top: 150px;
    }
}
.container-full.bg-current .page-container .flex-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.container-full.bg-current .page-container .flex-col .rektor-galeri-header {
    font-size: 28px;
    font-weight: 700;
    color: #1c458b;
    margin-bottom: 20px;
}
.container-full.bg-current .page-container .flex-col .rektor-slider-wrapper {
    margin-top: 50px;
}
.container-full.bg-current .page-container .flex-col .rektor-slider-wrapper .rektor-slider.owl-carousel.owl-theme .owl-dots {
    margin-bottom: -20px;
    margin-top: 30px;
}
.container-full.bg-current .page-container .flex-col .rektor-slider-wrapper .rektor-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 10px;
    background-color: rgba(108, 120, 134, 0.08);
    border-radius: 30px;
    margin: 0 5px;
    transition: 0.4s;
}
.container-full.bg-current .page-container .flex-col .rektor-slider-wrapper .rektor-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1c458b;
    width: 100px;
    border-radius: 30px;
}
.container-full.bg-current .page-container .flex-col .rektor-slider-wrapper .rektor-slider.owl-carousel.owl-theme .item {
    height: 400px;
}
.container-full.bg-current .page-container .flex-col .rektor-slider-wrapper .rektor-slider.owl-carousel.owl-theme .item .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    height: 280px;
}
.container-full.bg-current .page-container .flex-col .rektor-slider-wrapper .rektor-slider.owl-carousel.owl-theme .item .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.container-full.bg-current .page-container .flex-col .rektor-slider-wrapper .rektor-slider.owl-carousel.owl-theme .item .desc {
    font-size: 16px;
    font-weight: 400;
    color: #6c7886;
    margin-top: 20px;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.container-full.rektor-news-container {
    margin-top: 50px;
    padding-bottom: 100px;
}
.container-full.rektor-news-container .page-container {
    height: -moz-max-content !important;
    height: max-content !important;
}
.container-full.rektor-news-container .page-container .rektor-news-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.container-full.rektor-news-container .page-container .rektor-news-header .title {
    font-size: 28px;
    font-weight: 700;
    color: #1c458b;
    margin-bottom: 20px;
}
.container-full.rektor-news-container .page-container .rektor-news-header .link {
    font-size: 18px;
    font-weight: 400;
    color: #4c4c4c;
    margin-left: 10px;
    text-decoration: underline;
    transition: 0.4s;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.4s;
}
.container-full.rektor-news-container .page-container .rektor-news-header .link .icon-chevron-right {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c458b;
    color: white;
    border-radius: 50%;
}
.container-full.rektor-news-container .page-container .rektor-news-header .link:hover {
    color: #1c458b;
    transform: scale(1.05);
}
.container-full.rektor-news-container .page-container .row-rektor-news {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .container-full.rektor-news-container .page-container .row-rektor-news {
        flex-direction: column;
        gap: 30px;
    }
}
.container-full.rektor-news-container .page-container .row-rektor-news .col-big-news {
    width: 60%;
}
@media (max-width: 1200px) {
    .container-full.rektor-news-container .page-container .row-rektor-news .col-big-news {
        width: 100%;
    }
}
.container-full.rektor-news-container .page-container .row-rektor-news .col-other-news {
    width: 38%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media (max-width: 1200px) {
    .container-full.rektor-news-container .page-container .row-rektor-news .col-other-news {
        width: 100%;
    }
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item .category {
    font-size: 16px;
    text-transform: uppercase;
    color: #4c4c4c;
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item .img-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s;
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item .big-title {
    font-size: 28px;
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 10px;
    max-width: 45ch;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding-bottom: 10px;
    border-bottom: 1.2px solid rgba(108, 120, 134, 0.6);
    transition: 0.4s;
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item .spot-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #4c4c4c;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item .date {
    font-size: 14px;
    font-weight: 400;
    color: #4c4c4c;
    margin-top: 1.2rem;
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item:hover img {
    transform: scale(1.05);
}
.container-full.rektor-news-container .page-container .row-rektor-news .big-news-item:hover .big-title {
    color: #1c458b;
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(108, 120, 134, 0.08);
    padding: 1.5rem;
    border-radius: 15px;
    transition: 0.4s;
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item .img-wrapper {
    width: 170px;
    height: 130px;
    border-radius: 12px;
    overflow: hidden;
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s;
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item .desc {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item .desc .big-title {
    font-size: 16px;
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 10px;
    max-width: 30ch;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item .desc .date {
    font-size: 14px;
    font-weight: 400;
    color: #4c4c4c;
    margin-top: 1.2rem;
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item:hover {
    background-color: rgba(108, 120, 134, 0.12);
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item:hover img {
    transform: scale(1.05);
}
.container-full.rektor-news-container .page-container .row-rektor-news .other-news-item:hover .desc {
    color: #1c458b;
}




#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;
}
