body {
    font-family: "Noto Naskh Arabic", serif;
    background: #e9e5e0;
}
.card {
    margin-top: 30px;
}
.share-icon svg {
    width: 32px;
}
.statistics {
    background: #efefef;
}

h1 {
    margin-top: 40px;
    margin-bottom: 30px;
}
label {
    font-size: 22px;
}
.form-control {
    background: transparent;
    border: 1px solid #c8c8c8;
    height: 50px;
}

/* [type="submit"] {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    background: #042a2b !important;
    padding: 11px 33px;
    border: 1px dashed #042a2b;
    border-radius: 50px;
    width: auto;
    margin: auto;
    margin-top: 17px;
    display: inline-block;
    position: relative;
} */
.alert-success {
    margin-top: 20px;
}
.alert-danger {
    margin-top: 20px;
}
[type="submit"] {
    color: #fff;
    background: #042a2b !important;
    border: 1px dashed #042a2b;
    font-size: 20px;
}
.btn-secondary {
    font-size: 20px;
}
.delete-btn {
    border: none !important;
    background: none;
    outline: 0 !important;
    box-shadow: none !important;
}
.delete-btn svg {
    width: 20px;
    fill: #c70404;
}
.btn-close {
    background: #042a2b !important;
    color: #fff !important;
    border-radius: 50px;
    padding: 11px 33px;
    font-size: 20px;
}
.dropdown-toggle::after {
    border: none;
}
.dropdown-toggle {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 38px;
    padding: 0;
}
.dropdown-toggle svg {
    stroke: #042a2b;
}
