

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Outfit-Regular', sans-serif !important;
    color: #373737 !important;
    font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal !important;
}

h1 {
    font-size: 28px !important;
}

h2 {
    font-size: 26px !important;
}

h3 {
    font-size: 24px !important;
}

p {
    margin-bottom: 10px !important;
}

ul {
    padding: 0;
}

li {
    list-style: disc;
}

a,
li,
span,
div {
    font-family: 'Outfit-Regular', sans-serif !important;
}


.noBorder {
    border: 0 !important;
}

.noBorder .rs-input-group.rs-input-group-inside {
    border: 0 !important;
}

/*Colors*/
.green {
    color: green;
}

.txt-center {
    text-align: center;
}

.bdrBtm {
    border-bottom: #ccc 1px solid;
}

.pad0 {
    padding: 0 !important;
}

.pad15 {
    padding: 15px;
}



.airlineMatrix {
    position: relative;
    margin: 0;
    float: left;
    width: 100%;

}

.totalResult {
    padding-top: 10px;
}

.matrixWrapper {
    box-shadow: 0 0 7px 0 #00000029;
    border-radius: 6px;
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px;
}


.matrix__item {
    width: 100%;
    float: left;
}

.matrixWrapper .matrix__airline-logo {
    width: 34px;
    height: 30px;
    margin: 0 auto;
}

.matrixWrapper .matrix__airline-logo img {
    width: 100%;
}

.matrixWrapper .matrix__airline-name {
    font-size: 12px;
    font-weight: 500;
    color: #5b5b5b;
    padding-top: 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}


.PlaceholdercontractBox {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 15px;
    margin: 0 0 40px;
    float: left;
    width: 100%;
}
.skeltonModifySearch {
    flex-direction: row-reverse;
    justify-content: end !important;
}

.skeltonModifySearch .rs-placeholder-paragraph-group {
    margin-right: 10%;
}

.skeltonModifySearch .rs-placeholder-paragraph-graph {
    margin-right: 0 !important;
    width: 40px;
    height: 22px;
}

.PlaceholdercontractBox .rs-placeholder-paragraph {
    margin-bottom: 15px;
}

.PlaceholdercontractBox .rs-placeholder-graph {
    margin: 0 auto;
    display: flex;
    width: 100% !important;
}

@media (max-width: 991px) {
    .PlaceholderAirlineFilter .rs-placeholder-graph {
        margin-top: 15px !important;
        width: 45% !important;    
    }
}

@media (min-width:992px) {
    .skeltonModifySearch .rs-placeholder-paragraph-graph {
        height: 42px;
        border-radius: 0.5rem;
    }    
    
    .PlaceholdercontractBox .rs-placeholder-graph {
        margin: inherit;
        display: inline-block;       
    }
}