body{
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}

html, body {
    width: 100vw;
    overflow-x: hidden;
}
:root {
    --e_blue: #16569a;
    --e_light: #FAFAFA;
}

.left {
    float: left;
}

.custom-card {
    border: 1px solid #333a54;
    padding-bottom: 40px;
}

.custom-card-header {
    padding: 12px 9px;
    border-bottom: 1px solid #333a54;
    font-weight: 600;
}

.custom-card-body {
    padding: 12px 9px;
}

.right {
    float: right;
}

input[type="tel"] {
    text-align: left;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */

    appearance: textfield;
    text-align: left;
}

.custom-form {
    position: relative;
    margin-bottom: 1rem;
}

.custom-form>.custom-form-label>label {
    position: relative;
    padding: 0.2rem 1.5rem;
    text-align: center;
    font-size: 60%;
    margin-bottom: 0;
}

.custom-form>.custom-form-label>label {
    color: #fff;
    background: var(--e_blue);
    width: auto;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}




.custom-form-panel {
    height: 90%;
}

.custom-form>.custom-form-control {
    padding: .6rem 1rem;
    border-radius: 7px;
    min-width: 100%;
    text-align: center;
}

.custom-form>.custom-form-control {
    border: solid 2px var(--e_blue);
    color: var(--e_blue);
    background: #FAFAFA;
}




#referral-box-navbarContainer {
    width: 100%;
    height: 470px;

    border-radius: 20px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#referral-box-navbar {
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: relative;
}

#referral-box-bubbleWrapper {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    bottom: 25px;
    left: 25px;
}

.referral-box-bubble {
    background-color: #fff;
    width: 50px;
    height: 50px;
    bottom: 85px;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(120%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.referral-box-icon {
    opacity: 0;
}

#referral-box-bubble1 {
    transform: translateY(0%);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#referral-box-bubble1>span {
    opacity: 0.7;
}

#referral-box-bgWrapper {

    width: 100%;
    top: 0px;
    position: absolute;
    bottom: 60px;
}

#referral-box-bgWrapper img {
    width: 100%;
    height: 100%;

}

#referral-box-bgWrapper .qr-code {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 100px;
}

#referral-box-bg {
    background-color: transparent;
    width: 120%;
    height: 100%;
    margin-left: -10%;
}

#referral-box-bgBubble {
    position: absolute;
    background-color: transparent;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    bottom: -50px;
    left: 50px;
    transform: translateX(-50%);
}

#referral-box-menuWrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.referral-box-menuElement {
    opacity: 0.4;
    transform: translateY(100%);
    cursor: pointer;
}

.referral-box-menuElement:hover {
    opacity: 0.5;
}

#referral-box-contentWrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#referral-box-contentWrapper h2 {
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
}

.referral-box-content {
    display: none;
    opacity: 0;
}

.referral-box-title {
    position: absolute;
    font-size: 18px;
    top: 15px;
    right: 20px;
}

#referral-box-content-banner {
    position: absolute;

    direction: rtl;
    text-align: right;
    bottom: 80px;
    top: 10px;
    right: 5px;
    left: 5px;
    padding: 20px 10px;
}


.content-modal__notes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid #333a54;
    background-color: #181F39;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .9rem;
    line-height: 25px;
    color: #9e9e9e;
}

.content-modal__notes_light {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 15px 25px;
    border-radius: 8px;
    border: 1px solid rgba(185, 185, 185, 0.2);
    background-color: rgba(255, 241, 241, 0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .9rem;
    line-height: 25px;
    color: #e0e0e0;
}

.point-icon {
    font-size: 8px;
}




.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.modal-confirm .btn-secondary {
    background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


.c-content-dashed {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 40px 15px;
    border-radius: 8px;
    border: 2px dashed #131931;
    background-color: #1E2746;
    cursor: -webkit-grab;
    cursor: grab;
    font-size: 13px;
    position: relative;
}

.c-content-dashed-warning {
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(245, 127, 23, .2);
    background-color: rgba(245, 127, 23, .05);
    padding: 30px 8px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 13px;
}

.cancel-box {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #bbbaba;
    font-size: 18px;
    cursor: pointer;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #EEEEEE !important;
    cursor: not-allowed;
}



.upload-block {
    border: 2px dashed #333a54;
    background-color: #1E2746;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.upload-block-video {
    border: 2px dashed #333a54;
    background-color: #1E2746;

    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.upload-block label.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #1E2746;
    border: 1px solid #333a54;
    color: #f2f2f2;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.upload-block-video label.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #1E2746;
    border: 1px solid #333a54;
    color: #f2f2f2;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.upload-block label.button:hover {
    background-color: #F0F0F0;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.upload-block-video label.button:hover {
    background-color: #F0F0F0;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.upload-block input.customImageInput {
    display: none;
}

.upload-block #multiple-file-preview {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin-top: 10px;
    padding: 10px;
}

.upload-block-video input.customVideoInput {
    display: none;
}

.upload-block-video #multiple-video-preview {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin-top: 10px;
    padding: 10px;
}

.upload-block #sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 150px;
    height: auto;
    text-align: right;

}

.upload-block-video #sortableVideo {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 150px;
    height: auto;
    text-align: right;
}

.upload-block #sortable li {
    margin: 3px 3px 3px 0;
    display: inline-block;
    width: 100px;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
}

.upload-block-video #sortableVideo li {
    margin: 3px 3px 3px 0;
    display: inline-block;
    width: 100px;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
}

.upload-block #sortable li,
#sortable li img {

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #2B91E3;
}

.upload-block-video #sortableVideo li,
#sortableVideo li .cadr {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #2B91E3;
    font-size: 40px;
    color: rgb(255, 174, 0);

}

.upload-block-video #sortableVideo li,
#sortableVideo li .cadr .play {
    vertical-align: middle;
    margin-top: 25px;

}

.upload-block #sortable li div.order-number {
    position: absolute;
    top: -2px;
    right: 0px;
    width: 15px;
    height: 15px;
    background-color: #2B91E3;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.upload-block-video #sortableVideo li div.order-number-video {
    position: absolute;
    top: -2px;
    right: 0px;
    width: 15px;
    height: 15px;
    background-color: #2B91E3;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.upload-block #sortable li .deleteImage {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 15px;
    height: 15px;
    color: #df4646;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.upload-block-video #sortableVideo li .deleteVideo {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 15px;
    height: 15px;
    color: #df4646;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.price-range-block {
    margin: 10px;
}

.ui-slider-horizontal {
    height: .6em;
}

.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 100%;
}

.ui-widget-header {
    background: #3FE331 !important;
}

.price-range-search {
    width: 41%;
    background-color: #f9f9f9 !important;
    border: 1px solid #6e6666 !important;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.search-results-block {
    position: relative;
    display: block;
    clear: both;
}





.fileBox .card {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: none
}

