* {
    box-sizing: border-box;
}

html {
    background-color: #1c1e25;
    padding: 0px 20px;
}

header {
    padding: 20px;
    text-align: center;
    color: white;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.main-div {
    background-color: #c3d0fb;
    padding: 15px;
    border-radius: 5px;
    margin: 0px auto;
    max-width: 800px;
}

.inner-div {
    background-color: #6e99f3;
    padding: 50px 0px;
    border-radius: 5px;
    text-align: center;
    border: 5px dashed #a4baf8;
}

.inner-div svg {
    color: white;
}

.file-select-div {
    background-color: #1c1e25;
    width: max-content;
    margin: auto;
    margin-top: 30px;
    padding: 15px 20px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.file-select-div span {
    margin-left: 10px;
}

.progress-div {
    background-color: #323338;
    padding: 15px;
    border-radius: 5px;
    margin: 0px auto;
    max-width: 800px;
}

.progress-div h4 {
    color: white;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 10px 0px;
}

.progress-inner-div {
    background-color: #1c1e25;
    padding: 20px;
    margin: 10px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.progress-details-div {
    width: 100%;
    margin-left: 20px;

}

.progress-details-div h4 {
    display: inline;
}

#file-size-h4 {
    margin-left: 10px;
}

#file-progress-h4 {
    display: block;
    width: 100%;
    margin-top: -23px;
    text-align: right;
}

.progress-bar {
    background-color: #20d166;
    height: 10px;
    border-radius: 5px;
    width: 0%;
    margin-top: 15px;
    transition: width 0.5s;
}

.resize-div h2 {
    color: white;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0px;
    margin-bottom: 30px;
}

.filter-white {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.resize-input-div label {
    color: #1a1a1a;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-right: 5px;
    font-size: 20px;
}

.resize-input-div {
    display: inline-block;
    margin: 0px 15px;
}

.resize-input-div input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #1a1a1a;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    width: 100px;
    text-align: center;
    font-size: 20px;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    appearance: textfield;
}

.file-download-btn {
    background-color: #6e99f3;
}

.download-div a {
    text-decoration: none;
}

#load {
    text-align: center;
    padding: 20px;
}

#load img {
    width: 5%;
    min-width: 40px;
    border: none;
}
.resize-another-div{
    background-color: #6e99f3;
    margin-top: 30px;
}
.resize-another-div h4{
    color: white;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0px;
    text-align: center;
    font-size: 20px;
}
.resize-another-div a{text-decoration: none;}