@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 20px;
}

.body-wrap {
    padding: 1rem;
}

.diff-bg {
    background: #f8f9fd;
    padding: 0 15px;
}

.diff-bg .container {
    padding: 0;
}

.diff-bg header {
    background: #fff;
    margin: 0 -15px 30px;
}

a {
    color: #1877f2;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

h1 {
    color: #000000;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 1rem;
}

h2 {
    color: #000000;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 1rem;
}

h4 {
    font-weight: 500;
    font-size: 24px;
}

.container {
    max-width: 600px;
}

#logosvg {
    width: 149px;
    height: 32px;
    box-sizing: border-box;
}

.two-col-wrap svg {
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: super;
}

.btn {
    width: 320px;
    height: 56px;
    padding: 2px 2px 2px 2px;
    border-radius: 30px;
    border: 1px solid #1877f2;
    background-color: #1877f2;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.btn:hover {
    background-color: #1057b4;
    box-sizing: border-box;
    color: #ffffff;
}

.verify-btn {
    background-color: #1877f2;
    color: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 2px 2px 2px 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    text-align: center;
    align-items: center;
}

.verify-btn:hover {
    background-color: #1057b4;
    color: #ffffff;
}

.verify-btn svg {
    margin-left: 10px;
}

footer {
    font-size: 14px;
}

.img-blk {
    margin-bottom: 2rem;
    height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.carousel-item {
    min-height: 85vh;
}

.carousel-wrap .btn-blk {
   /* position: absolute;
    bottom: 0;
    width: 100%;*/
}

.carousel-indicators {
position:static;
margin-bottom:1.2rem;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1d6dc;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #142c3f;
}

.blue-circle {
    width: 45px;
    height: 45px;
    background-color: #1877f2;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.blue-circle:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #1877f2;
    position: absolute;
    z-index: 1;
}

.blue-circle svg {
    position: relative;
    z-index: 2;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8993a4;
    font-size: 80%;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8993a4;
    font-size: 80%;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #8993a4;
    font-size: 80%;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8993a4;
    font-size: 80%;
}

.form-control {
    border-radius: 2px;
    border-color: #d1d6dc;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
    border-color: #d1d6dc;
}

.white-box {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 10px #dcdcdc;
}

.light-blue {
    background-color: #7ab5ef;
}

.light-blue:before {
    background: #7ab5ef;
}

th {
    font-weight: normal;
}

.skip-btn {
    color: #aaaaaa;
    font-size: 80%;
}

.input-container {
    display: flex;
}

.copy-icon {
    background: #3ef2c2;
    color: #1877f2;
    padding: 0 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0 3px 3px 0;
    font-weight: 500;
    font-size: 90%;
}

    .copy-icon svg {
        margin-right: 7px;
    }

/* Media Queries */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
   
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}

@media only screen and (max-width: 479px) {
    
}