.fileBox .card-gallery {
    width: 100%;
    height: 154px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.fileBox .card-content {
    height: 130px;
    padding: 5px 10px;
}

.fileBox .icon {
    width: 20px;
    height: 20px;
}

.customicon {
    width: 20px;
    height: 20px;
}

.fileBox .card-description {
    color: #9a9a9a;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.fileBox .card-title {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.fileBox .card-title .price-amount {

    font-size: .65rem;
}

.fileBox .card-title .price-title {
    margin-left: 5px;
    font-size: .7rem;
}

.fileBox .card-title .price-unit {
    margin-right: 5px;
    font-size: .6rem;
}

.sell-type {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: .6rem;
    z-index: 10;
}




.tag-list {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 10;
    overflow: hidden;
}

.tag-list span {
    margin: 1px;
}

.carousel-item img {
    height: 180px;
}

.tag-list-slider {
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 10;
    overflow: hidden;
}

.blog-slider__item #price-content {
    float: left !important;
}

@media screen and (max-width: 768px) {
    .tag-list-slider {
        top: 205px !important;
        left: 43px !important;
    }

    .tag-list-slider .blog-slider__title {
        margin-top: 10px !important;
        margin-left: 20px !important;
    }

    .tag-list-slider .slider__pagination {
        margin-top: -25px !important;
    }

    .blog-slider__item #price-content {
        float: right !important;
        margin: 9px 0;
        text-align: right;
    }

    .blog-slider__item .details {
        font-size: 12px;
    }

    .blog-slider__item .eye-icon {
        float: left;
        position: relative;
        top: -130px;
    }

    .blog-slider__item .blog-slider__content {
        text-align: right;
    }

}

.tag-list-slider span {
    margin: 1px;
}


.tag-sell-type-slider {
    position: absolute;
    right: 110px;
    top: 15px;
    z-index: 10;
    overflow: hidden;
}

.tag-sell-type-slider span {
    margin: 1px;
}

:root {
    --bg-page: #ffffff;
    --bg-page-darker: #f7f7f7;
    --bg-page-darkest: #b3b3b3;
    --colour-primary: #3996fb;
    --colour-primary-lightest: #e8f3ff;
    --colour-primary-darker: #1a7ee6;
    --colour-third: #419d78;
    --colour-third-lighter: #7bc9aa;
    --colour-third-lightest: #e6f7f0;
    --colour-text: #696969;
    --colour-text-lighter: #9b9b9b;
    --colour-text-darker: #626262;
    --colour-text-darkest: #363636;
    --border-color: #e8e7e7;
    --form-radius: 13px;
    --search-form-bg-colour: #f2f2f2;
    --send-form-bg-colour: #f2f2f2;
    --send-btn-box-shadow-colour: #7bbafd;
    --chat-bubble-me: #f2f2f2;
    --chat-bubble-you: var(--colour-primary);
}

.dark-mode {
    --bg-page: #1a1a1a;
    --bg-page-darker: #363636;
    --bg-page-darkest: #818181;
    --colour-primary: #1a71d0;
    --colour-primary-lightest: #202c3a;
    --colour-primary-darker: #449ffd;
    --colour-third: #41c590;
    --colour-third-lighter: #56d6a3;
    --colour-third-lightest: #272f2c;
    --colour-text: #c7c7c7;
    --colour-text-lighter: #868686;
    --colour-text-darker: #dcdcdc;
    --colour-text-darkest: #eaeaea;
    --border-color: #4c4c4c;
    --search-form-bg-colour: #363636;
    --send-form-bg-colour: #363636;
    --send-btn-box-shadow-colour: #44515f;
    --chat-bubble-me: #363636;
    --chat-bubble-you: var(--colour-primary);
}

.messages-page {
    height: 70vh;
}


.messages-page__list {
    list-style: none;
    flex-grow: 1;
    overflow-y: auto;
}

.messages-page__list-scroll {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-form {
    color: var(--colour-text-darkest);
    padding: 1.5rem;
    border-radius: 13px;
}

.custom-form__send-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.custom-form__send-wrapper input::-moz-placeholder {
    color: var(--colour-text-lighter);
    font-size: 0.9rem;
}

.custom-form__send-wrapper input:-ms-input-placeholder {
    color: var(--colour-text-lighter);
    font-size: 0.9rem;
}

.custom-form__send-wrapper input::placeholder {
    color: var(--colour-text-lighter);
    font-size: 0.9rem;
}

.custom-form__send-wrapper input:focus {
    outline: none;
    box-shadow: none;
}

.custom-form__send-wrapper input {
    padding-right: 6rem;
    padding-left: 3.25rem;
    background-color: var(--send-form-bg-colour);
    border: none;
}

.custom-form__send-wrapper input:focus {
    background-color: var(--send-form-bg-colour);
    border-color: transparent;
    color: var(--colour-text);
}

.custom-form__send-submit {
    position: absolute;
    top: 38%;
    right: 0.5rem;
    transform: translateY(-50%);
    height: 2.3rem;
    width: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--colour-primary);
    border-radius: 50%;
    box-shadow: 0 3px 3px var(--send-btn-box-shadow-colour);
    border: none;
    outline: none;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 0.3rem;
    color: white;
    padding-right: 0.1rem;
}

.custom-form__send-submit:focus {
    outline: none;
    border: none;
}

.custom-form__send-submit:hover {
    background-color: var(--colour-primary-darker);
}


.messaging-member {
    border-radius: var(--form-radius);
}

.messaging-member:hover {
    background-color: var(--bg-page-darker);
}

.messaging-member--new .messaging-member__name {
    color: var(--colour-text-darker);
}

.messaging-member--new .messaging-member__message {
    color: var(--colour-text-darker);
    font-weight: bold;
}

.messaging-member--online .user-status {
    background-color: var(--colour-third-lighter);
}

.messaging-member--active {
    background-color: var(--colour-primary-lightest);
}

.messaging-member--active:hover {
    background-color: var(--colour-primary-lightest);
}

@media screen and (max-width: 991px) {
    .messaging-member--active {
        background-color: var(--bg-page);
    }

    .messaging-member--active:hover {
        background-color: var(--bg-page-darker);
    }
}

.messaging-member__wrapper {
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: var(--form-radius);
    display: grid;
    grid-template-columns: 4rem 4fr;
    grid-template-rows: 2rem 2rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-areas: "avatar     name" "avatar     message";
}

@media screen and (max-width: 1199px) {
    .messaging-member__wrapper {
        grid-template-columns: 3.5rem 1fr;
        grid-template-rows: 1.75rem 1.75rem;
    }
}

@media screen and (max-width: 991px) {
    .messaging-member__wrapper {
        grid-template-columns: 3.2rem 1fr;
        grid-template-rows: 1.75rem 1.75rem;
    }
}

.messaging-member__avatar {
    grid-area: avatar;
    position: relative;
}

.messaging-member__avatar img {
    border-radius: 50%;
    width: 100%;
}

