.faq_section {
    margin-bottom: 50px;
}

.collapsible {
    padding: 0;
    border: none;
    box-shadow: none;
}

.faq_header {
    margin-top: 40px;
}

.faq_header__title {
    display: contents;
}

.collapsible li {
    margin-top: 20px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #e2e2e2;
    padding: 15px;
}

.collapsible-header {
    border: none;
    border-radius: inherit;
    display: block;
}

.collapsible-body {
    border: none;
    border-radius: inherit;
}

h6{
    font-size: large;
}

.contact-us__card {
    background-color: #2194F3;
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 40px;
    display: grid;
}

.contact-links {
    margin-top:20px;
}

.contact-links .material-icons{
    font-size: xx-large;
}

span {
    line-height: 30px;
}

span > i {
    position: relative;
    top: 7px;
}

span > img {
    position: relative;
    top: 15px;
    width: 40px;
}

span > svg {
    position: relative;
    top: 10px;
}

.modal {
    width: 65%;
    top: 5% !important;
    max-height: 95% !important;
    overflow-y: auto;
}

.modal-button-container {
    display: flex;
    flex-direction: row-reverse;
}

.tutorial-img {
    width: 100%;
}

.faq-button {
    border: 1px solid #0800B6;
    background-color: white !important;
    color: #0800B6;
    margin: 25px 0 -25px -25px !important;
    padding: 5px;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 150px;
    box-shadow: unset;
}

.full-width {
    width: 100%;
}


.faq-button > i {
    position: relative;
    top: 5px;
}

.top_spaced {
    padding-top: 10px;
}

.modal .modal-close {
    position: absolute;
    top: -30px;
    left: 30px;
    min-width: unset;
    border: unset;
    box-shadow: unset;
    background-color: transparent !important;
}

.modal .modal-footer {
    height: 0;
}

.modal-close > i {
    font-size: 30px;
}

@font-face {
    font-family: "GhararIcon";
    src: url("https://whiteboard.gharar.ir/whiteboard/fonts/gharar_icons.eot") format("embedded-opentype"),
        url("https://whiteboard.gharar.ir/whiteboard/fonts/gharar_icons.ttf") format("truetype"),
        url("https://whiteboard.gharar.ir/whiteboard/fonts/gharar_icons.woff") format("woff"),
        url("https://whiteboard.gharar.ir/whiteboard/fonts/gharar_icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "GhararIcon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
    content: "\e908";
}

.error-title {
    font-weight: bold;
    line-height: 3;
}