.custom-alerts {
    position: absolute;
    bottom: 3%;
    z-index: 99999;
    right: 3%;
}


.modalDialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

/* .modalDialog > div {
    width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
} */

.close {

    color: #ffffff;
    line-height: 25px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    /* -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000; */
}

.close:hover { color: #ff0000; }

:root {
    --gutter: 20px;
}

.app {
    padding: var(--gutter) 0;
    display: grid;
    grid-gap: var(--gutter) 0;
    grid-template-columns: var(--gutter) 1fr var(--gutter);
    align-content: start;
}

.app > * {
    grid-column: 2 / -2;
}

.app > .full {
    grid-column: 1 / -1;
}

.hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: 10px;
    grid-template-rows: minmax(0px, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - var(--gutter) * 2);

    overflow-x: scroll;
    scroll-snap-type: x proximity;
}

.hs:before,
.hs:after {
    content: '';
    width: 10px;
}


/* Demo styles */

ul {
    list-style: none;
    padding: 0;
}

h1,
h2,
h3 {
    margin: 0;
}

.app {
    /*width: 375px;*/
    /*height: 667px;*/
    /*background: #DBD0BC;*/
    overflow-y: scroll;
}

.hs > li,
.item {
    scroll-snap-align: center;
    padding: calc(var(--gutter) / 2 * 1.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}



.no-scrollbar {
    scrollbar-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}


/*.slide-section {*/
/*    text-align: center;*/
/*    margin-top: 2.5%;*/
/*}*/
/*.scroll-arrow {*/
/*    width: 10%;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    vertical-align: middle;*/
/*    cursor: pointer;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    opacity: 0.5;*/
/*    font-size: 34px;*/
/*    transition: 0.2s;*/
/*}*/
/*.scroll-arrow:hover {*/
/*    transition: 0.2s;*/
/*    opacity: 1;*/
/*}*/
/*.slide-ul {*/
/*    width: 100%;*/
/*    scroll-behavior: smooth;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    overflow-x: scroll;*/
/*    overflow-y: hidden;*/
/*    white-space: nowrap;*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/
/*.slide-ul::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/
/*.slide-li {*/
/*    list-style: none;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    vertical-align: middle;*/
/*    width: 20%;*/
/*    !*margin-left: 1.5%;*!*/
/*    margin-right: 1.5%;*/
/*    !*filter: grayscale(100%);*!*/
/*    transition: 0.2s;*/
/*}*/
/*.slide-li,*/
/*.slide-img {*/
/*    width: 200px;*/
/*}*/
/*.slide-li:hover {*/
/*    transition: 0.2s;*/
/*    filter: grayscale(0);*/
/*}*/

:root {
    --color-text: #2c3e50;
    --color-text-light: #b9b9bf;
    --color-white: #ecf0f1;
    --shadow-dark: 0 2rem 6rem rgba(0, 0, 0, 0.3);
    --shadow-light: 0 2rem 5rem rgba(0, 0, 0, 0.06);
    --line: 1px solid rgba(0, 0, 0, 0.06);
}

/*.slide-button {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    border: none;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background-color: var(--color-white);*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    color: var(--color-white);*/
/*    font-size: 3rem;*/
/*    transform: translateY(-50%);*/
/*    top: 50%;*/
/*}*/

.slide-ul,
.slide-li {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.carousel {
    /*width: 50vw;*/
    /*height: 60vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.carousel_slider {
    width: 100%;
    height: 87%;
    overflow: hidden;
    position: relative;
}

.content_inner_slider {
    width: 100%;
    /*height: 100%;*/
    display: flex;
}

.type-data {
    /*width: 100%;*/
    /*display: flex;*/
}

.slide-type-data {
    /*width: 100%;*/
    /*height: 87%;*/
    /*overflow: hidden;*/
    /*position: relative;*/
}

.img {
    /*min-width: 50vw;*/
    /*height: 100%;*/
    object-fit: contain;

}

.prev_button {
    left: 0;
}

.next_button {
    right: 0;
}

.dots {
    display: flex;
    /*margin: 1rem 0;*/
}

.dot {
    width: 6px;
    height: 6px;
    /*border: 1px solid var(--color-text-light);*/
    background:  var(--color-text-light);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.activeDots {
    background: #ff0000
;
}

.form {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

/*//----------------------------*/

.div-zone {
}

.slide {
    display: none;
    /*background: salmon;*/
    /*padding: 10px;*/
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    /*height: 300px;*/
}

.slide-heading {
    font-family: 'Lobster', sans-serif;
    font-size: 10em;
    text-align: center;
}

.active {
    display: block;
}

.slide-controls {
    /*background: #111111;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 10px;
}

.slide-button, slide-button:focus {
    background: #222222;
    /*display: inline;*/
    padding: 10px;
    margin-right: 10px;
    color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
}

.slide-button:hover {
    background: #444444;
    cursor: pointer;
}

@font-face {
    font-family: PoetsenOne;
    src: url("../assets/PoetsenOne-Regular.ttf");
}

@font-face {
    font-family: AllerStd;
    src: url("../assets/Aller_Std_Rg.ttf");
}


.tabcontent {
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ff3c3c;
}
.popup .close:hover {
    color: #d80606;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px){
    .box{
        width: 70%;
    }
    .popup{
        width: 70%;
    }
}


/*POP UP MODAL*/
/* Style the modal backdrop */
#modal-backdrop {
    transition: opacity 0.2s ease-in-out;
}

/* Hide the modal dialog by default */
#modal-dialog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out;
}

/* Show the modal dialog when the appropriate class is added */
#modal-dialog:not(.hidden) {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