.messaging-member__name {
    font-weight: bold;
    grid-area: name;
    color: var(--colour-text-darker);
    margin-top: auto;
    font-size: 0.9rem;
}

.messaging-member__message {
    grid-area: message;
    white-space: nowrap;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9rem;
}

.chat {
    height: 100%;
    width: 100%;
}

.chat__container {
    height: 100%;
    width: 100%;
}

.chat__wrapper {
    background-color: #1E2746;
    height: 100%;
    width: 100%;
    border-left: 1px solid #191f36;
    border-right: 1px solid #191f36;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .chat__wrapper {
        border-left: none;
        border-right: none;
    }

    .chat__previous {
        display: flex !important;
    }

}

.chat__messaging {
    width: 100%;
    border-bottom: 1px solid #191f36;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 55px;
}

.chat__previous {
    width: 8%;
    min-width: 2rem;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    cursor: pointer;
    color: var(--colour-primary);
}

.chat__notification {
    width: 4%;
    min-width: 1.5rem;
}

.chat__notification span {
    display: none;
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    background-color: var(--colour-primary);
    font-size: 0.9rem;
}

.chat__notification--new span {
    display: block;
}

.chat__infos {
    flex-grow: 1;
}

.chat__actions {
    font-size: 5px;
    height: 2rem;
    min-width: 2rem;
    color: var(--colour-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.chat__actions ul {
    list-style: none;
    display: flex;
}

.chat__actions li {
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--bg-page);
}

.chat__actions li+li {
    margin-left: 0.3rem;
}

.chat__actions li:hover {
    background-color: var(--colour-primary-lightest);
}

.chat__content {
    flex-grow: 1;
    overflow-y: auto;
}

.chat__list-messages {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.chat__list-messages li {
    margin-bottom: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.chat__list-messages li .chat__bubble {
    margin-bottom: 0.2rem;
}

.chat__bubble {
    position: relative;
    color: var(--colour-text-darkest);
    padding: 0.5rem 1rem;
    border-radius: 22px;
    background-color: var(--bg-page);
    max-width: 30rem;
    font-size: 0.9rem;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-word;
}

.chat__bubble--you {
    margin-right: 2rem;
    color: white;
    background-color: var(--chat-bubble-you);
}

.chat__bubble--me {
    margin-left: 2rem;
    background-color: var(--chat-bubble-me);
    align-self: flex-end;
}

.chat__time {
    font-size: 0.8rem;
    color: var(--colour-text-lighter);
    align-self: center;
    padding-bottom: 0.2rem;
}

.chat__send-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-member__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.chat-member__avatar {
    position: relative;
    width: 3.5rem;
}

.chat-member__avatar img {
    height: 50px;
    border-radius: 50%;
    width: 50px;
}

@media screen and (max-width: 991px) {
    .chat-member__avatar {
        width: 2.5rem;
    }
}

.chat-member__name {
    font-weight: bold;
    color: var(--colour-text-darker);
    margin-top: auto;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .chat-member__name {
        font-size: 0.9rem;
    }
}

.chat-member__details {
    margin-left: 0.8rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .chat-member__details {
        margin-right: 1rem;
    }

}

.chat-member__status {
    color: var(--colour-text-lighter);
    font-size: 0.8rem;
}

.chat--mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(100%);
    display: none;
    transition: transform 0.3s ease-in-out 0.1s;
}

.chat--mobile .chat__wrapper {
    border-radius: 0;
}

.chat--mobile.chat--show {
    display: block;
    transform: translateY(0%);
    border-radius: 0;
}



.user-status {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    background-color: var(--colour-text-lighter);
    border: 3px solid white;
    border-radius: 50%;
}

.user-status--online {
    background-color: var(--colour-third);
}

.svg-icon {
    width: 70%;
}

.svg-icon path,
.svg-icon circle {
    fill: var(--colour-primary);
}

.svg-icon--send {
    width: 60%;
}

.svg-icon--send path,
.svg-icon--send circle {
    fill: white;
}

.svg-icon--previous {
    width: 55%;

}






.profile-pic {
    width: 200px;
    height: 200px;
    display: block;
    position: relative;
    padding: 20px;


}

.profile-pic .file-upload {
    display: none;
}

.profile-pic .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 8px solid rgba(190, 190, 190, 0.7);

}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-pic .p-image {
    position: absolute;
    top: 110px;
    right: 30px;
    color: #626874;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.profile-pic .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.profile-pic .upload-button {
    font-size: 1.7em;
}

.profile-pic .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}



#calcID .calc {
    font-family: Arial, sans-serif;
    text-rendering: geometricPrecision;
    width: 300px;
    background: grey;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2),
        inset 0 3px 0 rgba(255, 255, 255, 0.2);
    padding: 20px
}

#calcID .display {
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, .6);
    font-size: 35px;
    padding: 10px;
    text-align: right;
    border-radius: 2px;
    box-shadow: inset 0 5px 8px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3);
}

#calcID .header-calc .titles {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 10px;
    font-weight: bold;
    margin-top: -8px;
    padding-bottom: 8px;
    text-align: right;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
    user-select: none;
}

#calcID .display-main {
    height: 38px;
}

#calcID .display-indicate {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.05);
    text-align: left;
    margin: -5px 0 -2px -5px;
    text-transform: uppercase;
    user-select: none;
    transition: color .1s ease-in;
}

#calcID .max {
    color: rgba(255, 150, 150, 0.8);
}

#calcID .display-operations {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 3px;
    margin-top: 4px;
}

#calcID .row {
    margin-left: -12px;
    margin-top: 10px;
}

#calcID .row:after,
.bottom-row:after {
    content: "";
    display: block;
    clear: both;
}

#calcID .left,
.right {
    float: left;
}

#calcID .button {
    position: relative;
    top: 0;
    height: 41px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-family: "Arial Bold", Gadget, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 9px 0 11px 0;
    border-radius: 2px;
    float: left;
    width: 56px;
    background: rgba(255, 255, 255, 0.8);
    margin-left: 12px;
    text-transform: uppercase;
    border: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all .1s;
    cursor: pointer;
    user-select: none;
}

#calcID .button:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.95);
    color: rgba(0, 0, 0, 0.8);
}

#calcID .button:active {
    top: 1px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

#calcID .button:focus {
    outline: 0;
}

#calcID .ac,
.ce {
    background: #FF8A80
}

#calcID .ac:hover,
.ce:hover {
    background: #FF5252;
}

#calcID .minus {
    padding-top: 11px;
    padding-bottom: 9px;
}

#calcID .zero {
    width: 124px;
}

#calcID .eq {
    margin-top: 10px;
    padding: 35px 0 56px 0;
    margin-left: 27px;
}

#calcID .mult {
    text-transform: none;
    padding-top: 9px;
    padding-bottom: 11px;
}


.nav-custom-bg .nav-link.active,
.nav-custom-bg .show>.nav-link {
    box-shadow: 0 0 20px 0 rgba(58, 122, 254, 0.2);
}

