﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');

body {
    font-family: 'Poppins' !important;
}

.main-content {
    background-color: #f2f2f2 !important;
    font-family: 'Poppins' !important;
}

.card {
    border: var(--bs-card-border-width) solid #9ACD66 !important;
    padding: 2rem !important;
    margin: 85px 0px 1px 8px !important;
    border-radius: 1.2rem;
}

    .card h2 {
        font-size:1.5rem !important;
        color: #0175C0 !important;
        padding: 1rem 0 !important;
        font-weight:bold;
    }

.card-header {
    background-color: transparent !important;
}
.card-body h2 {
    font-size: 2rem !important;
    color: #0175C0 !important;
    padding: 1rem !important;
    font-weight: 700;
}
.divmrg {
    padding-right: 0px !important;
}
.box {
    
    padding: 5px;
    position: relative;
    text-align: left;
    box-shadow: none !important;
    min-height: 200px;
}
.boxinside {
    background: #F8F8F8;
    border-radius: 15px;
    padding: 10px;
}
.box img {
    width:80%;
}
.logo{
    display:flex;
}
.arrow{
    display:table;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 23.25%;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border: 0;
    }
.text {
    margin-top: 5px;
    font-size:13px;
}
.iconThin {
    color: #178de8;
    -webkit-text-stroke: 0.5px white;
}