@font-face {
    font-family: "star";
    src: url("../fonts/star.eot");
    src: url("../fonts/stard41d.eot?#iefix") format("embedded-opentype"),
        url("../fonts/star.woff") format("woff"),
        url("../fonts/star.ttf") format("truetype"),
        url("../fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: Rubik;
    margin: 0;
    color: #333;
    line-height: 26px;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


pre {
    background: #fafafa;
    padding: 20px
}

/*For IE*/
select::-ms-expand {
    display: none;
}

table {
    width: 100%;
}

table th {
    font-weight: 500;
}

th,
td {
    border: 0.1rem solid #ddd;
    line-height: 26px;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}

label {
    display: inline-block;
    margin-bottom: 10px;
}

a {
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

button:focus,
a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

dl,
ol,
ul {
    padding-left: 18px;
}

dd {
    margin: 0 1rem 1rem;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

b,
strong {
    color: #333;
}

blockquote:not(:last-child) {
    margin-bottom: 25px;
}

blockquote {
    background: #fafafa;
    padding: 30px;
    position: relative;
}

blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
}

blockquote>* {
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}

blockquote p {
    font-style: italic;
}


body.admin-bar .dashboard-sidebar {
    top: 30px;
}

.dashboard-main input[type=text],
.dashboard-main select,
.dashboard-main textarea {
    background: #fff;
    width: 100% !important;
    border: 1px solid #C1C1C1;
    height: 50px;
    padding: 0 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    resize: none;
    margin-bottom: 15px;
}

.dashboard-main textarea {
    height: 130px;
}

.dashboard-main input[name=submit-cmb] {
    display: none;
}


.dashboard-main .button-secondary,
.dashboard-main button {
    color: #fff;
    font-weight: 500;
    padding: 0 30px;
    border: 1px solid transparent;
    gap: 10px;
    transition: all 0.5s ease;
    cursor: pointer;
    height: 56px;
    font-size: 18px;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    line-height: 58px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}


.dashboard-main button.note-btn {
    padding: 0px 10px;
    height: unset;
    line-height: unset;
    font-size: unset;
}

.edit-btn {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 10px;
}