.nav-custom-bg .nav-link.active,
.nav-custom-bg .show>.nav-link {
    color: #fff;
    background-color: #3a7afe;
}

.nav-custom-bg .nav-link {
    background-color: #181F39;
    border-radius: 0.375rem;
    margin-top: 2px;
}

.nav-custom-bg .nav-link {
    border-radius: 0.375rem;
}




.header-main {
    background-color: rgb(232, 233, 234);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.1s ease 0s, border-color 0.1s ease 0s;
    width: 100%;
    height: 442px;
    outline: currentcolor none medium;
    max-height: calc(-207px + 100vh);


}

.kcttuh {
    padding: 0px 16px;
}

.gteZiU img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.cTxcYr {
    position: absolute;
    padding: 64px 8px 8px;
    width: 100%;
    height: 100%;
    top: 0px;
    -moz-box-pack: center;
    justify-content: center;
}

.bgCPkF {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    overflow: auto;
    color: white;
    text-shadow: 0 0px 5px rgba(0, 0, 0, 1);
}

.cBurML {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.14;
}

.HqnwB {
    width: 128px;
    height: 128px;
    margin: 0px auto;
}




.selectAgencyBox {
    height: 90px;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    background-color: #181F39;

}

.selectAgencyBox .cencel-icon {
    margin: 5px 2px 0px 5px;
}

.selectAgencyBox .seprator-line {
    margin-top: 8px
}

.selectAgencyBox .bongah-name {
    font-size: 10px
}

.selectAgencyBox .description {
    font-size: 8px;
    margin-top: -8px
}



.product-varient-title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    color: #606265;
    margin-bottom: 0;
}

.product-varient-secondary-info {
    margin-top: auto;
    margin-bottom: 0px;
    padding: 15px;
    margin-left: 15px;
    width: 100%;
    min-height: 100px;
    border-color: transparent;
    border-radius: 8px;
    background-color: #181F39;
}

.product-varient-info {
    color: #9b9b9b;
    font-size: 12px;
    font-size: .857rem;
    line-height: 22px;
    margin-left: 10px;
}

.product-varient-info-main {
    color: #606265;
    font-weight: 700;
    margin-right: 5px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
}

/* STYLE 6
   ----------------------------- */
.title-box {

    position: relative;
    color: #000;
    margin-bottom: 20px;
}

.title-box .title {

    font-size: 12px;
}

.title-box .value {
    font-size: 15px;

}





.zoom-out:hover {
    transition: all 1s;
    transform: scale(.93);
}

.btn-commission-container {
    position: relative;

}

.btn-commission {
    position: absolute;
    top: -30px;
    width: 55px;
    height: 55px;

}

.btn-commission-txt {
    position: absolute;
    top: -19px;
    right: 6px;
    font-size: 11px;
    text-align: center;
    text-shadow: 3px 0px 7px rgba(81, 67, 21, 0.9), -3px 0px 7px rgba(81, 67, 21, 0.9),
        0px 4px 7px rgba(81, 67, 21, 0.9);

}

.btn-commission-container1 {
    position: relative;
    float: right;
    margin-right: 70px;
}

.btn-commission1 {
    position: absolute;
    top: -30px;

    width: 55px;
    height: 55px;

}

.btn-commission-txt1 {
    position: absolute;
    top: -19px;
    right: 19px;
    font-size: 11px;
    text-align: center;
    text-shadow: 3px 0px 7px rgba(81, 67, 21, 0.9), -3px 0px 7px rgba(81, 67, 21, 0.9),
        0px 4px 7px rgba(81, 67, 21, 0.9);
}

.button-circle {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;

    letter-spacing: 1px;
}

.button-circle:before {
    border-radius: 100%;
    border: 2px solid #468cdc;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.15), 0 0 15px rgba(0, 255, 204, 0.15) inset;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    margin-left: -4.8px;
    margin-top: -4.8px;
    opacity: 1;
    transform: scale(1);
    transition: all 300ms;
}

.button-circle:hover:before {
    transform: scale(1.05);
}

.button-circle.circle {
    background: #23466e;
    border: none;
    border-radius: 100%;
    color: #e4ecfa;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 15px;
    position: relative;
    margin: auto;
    margin-top: 10px;
    transition: 0.5s;
    padding-top: 12px;
}

.button-circle.circle:hover {
    background: #3e70aa;
    padding: -2px;
}


.button-circle-calc {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 1px;
}

.button-circle-calc:before {
    border-radius: 100%;
    border: 2px solid #468cdc;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.15), 0 0 15px rgba(0, 255, 204, 0.15) inset;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    margin-left: -4.8px;
    margin-top: -4.8px;
    opacity: 1;
    transform: scale(1);
    transition: all 300ms;
}

.button-circle-calc:hover:before {
    transform: scale(1.05);
}

.button-circle-calc.circle {
    background: #23466e;
    border: none;
    border-radius: 100%;
    color: #e4ecfa;
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 15px;
    position: relative;
    margin: auto;
    margin-top: 10px;
    margin-right: 20px;
    transition: 0.5s;
    padding-top: 0px;
}

.button-circle-calc.circle:hover {
    background: #3e70aa;
    padding: -2px;
}

@media screen and (max-width: 840px) {
    .button-circle-calc {
        font-size: 20px;
    }

    .button-circle-calc.circle {
        width: 40px;
        height: 40px;
    }

    .button-circle-calc:before {

        height: 50px;
        width: 50px;

    }

    .button-circle {
        font-size: 8px;
    }

    .button-circle.circle {
        width: 40px;
        height: 40px;
        line-height: 10px;
        padding-top: 10px;
    }

    .button-circle:before {

        height: 50px;
        width: 50px;

    }

}



.svg-title text {

    letter-spacing: 8px;
    stroke: rgb(105, 103, 109);
    font-size: 30px;
    font-weight: 700;
    stroke-width: 2;
    animation: textAnimate 5s infinite alternate;

}

@keyframes textAnimate {
    0% {
        stroke-dasharray: 0 50%;
        stroke-dashoffset: 20%;
        fill: #181F39;

    }

    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffstet: -20%;
        fill: #181F39;
    }

}

.side-by-side {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}

fieldset {
    border: 1px solid #ccc !important;
}

@media screen and (max-width: 768px) {
    .table .notMobile {
        display: none !important;
    }

    .table .isMobile {
        display: block !important;
        border: none;
    }

    .table .isMobile td {

        border: none;
    }

    .table tr td:first-child {

        width: 50px !important;
        display: block;
    }


    .lastRequest.isMobile{
        display: block !important;
    }
    .lastRequest.isntMobile{
        display: none !important;
    }
    .list-file.isMobile{
        display: block !important;
    }
    .list-file.isntMobile{
        display: none !important;
    }

}

