*{
    color:#333333;
}
h1 {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
body {
    background-color: #fff;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
}
a {
    color:royalblue;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.h3, h3 {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h1 {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

/* Scrollbar start width */
::-webkit-scrollbar {
    width: 9px;
}

@media only screen and (max-width: 1282px) {
    ::-webkit-scrollbar {
        display:none;
    /* width: 1px; */
    }
    *{
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Scrollbar End */
.alert {
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
    border: 0px;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.alert-danger {
    color: #333333;
    background-color: white;
    border-left: #e94f3d solid 5px;
}

.alert-warning {
    color: #333333;
    background-color: white;
    border-left: #ffc021 solid 5px;
}

.alert-success {
    color: #333333;
    background-color: white;
    border-left: #47d764 solid 5px;
}

.alert-info {
    color: #333333;
    background-color: white;
    border-left: #2f86eb solid 5px;
}

.alert-cancel {
    color: #333333;
    background-color: white;
    border-left: #7a7a7a solid 5px;
}


p {
    margin: 0 0 10px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
strong{
    font-weight: bold;
    color: #333333;
}

