﻿
.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .scroll::-webkit-scrollbar {
        display: none;
    }

.scroll-container {
    display: block;
    margin: 0 auto;
    text-align: left;
}

.scroll-container {
    margin-left: 50px;
    margin-right: 50px;
    height: 200px;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.scroll-page {
    display: flex;
}

.agreed {
    margin-left: 60px;
    margin-right: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.col-md-10 {
    width: 92% !important;
}

.btn-icon {
    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}

.rounded-circle {
    border-radius: 50% !important;
    object-fit: cover;
}

.btn-ico {
}

.btn-icon__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}