@media screen and (min-width: 769px) {
    .table .notMobile {
        display: table-cell !important;
    }

    .table .isMobile {
        display: none !important;
        width: 100%;
    }
    .lastRequest.isntMobile{
        display: block !important;
    }
    .lastRequest.isMobile{
        display: none !important;
    }

    .list-file.isMobile{
        display: none !important;
    }
    .list-file.isntMobile{
        display: block !important;
    }
}


.mds-bootstrap-persian-datetime-picker-container table table input[type="text"] {
    color: #000 !important;
}


.btn {
    cursor: pointer !important;
}




.header-request-file {
    background: url(../images/Pic.png) no-repeat center center;
    width: 100%;
    min-height: 500px;
    background-size: contain;
    z-index: 2;
    position: relative;
}

.box-request {
    /* margin: -140px auto 10px auto; */
    width: 100%;
    /* border: 1px solid #cecfd3; */
    /* border-radius: 8px; */
    z-index: 1;
    height: auto;
    text-align: center;
    /* padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px; */
    color: #222222 !important;

}

@media screen and (max-width: 769px) {
    .header-request-file {
        margin: 0px auto;
        width: 80%;

        min-height: 350px !important;
    }

    .box-request {
        width: 100%;
    }
}
.box-request .input-group > .form-control, .box-request .input-group > .custom-select {
    height: 60px !important;
  }

.box-request .bootstrap-select .btn {
    border: none !important;
    color: #222222 !important;
    padding: 0.529rem .3rem;


}

.box-request .bootstrap-select .bs-donebutton{
    margin: 0px auto;
  padding: 0px 20px;
}
.box-request .bootstrap-select .bs-donebutton .btn-group.btn-block{
    background: #FF9F00;
    border-radius: 16px;
}
.box-request .dropleft .dropdown-toggle::before, .dropright .dropdown-toggle::before, .dropup .dropdown-toggle::after, .dropdown-toggle::after {
    content: "\f0d7";

  }

.box-request .dropdown-menu .dropdown-item {
    color: #222222 !important;
}

.box-request .bootstrap-select .dropdown-toggle .filter-option {
    text-align: right !important;
}

.box-request .bootstrap-select>.dropdown-toggle {
    text-align: left !important;
}


.box-request .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0px !important;
}

.box-request .form-control{
    height: 60px ;
    padding: 0.750rem .3rem !important;

}
.descriptionId{
    height: 80px;
    text-indent: 10px;
  line-height: 30px;
}
@media screen and (max-width: 769px) {
    .descriptionId{
        height: 50px;
        padding-top: 10px !important;
    }
    .box-request .form-control{
        height: 50px ;
        padding: 0.0rem .3rem !important;

    }
    .box-request textarea{
        height: 40px ;
        padding: 0.0rem .3rem !important;

    }
}


.custom-input .container-input {
    position: relative;
    height: 95px !important;
    max-height: 95px !important;
    width: 100% !important;
    border-radius: 20px;
    background-color: #f4f1ee;
    box-shadow: 2px 3px 4px rgba(145, 142, 134, 0.5);
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.custom-input .container-input:hover {

    background-color: #4d4743;
    cursor: pointer;
}

.custom-input .form-control__label {
    position: absolute;
    color: #8798ad;
    right: 30px;

    top: 50%;
    cursor: text;
    margin: 0;
    font-weight: 700;
    font-size: 1.125rem;
    transition: all .25s ease-in-out;
    transform: translateY(-50%);
}

.custom-input .form-control__label_1 {
    position: absolute;
    color: #8798ad;
    right: 15px;
    top: 25%;
    cursor: text;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    transition: all .25s ease-in-out;
    transform: translateY(-50%);
}

.custom-input .form-control__input {
    font-size: 1.125rem;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 0;
    height: 95px !important;
    width: 100%;
    margin-top: 10px;
    background-color: transparent;

}
.inMobile{
    display: none;
}
 .inPc{
    display: block;
}

@media screen and (max-width: 768px) {


    .custom-input .inMobile{
        display: block;
    }
    .custom-input .inPc{
        display: none;
    }

    /* .custom-input .container-input .form-control__input {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d7dae3;
        border-radius: 0.375rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    } */
    .custom-input #ostanInput {
        display: block !important;
    }
    .custom-input #shahrestanInput {
        display: block !important;
    }
    .custom-input #regionInput {
        display: block !important;
    }
    .custom-input #regionInput1 {
        display: block !important;
    }


    .custom-input .form-control__input {
        font-size: 0.875rem;
        font-weight: 400;
        padding: .7rem .2rem !important;
        height: 60px !important;
        margin-top: 15px;
        background-color: #fff !important;
        border: 1px solid #7b7b7b !important;
        border-radius: 0.375rem !important;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    /* .custom-input .container-input {
        position: relative;
        height: 95px !important;
        max-height: 95px !important;
        width: 100% !important;
        border-radius: 20px;
        background-color: #f4f1ee;
        box-shadow: 2px 3px 4px rgba(145, 142, 134, 0.5);
        cursor: pointer;
        box-sizing: border-box;
        margin-bottom: 20px;
    } */
    .custom-input .container-input {
        display: block;

        box-shadow: unset;
        height: calc(1.5em + 0.75rem + 2px) !important;
        max-height:calc(1.5em + 0.75rem + 2px) !important;
        background-color: rgba(255, 255, 255, 0) !important;




    }

    .custom-input .container-input:hover {

        display: block;

        box-shadow: unset;
        height: calc(1.5em + 0.75rem + 2px) !important;
        max-height: calc(1.5em + 0.75rem + 2px) !important;
        background-color: rgba(255, 255, 255, 0) !important;


    }

    .custom-input .form-control__label {
       display: none !important;
    }
    .custom-input .form-control__label_1 {
        display: none !important;
     }


     .custom-input .form-control__input_1 {
        font-size: 0.875rem;
        font-weight: 400;
        padding: 0rem .75rem !important;
        height: 60px !important;

        background-color: #fff !important;
        border: 1px solid #7b7b7b !important;
        border-radius: 0.375rem !important;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    }
}

.custom-input .form-control__input_1 {
    font-size: .9rem;
    font-weight: 300;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0;
    height: 95px;
    width: 100%;
    margin-top: 10px;
    background-color: transparent;

}

.custom-input .bootstrap-select .btn {

    border: none !important;


}

.input-group>.form-control,
.input-group>.custom-select {
    height: 40px !important;
}




.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution_cards_box .solution_card {
    display: block;
    min-width: 100%;
    background: #181F39;
    box-shadow: 0 2px 4px 0 rgba(34, 37, 59, 0.2),
        0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}

/* .solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;

    z-index: 9;
  } */

/* .solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
  } */

/* .solution_cards_box .solution_card:hover .solu_title h3,
  .solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
  } */

/* .solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
} */

/* .solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
  } */
/* .solution_cards_box .solution_card:hover .so_top_icon {
    background: #2988d1 !important;
    transition: 0.7s;
    color: #ffffff;
  } */



