/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

body {
    background-color: #EAEFF4!important;
}

.container {
    padding: 18px !important;
    padding-left: 18px !important;
    padding-top: 18px !important;
}

.accordion {
    margin-bottom: 10px;
}


.card {
    overflow: hidden;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.tab-container p {
    color: #414141;
    font-family: "DM Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
 }

.tab-container p:first-child {
    margin: 0;
 }

.btn-link {
    color: #000000 !important;
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: none !important;
    text-decoration: none !important;
}

.btn-link:hover {
    color: #000000;
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: none !important;
    text-decoration: none !important;
}

.card-header {
    background-color: #ffffff;
    border-bottom: 0px;
    padding: 15px 10px 15px 3px !important;
}

.card-body {

    padding:10px 16px 0px 15px !important
}

.title {
     color: #0173B9;
     font-family: "DM Sans";
     font-size: 15px;
     font-weight: 500;
     letter-spacing: 0;
     line-height: 22px;
     padding-bottom: 10px;
}

.collapsible-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    background-color: #EAEFF4;
    color: #23AAE2;
    font-size: 23px;
}

.collapsible-link::before {
    content: '+';
}

[aria-expanded="true"] .collapsible-link::before {
    content: '-';
}

button.btn.btn-link.collapsed {
    padding-top: 0px;
    padding-bottom: 0px;
}

.image-mobile {
    height: 213px;
    border-radius: 10px;
    margin-top: 4px;
}
.mobile-margin-top {
    margin-bottom: 15px;
}



