/* Applications */
.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
 
.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}
 
.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}
 
.ss-app-card-block-title {
    font-weight: bold;
    height: 30px;
    color: #03234b;
    text-align: center;
}
 
.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}
 
.ss-app-card-block-list ul li::before {
    display: none;
}
 
.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}
 
.ss-app-card-block-list {
    text-align: center;
}

/* Cards */
.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
 
.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}
 
.ss-app-card-block-img img {
    height: 100px;
}
 
.ss-app-card-block-title {
    font-weight: bold;
    height: 30px;
    color: #03234b;
    text-align: center;
}
 
.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}
 
.ss-app-card-block-list ul li::before {
    display: none;
}
 
.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}
 
.ss-app-card-block-list {
    text-align: center;
}

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-block {
    width: 20%;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .ss-app-card-block {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-app-card-block {
        width: 33%;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1083px) {
    .ss-app-card-block {
        width: 20%;
        margin-bottom: 50px;
    }
}


/* apps cards end */



.ss-card:hover {
border-color: rgba(2, 171, 245, .4);
-webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
outline: 0;
}

.ss-card-left {
background-color: #03243b;
padding: 20px;
color: white;
font-weight: bold;
font-size: 20px;
display: grid;
place-items: center;
text-align: center;
/* height: 100%; */
}

.ss-card-right {
padding: 10px;
padding-left: 20px;
width: 100%;
}

.ss-card-title {
color: #3CB4E6;
margin-bottom: 10px;
}

.ss-card-cta {
float: right;
margin-right: 30px;
margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
width: 6px;
height: 15px;
}

/*  LONG CARDS END */
  
.ss-card {
    display: flex;
    margin-top: 25px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}





.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-title {
    font-weight: bold;
}

.ss-card-cta {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}



/* Cards */

/* Development tools */
.ss-button {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.ss-button-dev-tools {
    display: flex;
    justify-content: center;
}

.ss-button-yellow {
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffd200;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}
 
.ss-button-yellow:hover {
    background-color: #ffdb33;
}
 
.ss-button-yellow:active {
    background-color: #f5ca00;
}

h2.ss-dev-tools-section-title,
.ss-dev-tools-title{
    position: relative;
}

.ss-dev-tools-section-title {
    padding: 30px 0 10px 15px;
}

.ss-dev-tools-wrapper {
    background-color: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.ss-dev-tools-cards {
    margin-bottom: 20px;
}

.ss-dev-tools-title {
    font-size: 16px;
    font-weight: bold;
    color: #03234b;
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
}

.ss-dev-tools-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ss-dev-tools-img {
    display: grid;
    justify-content: center;
    height: 125px;
}

.ss-dev-tools-img img {
    max-height: 125px;
    min-height: 125px;
    height: 100%;
    mix-blend-mode: multiply;
}
/* Development tools */

/* Discorver your portfolio */
.table-portfolio {
    border-top: 1px solid #03234b;
}

.table-portfolio thead tr td {
    font-size: 12px;
    color: #464650;
}

.td-width-100 {
    width: 100px;
}

.table-portfolio tbody tr td {
    text-align: center;
}
/* Discover your portfolio end */

.tabs {
    border-bottom: 2px solid #03234b;
    display: flex;
    overflow-x: auto;
}

button.tab-link {
    margin: 0;
    background: transparent;
    outline: unset;
    border: 0;
    color: #03234b;
    padding: 15px;
    font-weight: bold;
}

button.tab-link:hover {
    background: #03234b;
    color: #fff;
}

button.tab-link.active {
    background: #03234b;
    color: #fff;
}

div.tab-pane {
    margin-top: 20px;
}

.st-overview--description img {
    max-width: 550px;
    width: 100%;
    float: right;
}

.section {
    margin: 80px 0;
}

.ss-card-cta-2 {
    text-align: right;
    padding-right: 30px;
}

.section.st-features-section img {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}