.solution_card .solu_title h3 {

    font-size: .9rem;
    margin-top: 10px;
    margin-bottom: 13px;
    border-radius: 5px;
    width: 70px;
    padding: 5px;
    text-align: center;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(140deg,
            #42c3ca 0%,
            #42c3ca 50%,
            #42c3cac7 75%) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

/* .solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
  } */

.solution_cards_box .solution_card .so_top_icon {
    width: 50%;
    height: 60px;
    border-radius: 10px;
    background: #1E2746;
    overflow: hidden;
    display: flex;
    align-items: right;
    justify-content: right;
    position: absolute;
    top: -10px;
    left: 10px;
}

.solution_cards_box .solution_card .so_top_icon p {
    margin: 25px 0px;
    font-size: 12px;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    text-align: right;
    margin: 8px;
    margin-right: 4px;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }
}


.customTabNave .nav-tabs li {
    background-color: #eee;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    color: #c6c6c6;
    font-size: 15px;
    text-align: center;
    margin: 0px !important;
}
.customTabNave .nav-tabs .nav-link{
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.customTabNave .nav-tabs li a {
    color: #c6c6c6;
    font-size: 15px;
    border-bottom:none !important ;
}
@media only screen and (min-width: 540px) {
    .customTabNave .nav-tabs li a {
        font-size: 14px;
    }
}
.customTabNave .nav-tabs li a:hover {
    color: #c6c6c6;
}


.customTabNave .nav-tabs li:nth-of-type(1) .active {
    background-color: #ffffff !important;
    /* border: 1px solid #ffa003; */
    border-bottom: none !important;
    text-align: center;
    color: #ffa003;
    font-size: 15px;
}

.customTabNave .nav-tabs li:nth-of-type(2) .active {
    background-color: #ffffff !important;
    /* border: 1px solid #3b405d; */
    border-bottom: none !important;
    text-align: center;
    color: #3b405d;
    font-size: 15px;
}
.customTabNave .nav-tabs li:nth-of-type(3) .active {
    background-color: #ffffff !important;
    /* border: 1px solid #3b405d; */
    border-bottom: none !important;
    text-align: center;
    color: #10ca93 !important;
    font-size: 15px;
}
.customTabNave .nav-tabs {
    position: relative;
    border-bottom: none !important;
    margin-top: 3px;
}
/* .customTabNave .nav-tabs li{

    border-bottom: none !important;
} */
.customTabNave .bordered{
    position: absolute;
    bottom: -17px;
    left: 0;
    border-bottom: 1px solid #FFB437;
    width: 100%;
    z-index: 1000;
}
.bootstrap-select .dropdown-menu{
    transform:unset !important
}
.mainImage {
    position: relative;
    /* top: 50%; */
    /* left: 0;
    right: 0; */
    min-width: 100%;
    min-height: 100%;
    width: 100%    !important;
    height: auto   !important;
    object-fit: fill;
    margin: 0px 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #000;
}

.mainImage .ellipseRight{
    position: absolute;
    right: -400px;
    top: -200px;
    width: 1200px;
    height: 1200px;

}
.mainImage .ellipseLeft{
    position: absolute;
    left: -500px;
    top: -500px;
    width: 1200px;
    height: 1200px;

}
.mainImage h3 {

    font-size: 30px;
    padding: 70px 0px 10px 0px;
    font-weight: bold;
    color: #000;
}
.mainImage i {

    font-size: 1.5rem;
    padding: 30px 0px 0px 10px;
    font-weight: bold;
}
.mainImage b {

    font-size: 1.3rem;
    padding: 30px 0px;
    font-weight: bold;
}

@media only screen and (max-width: 768px){
    .mainImage h3 {

        font-size: 18px;
        padding: 0px 0px 5px 0px;
        font-weight: bold;
    }
    .mainImage div svg {

        width: 30px;
        height: 30px;
    }
    .mainImage i {

        font-size: 1rem;
        padding: 30px 20px 0px 10px;
        font-weight: bold;
    }
    .mainImage b {

        font-size: 1rem;
        padding: 20px 0px;
        font-weight: bold;
    }
}

#box3 .mainPageBox {
    width: 100%;
    height: 320px;
    padding: 44.8px 16px 16px 20px;
    border-radius: 12px;
    border: solid 1px #d9ffe1;
    background-color: #f4fffa;
    text-align: center;
    color: #262626;
    /* overflow: hidden; */
}

#box3 .mainPageBox .image {
    width: 95.1px;
    height: 74px;



}

#box3 .mainPageBox .title {
    font-size: 16px;
    margin-top: 20px;
}

#box3 .mainPageBox .desc {
    font-size: 13px;
    margin-top: 20px;
}
#box1 .mainPageBox {
    width: 100%;
    height: 320px;
    padding: 44.8px 16px 16px 20px;
    border-radius: 12px;
    border: solid 1px #ffe7d9;
    background-color: #fff7f4;
    text-align: center;
    color: #262626;
    /* overflow: hidden; */
}

#box1 .mainPageBox .image {
    width: 95.1px;
    height: 74px;



}

#box1 .mainPageBox .title {
    font-size: 16px;
    margin-top: 20px;
}

#box1 .mainPageBox .desc {
    font-size: 13px;
    margin-top: 20px;
}


#box2 .mainPageBox {
    width: 100%;
    height: 280px;
    padding: 44.8px 16px 16px 20px;
    border-radius: 12px;
    border: solid 1px #d9ddff;
    background-color: #f4f8ff;
    text-align: center;
    color: #262626;
    /* overflow: hidden; */
}

#box2 .mainPageBox .image {
    width: 95.1px;
    height: 74px;



}

#box2 .mainPageBox .title {
    font-size: 16px;
    margin-top: 20px;
}

#box2 .mainPageBox .desc {
    font-size: 13px;
    margin-top: 20px;
}

#box1 .rightside.trapezoid_shape {
    position: absolute;
    width: 520px;
    height: 500px;
    opacity: .2;
    z-index: -1;
    right: 0;
}

#box1 .rightside.trapezoid_shape.reverse {
    width: 400px;
    right: -150px;
}

#box1 .rightside.trapezoid_shape.reverse::before {
    transform: skew(15deg) scaleX(-1);
    border-radius: 0 130px 200px 0;
}

#box1 .rightside.trapezoid_shape::before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    width: 100%;
    background: #f6fafe;
    background: linear-gradient(347deg, #f6fafe 0, #e87a0c 100%);
    transform-origin: bottom;
    border-radius: 250px 0 0 250px;
    right: 0;
    transform: skew(-15deg);
}

#box1 .leftside.trapezoid_shape {
    position: absolute;
    width: 520px;
    height: 500px;
    opacity: .2;
    z-index: -1;
    left: 0;
}

#box1 .leftside.trapezoid_shape.reverse {
    width: 400px;
    left: 0;
}

