/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif; */

/*--- reset ----*/
body,
html {
    background-color: #fff;
    color: #333;
    /* overflow: hidden; */
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    outline: 0;
}



textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus,
.uneditable-input:focus {
    border-color: rgba(0, 0, 0, 0.1) !important;
    background-color: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: #eee !important;
}


.form-control:focus {
    color: #495057 !important;
    background-color: #eee !important;
    border-color: #ced4da !important;
}

.form-control,
.form-select {
    background-color: #eee !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}



.card {
    border: 0 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    overflow: hidden;
}

.card-text {
    height: 50px;
}



ol,
ul {
    list-style: none;
}

/*---  themes color ----*/

.thm-bg-1 {
    background-color: #f7f7f7;
    color: #333;
}

.thm-bg-2 {
    background-color: #fff;
    color: #333;
}

.thm-bg-3 {
    background-color: rgba(74, 75, 75, 1);
    color: #fff;
}

.thm-bg-4 {
    background-color: #129BDB;
    color: #fff;
}

.thm-bg-5 {
    background-color: #352245;
    color: #fff;
}

.thm-color-1 {
    color: #076A6C !important;
}

.thm-color-2 {
    color: #129BDB !important;
}

.thm-color-3 {
    color: #E2A32F !important;
}

.thm-color-4 {
    color: #4A1971 !important;
}

.thm-color-5 {
    color: #7D5C18 !important;
}

.bg-site {
    background-repeat: repeat;
}

/* color edit ------------------------------------------------------------*/

.color-grey-1 {
    color: rgba(0, 0, 0, 0.1) !important;
}

.color-grey-2 {
    color: rgba(0, 0, 0, 0.2) !important;
}

.color-grey-3 {
    color: rgba(0, 0, 0, 0.3) !important;
}

.color-grey-4 {
    color: rgba(0, 0, 0, 0.4) !important;
}

.color-grey-5 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.color-grey-6 {
    color: rgba(0, 0, 0, 0.6) !important;
}

.color-grey-7 {
    color: rgba(0, 0, 0, 0.7) !important;
}

.color-grey-8 {
    color: rgba(0, 0, 0, 0.8) !important;
}

.color-grey-9 {
    color: rgba(0, 0, 0, 0.9) !important;
}

.color-grey-10 {
    color: rgba(0, 0, 0, 1) !important;
}



.color-red {
    color: rgba(255, 0, 0, 1.0) !important;
}

.color-green {
    color: rgba(0, 100, 0, 1.0) !important;
}

.color-orange {
    color: rgba(255, 200, 0, 1.0) !important;
}

.color-blue {
    color: rgba(0, 100, 200, 1.0) !important;
}

.color-white {
    color: rgba(255, 255, 255, 1.0) !important;
}

/* background edit ---------------------------------------------------------*/

.bg-color-grey {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-color-grey-1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-color-grey-2 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-color-grey-3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-color-grey-4 {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.bg-color-red {
    background-color: rgba(255, 0, 0, 1.0) !important;
}

.bg-color-green {
    background-color: rgba(0, 100, 0, 1.0) !important;
}

.bg-color-orange {
    background-color: rgba(255, 200, 0, 1.0) !important;
}

.bg-color-blue {
    background-color: rgba(0, 100, 200, 1.0) !important;
}

.bg-color-white {
    background-color: rgba(255, 255, 255, 1.0) !important;
}

.cover {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contain {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;

}

.img-h-100 {
    overflow: hidden;
}

.img-h-100 img {
    height: 100% !important;
    width: auto !important;
    margin: 0 auto !important;
}

/* border edit ------------------------------------------------------------*/

.border-color-grey-1 {
    border-color: rgba(0, 0, 0, 0.02) !important;
}

.border-color-grey-2 {
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.border-color-grey-3 {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-color-grey-4 {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.border-color-grey-5 {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.border-color-grey-6 {
    border-color: rgba(0, 0, 0, 0.4) !important;
}

/* rounded - bootstrap 1 - 2 - 3 ... ------------------------------------------------------------*/

.rounded-4 {
    border-radius: 8px !important;
}

.rounded-5 {
    border-radius: 10px !important;
}

.rounded-6 {
    border-radius: 12px !important;
}

/* buton themes ------------------------------------------------------------*/

.btn-thm {
    background-color: #146071 !important;
    color: #fff;
    margin: 2px !important;
}

.btn-thm:hover {
    background-color: #0B414D !important;
    color: #fff;
}

.btn-thm-1 {
    background-color: #A75B44 !important;
    color: #fff;
    margin: 2px !important;
}

.btn-thm-1:hover {
    background-color: #693222 !important;
    color: #fff;
}

.btn-thm-2 {
    background-color: #f2f2f2 !important;
    color: #333;
    margin: 2px !important;
}

.btn-thm-2:hover {
    background-color: #ccc !important;
    color: #333;

}

.btn-thm-3 {
    background-color: #E94E1B;
    border: 1px solid #E94E1B !important;
    color: #fff;
}

.btn-thm-3:hover {
    background-color: #E6332A !important;
    color: #fff;
}

.sp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    box-shadow: hsl(185, 83%, 27%) 0px 7px 0px 0px;
    background-color: hsl(186, 86%, 43%);
    border-radius: 5px;
    overflow: hidden;
    transition: 31ms cubic-bezier(.5, .7, .4, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}



.sp-btn:active {
    box-shadow: none;
    transform: translateY(7px);
    transition: 35ms cubic-bezier(.5, .7, .4, 1);
}

.sp-btn:hover:before {
    transition: all .0s;
    transform: translateY(100%);
    opacity: 0;
}





/* img edit ------------------------------------------------------------*/

.img {
    width: 100% !important;
    height: auto !important;
}

.img-x-50 {
    width: 50px !important;
}

/* ölçü ------------------------------------------------------------*/

.x-50 {
    width: 50px !important;
}

.x-75 {
    width: 75px !important;
}

.x-100 {
    width: 100px !important;
}

.x-150 {
    width: 150px !important;
}

.x-200 {
    width: 200px !important;
}

.y-50 {
    height: 50px !important;
}

.y-75 {
    height: 75px !important;
}

.y-100 {
    height: 100px !important;
}

.y-150 {
    height: 150px !important;
}

.y-200 {
    height: 200px !important;
}

/* text-edit */

.ustunu-ciz {
    text-decoration: line-through !important;
}

.fs-7 {
    font-size: 14px !important;
}

.fs-8 {
    font-size: 12px !important;
}

.fs-9 {
    font-size: 11px !important;
}

.fs-10 {
    font-size: 10px !important;
}

/*---  header ----*/

.adv-top-img {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0 auto;
}

.adv-top-img img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

/* ---------------- top nav --------------------- */

.top-nav-link ul {
    display: block;
    padding: 0px;
    list-style: none;
}

.top-nav-link ul li {
    display: inline-block;
    margin: 0px;
    padding: 10px 0 10px 0;
    position: relative;
}

.top-nav-link ul li .li-aciklama {
    display: none;
}

.top-nav-link ul li:hover {
    z-index: 6;
}

.top-nav-link ul li:hover .li-aciklama {
    display: block;
    position: absolute;
    top: 45px;
    min-width: 250px;
    left: -75px;
    z-index: 6;
}

.li-aciklama {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
}

.li-aciklama h6 {
    display: block;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.li-aciklama p {
    display: block;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.zeminkarart {
    display: none;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 150, 0, 0.4); */
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.top-nav-link a {
    font-size: 12px;
    padding: 5px 10px;
    color: #eee;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-nav-link a.active {
    color: #fff !important;
    background-color: #FDCA6F;
    border-radius: 10px;
    ;
}

.top-nav-link a:hover {
    color: #fff;
}

.top-nav-link ul li:hover a.koyuzemin {
    color: #fff !important;
}








/*--- header ----*/

.btn-orange {
    background-color: #E94E1B;
    color: #fff !important;
    padding: 10px !important;
    font-size: 20px !important;
    border-radius: 10px !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
}

.position-xxl-absolute {
    position: absolute;
}

.position-xl-absolute {
    position: relative;
}

.position-lg-absolute {
    position: relative;
}

.position-md-absolute {
    position: relative;
}

.position-sm-absolute {
    position: relative;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.01), 0 0 8px rgba(0, 0, 0, 0.1);
    outline: 0 none;

}

.form-control:focus {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.01), 0 0 8px rgba(0, 0, 0, 0.1);
}

.form-label {
    display: block;
    color: #A75B44 !important;
    text-align: left !important;
}

.form-check-label {
    display: block;
    color: #333 !important;
    text-align: left !important;
}

/* To format the placeholder text color */

::placeholder {
    color: #999 !important;
    font-weight: 300 !important;
    font-size: 12px;
}

::-webkit-input-placeholder {
    color: #999 !important;
    font-weight: 300 !important;
    font-size: 12px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
    font-weight: 300 !important;
    font-size: 12px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
    font-weight: 300 !important;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #999 !important;
    font-weight: 300 !important;
    font-size: 12px;
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.form-select:focus+.focus {
    border-color: 1px solid #ccc !important;
    outline: 0;
    box-shadow: none;
}

.form-select:hover {
    border-color: 1px solid #ccc !important;
    outline: 0;
    box-shadow: none;
}



select {
    outline: none;
}

.form-select:focus {
    border-color: 1px solid #ccc !important;
    outline: 0;
    box-shadow: none;
}


.form-select:-moz-focusring {
    border-color: 1px solid #ccc !important;
    color: transparent;
    outline: 0;
    text-shadow: none;
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #ccc;
    box-shadow: none;
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #ccc;
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ccc;
    box-shadow: none;
}





/* modal */

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    outline: 0;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

/* modal yeni eklenti */

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-text {
    max-height: 600px;
    overflow-y: auto;
    text-align: left;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    background-color: #352245;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    color: #fff !important;
    background-color: #129BDB;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;

}

.xl-close {
    box-sizing: content-box;
    padding: 0 20px;
    color: #000;
    background: transparent;
    border-radius: 0.25rem;
    opacity: 0.5;
    font-size: 50px;
    right: 20px;
    top: 10px;
    border: none;
}

.xl-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.xl-close:focus {
    outline: none;
    color: #E6332A;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #00CED1;
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #00CED1;
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #07B0B2;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}




/* pagination */
.pagination {
    position: relative;

}

.page-link {
    position: relative;
    border: 1px solid #e2e2e2;
    color: #333;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #076A6C;
    border-color: transparent;
}

.page-link:focus {
    z-index: 3;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0A999B;
    border-color: #076A6C;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    border-color: #dee2e6;
}

/* ////////////////////////// */

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #666;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #076A6C;
    border-color: #666;
}

.checkcustom input[type="checkbox"] {
    display: none;
}

.checkcustom input[type="checkbox"]+label span {
    opacity: 0;
}

.checkcustom input[type="checkbox"]:checked+label span {
    opacity: 1;
}

.check-d {
    display: block;
}

.check-d input[type="checkbox"] {
    display: none;
}

.check-d input[type="checkbox"]+label {
    width: 100%;
    display: block;
    padding: 3px;
    margin: 0;
}

.check-d input[type="checkbox"]+label i {
    border: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

.check-d input[type="checkbox"]:checked+label i {
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #f7bc50;
}

.check-d input[type="checkbox"]+label span {
    opacity: 0;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;


}

.check-d input[type="checkbox"]:checked+label span {
    opacity: 1;
    color: #fff;
}

.check-d b {
    padding: 0px 0px 0px 10px;
    margin: -2px 0 0 0;
    position: relative;
    font-weight: 300;
    display: inline-block !important;

}

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

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-header:not(.collapsed)::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.accordion-button:not(.collapsed) {
    color: #313131;
    background-color: rgba(0, 0, 0, 0.1);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
    fill: #4A1971;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;

}

.accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, 0.05);
    outline: 0;
    box-shadow: none;
}


.accordion-button i {
    padding: 0 10px 0 0;
}

.breadcrumb {
    display: inline-flex;
    color: #fff;
    text-align: center;
    padding: 0px;
}

.breadcrumb li a {
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.breadcrumb li a:hover {
    color: #00CED1;
    background-color: #fff;

}

.breadcrumb-item,
.breadcrumb-item::before {
    color: #fff !important;

}

.breadcrumb-item.active {
    color: #fff;
}


/* Small devices (landscape phones, 320px and up) */

@media (max-width: 340px) {

    .col-6 {
        width: 100% !important;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .btn-search {
        top: -1px;
    }

    .bd-placeholder-img-lg {
        font-size: 12px;
    }

    .bd-placeholder-img {
        font-size: 12px;
    }

    .position-xxl-absolute {
        position: relative;
    }

    .position-xl-absolute {
        position: relative;
    }

    .position-lg-absolute {
        position: relative;
    }

    .position-md-absolute {
        position: relative;
    }

    .position-sm-absolute {
        position: absolute;
    }
}

/*--- Medium devices (tablets, 768px and up) ----*/

@media (min-width: 768px) {
    .position-xxl-absolute {
        position: relative;
    }

    .position-xl-absolute {
        position: relative;
    }

    .position-lg-absolute {
        position: relative;
    }

    .position-md-absolute {
        position: absolute;
    }

    .position-sm-absolute {
        position: relative;
    }
}

/*--- Large devices (desktops, 992px and up) ----*/

@media (min-width: 992px) {
    .position-xxl-absolute {
        position: relative;
    }

    .position-xl-absolute {
        position: relative;
    }

    .position-lg-absolute {
        position: absolute;
    }

    .position-md-absolute {
        position: relative;
    }

    .position-sm-absolute {
        position: relative;
    }
}

/*--- Extra large devices (large desktops, 1200px and up) ----*/

@media (min-width: 1200px) {
    .position-xxl-absolute {
        position: relative;
    }

    .position-xl-absolute {
        position: absolute;
    }

    .position-lg-absolute {
        position: relative;
    }

    .position-md-absolute {
        position: relative;
    }

    .position-sm-absolute {
        position: relative;
    }
}

/*--- Extra large devices (large desktops, 1400px and up) ----*/

@media (min-width: 1400px) {
    .position-xxl-absolute {
        position: absolute;
    }

    .position-xl-absolute {
        position: absolute;
    }

    .position-lg-absolute {
        position: relative;
    }

    .position-md-absolute {
        position: relative;
    }

    .position-sm-absolute {
        position: relative;
    }
}