#box1 .leftside.trapezoid_shape.reverse::before {
    transform: skew(15deg) scaleX(-1);
    border-radius: 130px 0 0 200px;
}

#box1 .leftside.trapezoid_shape::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #f6fafe;
    background: linear-gradient(347deg, #f6fafe 0, #D98700 100%);
    transform-origin: bottom;
    border-radius: 250px 0 0 250px;
    left: 0;
    transform: skew(-15deg);
}



#box2 .rightside.trapezoid_shape {
    position: absolute;
    width: 520px;
    height: 500px;
    opacity: .2;
    z-index: -1;
    right: 0;
}

#box2 .rightside.trapezoid_shape.reverse {
    width: 400px;
    right: -150px;
}

#box2 .rightside.trapezoid_shape.reverse::before {
    transform: skew(15deg) scaleX(-1);
    border-radius: 0 130px 200px 0;
}

#box2 .rightside.trapezoid_shape::before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    width: 100%;
    background: #f6fafe;
    background: linear-gradient(347deg, #f6fafe 0, #0c17e8 100%);
    transform-origin: bottom;
    border-radius: 250px 0 0 250px;
    right: 0;
    transform: skew(-15deg);
}

#box2 .leftside.trapezoid_shape {
    position: absolute;
    width: 520px;
    height: 500px;
    opacity: .2;
    z-index: -1;
    left: 0;
}

#box2 .leftside.trapezoid_shape.reverse {
    width: 400px;
    left: 0;
}

#box2 .leftside.trapezoid_shape.reverse::before {
    transform: skew(15deg) scaleX(-1);
    border-radius: 130px 0 0 200px;
}

#box2 .leftside.trapezoid_shape::before {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 100%;
    background: #f6fafe;
    background: linear-gradient(347deg, #f6fafe 0, #0074d9 100%);
    transform-origin: bottom;
    border-radius: 250px 0 0 250px;
    left: 0;
    transform: skew(-15deg);
}

.box-melk {
    width: 100%;
    margin: 20px 0px;
    height: auto;
    padding: 24px 24px 24px;
    border-radius: 12px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.box-melk .avatar {
    width: 82px;
    height: 82px;
    margin: 0 0 10px 16px;
    padding: 15px 20.8px 15px 20.8px;
    border-radius: 8px;
    background-color: #eee;
}

.box-melk .avatar img {
    width: 100%;
    height: 100%;
    object-fit: 100% 100%;
    margin: 0px auto;

}



.footer-home {
    width: calc(100% + 20px);
    height: auto;
    margin-right: -10px;
    background-color: #EEEEEE;
}

.footer-home .icon {
    width: 30px;
    height: 30px;
    margin: -40px 5px 0px 5px;
}

@media screen and (max-width:767px) {

    /* .trapezoid_shape{
        display: none !important;

    } */
    .withoutPaddingMobile {

        padding-left: 3px;
        padding-right: 3px;

    }


}

.modal-padding{
    padding-right: 0px !important;
}

.navbar-nav .auth-hover-box1:hover{
    background-color: rgb(244, 180, 96) !important;
}
.navbar-nav .auth-hover-box2:hover{
    background-color: rgb(96, 205, 244) !important;
}


.navbar-light .navbar-toggler {

    border:none !important;
}


#file-sub .form-control{
    border: solid 1px #E6E6E6;
    border-radius: 16px !important;
}


.submtBtnTemp {

    border-radius: 16px !important;
    background-image: url(../images/etai2T.tif.svg);
    background-position:left ;
    background-repeat: no-repeat;
    background-origin: content-box;


  }



.modal-register .bootstrap-select .btn {
    color: #222222 !important;

}
.modal-register .dropdown-menu .dropdown-item {
    color: #222222 !important;
}



.ribbon-wrapper { width: 230px; height: 280px; overflow: hidden; position: absolute; top: 5px; left: -3px; z-index: 1;}
.ribbon-tag { text-align: center; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); position: relative; padding: 10px 0px; left: -30px; top: 50px; width: 250px; color: #ffffff; -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); box-shadow: 0px 0px 3px rgba(0,0,0,0.3); text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; background: #343434; }

.ribbon-tag:before, .ribbon-tag:after { content: ""; border-top: 3px solid #50504f; border-left: 3px solid transparent; border-right: 3px solid transparent; position:absolute; bottom: -3px;}
.ribbon-tag:before { left: 0;}
.ribbon-tag:after { right: 0;}

.mainImage.purple .ribbon-tag { background: rgba(203,96,179,1);
background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
background: -webkit-gradient(right top, right bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(50%, rgba(193,70,161,1)), color-stop(51%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
background: linear-gradient(to bottom, rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 );}



.expireDateTime .input-row {
    display: flex;
    padding: 0px;

  }
  .expireDateTime .input-row:last-child {
    border-bottom: 0;
  }
  .expireDateTime .input-row .title {
    margin-left: 2rem;
    margin-top: 4px;
  }
  .expireDateTime .input-row .title .label {
    margin-bottom: 0.25rem;
    font-weight: bold;
    padding: unset !important;
  }
  .expireDateTime .input-row .title .description {
    color: #576674;
  }

  .expireDateTime .input-row .input {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .expireDateTime .input-row .input button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid #0064fe;
    border-radius: 1000px;
    background-color: white;
  }
  .expireDateTime .input-row .input button:hover {
    background-color: #b8dcff;
    cursor: pointer;
  }
  .expireDateTime .input-row .input button:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem #b8dcff;
  }
  .expireDateTime .input-row .input button[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .expireDateTime .input-row .input button:active {
    background-color: #7ab8ff;
  }

  .expireDateTime .input-row .input .number {
    font-size: 1.25rem;
    min-width: 3rem;
    text-align: center;
  }
  .expireDateTime .input-row .input button .icon {
    user-select: none;
  }
  .expireDateTime .input-row .input .number.dim {
    color:  #8d9ca7;
  }





  .moameleToggle ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .moameleToggle ul.yesno li {
    color: #AAAAAA;
    display: inline-block;
    position: relative;
    margin: 20px 0px;
    box-sizing: border-box;
  }
  .moameleToggle ul.yesno li input[type=radio] {
    position: absolute;
    visibility: hidden;
  }
  .moameleToggle .yesno li input[type=radio]:checked + label.button {
    background-color: #94c12c;
    color: #FFF;
}


  .moameleToggle ul li .button {
    display: inline-block;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #b6b6ba;
    color: white;
    padding: 10px 10px;
    border-radius: 300px;
    margin: auto;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
  }
  .moameleToggle ul li .button:hover {
    background-color: #8f8f95;
  }
  .moameleToggle ul li label {
    display: none;
  }


  .setting {

	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75em 1em;
}
.setting:only-child {
	border-radius: 0.25em;
}
.setting:first-child {
	border-radius: 0.25em 0.25em 0 0;
}
.setting:last-child {
	border-radius: 0 0 0.25em 0.25em;
}
.setting__label {
	margin-right: 1em;
}
.setting,
.switch__input {
	-webkit-tap-highlight-color: transparent;
}
.switch,
.switch:before,
.switch:after {
	display: block;
}
.switch {
	background-image: linear-gradient(hsl(223,10%,60%),hsl(223,10%,95%));
	box-shadow: 0 0 0.125em 0.125em hsl(223,10%,90%) inset;
	border-radius: 1em;
	flex-shrink: 0;
	position: relative;
	width: 5em;
	height: 2em;
}
.switch:before,
.switch:after {
	border-radius: 0.75em;
	content: "";
	position: absolute;
	top: 0.25em;
	left: 0.25em;
	width: 4.5em;
	height: 1.5em;
}
.switch:before {
	background-color: hsl(223,10%,60%);
}
.switch::after {
	box-shadow: 0 0 0.5em hsl(223,10%,20%) inset;
	z-index: 1;
}
.switch__fill {
	border-radius: 0.75em;
	overflow: hidden;
	position: absolute;
	top: 0.25em;
	right: 0;
	left: 0.25em;
	width: 4.5em;
	height: 1.5em;
	z-index: 1;
}
.switch__input {
	border-radius: 1em;
	box-shadow: 0 0 0 0.125em hsla(223,90%,50%,0);
	cursor: pointer;
	outline: transparent;
	position: relative;
	width: 100%;
	height: 100%;
	transition: box-shadow calc( 0.3s / 2) cubic-bezier(0.65,0,0.35,1);
	z-index: 2;
	-webkit-appearance: none;
	appearance: none;
}
.switch__input:focus-visible {
	box-shadow: 0 0 0 0.125em hsl(223,90%,50%);
}
.switch__input:before,
.switch__input:after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	transition: transform  0.3s cubic-bezier(0.65,0,0.35,1);
}
.switch__input:before {
	background-image: linear-gradient(hsl(0,0%,100%),hsl(223,10%,60%));
	box-shadow:
		0 0 0.125em 0.0625em hsl(223,10%,40%),
		0 0.25em 0.25em hsla(223,10%,10%,0.4);
	top: 0.125em;
	left: 0.125em;
	width: 1.75em;
	height: 1.75em;
}
.switch__input:after {
	background-image: linear-gradient(hsl(223,10%,90%),hsl(223,10%,80%));
	top: 0.25em;
	left: 0.25em;
	width: 1.5em;
	height: 1.5em;
}
.switch__text {
	background-color: hsl(103,90%,50%,0.5);
	color: hsl(103,90%,10%);
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 2;
	opacity: 0.6;
	padding: 0 0.75em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-shadow: 0 0.0625rem 0 hsl(103,90%,55%);
	transform: translateX(-4.25em);
	transition: transform  0.3s cubic-bezier(0.65,0,0.35,1);
	z-index: -1;
    text-align: left;
}
.switch__text + .switch__text {
	background-color: hsla(0,0%,0%,0);
	color: hsl(223,10%,10%);
	text-shadow: 0 0.0625rem 0 hsl(223,10%,75%);
	text-align: right;
	transform: translateX(0);
}
.switch__input:checked:before,
.switch__input:checked:after {
	transform: translateX(3em);
}
.switch__input:checked + .switch__fill .switch__text {
	transform: translateX(0);
}
.switch__input:checked + .switch__fill .switch__text + .switch__text {
	transform: translateX(4em);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {

	form {
		background-color: hsl(223,10%,30%);
	}
	.setting {
		box-shadow:
			0 0.125em 0 hsl(223,10%,40%) inset,
			0 -0.125em 0 hsl(223,10%,20%) inset;
	}
	.switch {
		background-image: linear-gradient(hsl(223,10%,15%),hsl(223,10%,35%));
		box-shadow: 0 0 0.125em 0.125em hsl(223,10%,30%) inset;
	}
	.switch:before {
		background-color: hsl(223,10%,40%);
	}
	.switch:after {
		box-shadow: 0 0 0.5em hsl(0,0%,0%) inset;
	}
	.switch__input:before {
		background-image: linear-gradient(hsl(223,10%,50%),hsl(223,10%,20%));
		box-shadow:
			0 0 0.125em 0.0625em hsl(223,10%,10%),
			0 0.25em 0.25em hsla(223,10%,10%,0.4);
	}
	.switch__input:after {
		background-image: linear-gradient(hsl(223,10%,40%),hsl(223,10%,30%));
	}
	.switch__text {
		text-shadow: 0 0.0625rem 0 hsl(103,90%,45%);
	}
	.switch__text + .switch__text {
		color: hsl(223,10%,10%);
		text-shadow: 0 0.0625rem 0 hsl(223,10%,55%);
	}
}
.switch input[type="checkbox"]:checked::after {
    display:none
  }
  .switch input[type="checkbox"]::after {
    display:none
  }












.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #FFA30E;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card , .faq1 .card , .faq2 .card{
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header , .faq1 .card .card-header , .faq2 .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(235, 129, 7, 0.4);
    padding-left: 10px;
}
.faq1 .card .card-header:hover {
    background: rgba(7, 159, 235, 0.4);
    padding-left: 10px;
}
.faq2 .card .card-header:hover {
    background: rgba(11, 235, 7, 0.4);
    padding-left: 10px;
}
.faq .card .card-header .faq-title , .faq1 .card .card-header .faq-title , .faq2 .card .card-header .faq-title {
  width: 100%;
  text-align: right;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #FFA30E;
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
}
.faq1 .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #0e87ff;
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
}
.faq2 .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #2eff0e;
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
}

.faq .card .card-body ,.faq1 .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p ,.faq1 .card .card-body p ,.faq2 .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq , .fag1, .fag2 {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title,.faq1 .card .card-header .faq-title,.faq2 .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}



/* /////////////////// */
.listFileTopSection{
    height: 60px;
    font-size: 9px;

}
.listFileTopSectionSmall{
    height: 30px;
    line-height: 30px;
    margin-right:4px ;

}
.listFileTopSectionSmallItem{
    height: 30px;
    margin-left:8px ;
    padding: 0px 5px;
    border-bottom: 1px solid #ccc;
}
.listFileTopSectionSmallItem2{
    height: 30px;
    margin-left:8px ;
    padding: 0px 5px;
    /* margin: auto 8px; */
    /* padding: 0px 5px; */

}
.listFileImageItem{
    height: 40px;
    width: 40px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 15px;
}
.lastRequest .btn {
    height: 45px;
    vertical-align: middle !important;
    text-align: center;
    padding: 0.175rem 0.55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.list-file .btn {
    height: 45px;
    vertical-align: middle !important;
    text-align: center;
    padding: 0.175rem 0.55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.list-file .badge {
    height: 28px;
    font-size: 9px;
    vertical-align: middle !important;
    text-align: center;
    padding: 0.175rem 0.55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.list-file .btn small {
    font-size: 10px;
    vertical-align: middle;
    line-height:20px;

}
