@font-face {
    font-family: "YesevaOne";
    src: url("fonts/YesevaOne-Regular.ttf");
}

@font-face {
    font-family: 'Inter_300';
    src: url('fonts/Inter-Light.ttf');
}

@font-face {
    font-family: 'Inter_400';
    src: url('fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Inter_500';
    src: url('fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: 'Inter_600';
    src: url('fonts/Inter-SemiBold.ttf');
}

@font-face {
    font-family: 'Inter_700';
    src: url('fonts/Inter-Bold.ttf');
}

@font-face {
    font-family: 'Inter_900';
    src: url('fonts/Inter-Black.ttf');
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    font-family: "Inter_400";
    background-color: #f5f5f5;
}

header {
    background-color: #eeeeee;
}

main {
    flex: 1;
}

.mainContainer {
    max-width: 1440px;
    margin: 0 auto;
}

footer {
    height: 50px;
    background: #000;
}

h1 {
    font-family: "YesevaOne";
    font-size: 46px;
}

h2 {
    font-family: "YesevaOne";
    font-size: 30px;
}

p {
    font-size: 15px;
    line-height: 18.15px;
}

.pointer {
    cursor: pointer;
}

.loadingGif {
    max-width: 20px;
}

.bg-light {
    background-color: #eeeeee !important;
}

.bg-black {
    background: #191919;
}

.bg-grey {
    background: #d9d9d9;
}

.navbar {
    padding: 0.2rem 1rem;
    height: 52px;
}

.navbar-nav:first-child {
    padding-left: 50px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #e46129;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16.66px;
    line-height: 20.17px;
    font-family: 'Inter_500';
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none;
    border: none
}


.question-collapse button,
.question-collapse button:hover {
    color: #5f5f5f !important;
    text-decoration: unset !important;
}

.question-collapse button:hover,
.question .arrow:hover {
    opacity: 0.8;
    cursor: pointer;
}

.question .card-body {
    color: #fff;
    background: #191919;
    border: 4px solid #5f5f5f;
    border-top: unset;
}

.question .card {
    border: unset;
}

.question p {
    font-family: "Inter_400";
}

.question-collapse {
    border-radius: 8px;
    border: 4px solid #5f5f5f;
    padding: 18px 16px 18px 16px;
    background: #191919;
}

.btn-orange {
    border-radius: 8px;
    background-color: #e46129;
    color: #fff !important;
    padding: 4px 12px 4px 12px;
    font-size: 14px !important;
}

.btn-grey {
    background-color: #d9d9d9;
    border-radius: 8px;
    color: #fff !important;
    padding: 4px 12px 4px 12px;
    font-size: 14px !important;
}

.navbar .btn-orange:hover {
    text-decoration: underline;
}

.btn-red {
    border-radius: 8px;
    background-color: #ff0000;
    color: #fff !important;
    padding: 4px 12px 4px 12px;
    font-size: 14px !important;
}

/* MODALS */
.modal-dialog {
    margin: 0 auto;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media (max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}

.modal p {
    font-size: 14px;
    line-height: 16.94px;
    color: #9b9b9b;
}

.modal-content {
    background: #f5f5f5;
    border-radius: 36px;
    padding: 40px;
    margin-top: 20vh;
}

.modal-dialog {
    max-width: 60%;
}

#login ul,
#register ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
}

#login ul li,
#register ul li {
    margin: 10px;
}

.bg-login-btn {
    background: #edeeef;
    padding: 5px 0px;
}

.btn-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-login-btn a {
    color: #000;
    font-size: 14px;
}

.btn-login-active {
    background-color: #fff;
    padding: 5px 105px;
    border-radius: 10px;
}

.form-control {
    height: 53px;
    border-color: #d8dadc;
}

.btn-orange {
    background: #e46129;
    padding: 10px;
    border-radius: 8px;
    border: none;
}

.btn-grey {
    background: #bbbbbb;
    padding: 10px;
    border-radius: 8px;
    border: none;
}

.btn-register-orange {
    background: #e46129;
    color: #fff;
    padding: 17px 0px;
    border-radius: 8px;
    box-shadow: unset;
    border-color: unset;
}

.verification-number {
    width: 13%;
    display: inline-block;
    margin: 0px 10px;
}

.personalize-ul,
.shop-manager ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.personalize-ul li,
.shop-manager ul li {
    border: 3px solid #9b9b9b;
    border-radius: 8px;
    padding: 4px 12px;
    margin-right: 25px;
}

.personalize-ul li a,
.shop-manager ul li a {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 19.6px;
}

.personalize-ul .active,
.shop-manager ul .active {
    background: #c1c1c1;
    border-color: #c1c1c1;
}

.personalize-ul .active a,
.shop-manager ul .active a {
    color: #fff;
}

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

.modal .custom-select {
    background: url("/images/icon-select.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-color: #fff;
}

.modal .custom-file-label::after {
    background-color: unset;
    left: 0;
    content: url("/images/icon-plus.svg");
    height: 54px;
    padding: 12px;
}

.modal .custom-file-label {
    padding: 22px 22px 22px 70px;
    font-size: 12px;
    line-height: 14.52px;
    color: #9b9b9b;
    background-color: unset;
    border: unset;
}

.modal .custom-file,
.modal .custom-file-input,
.modal .custom-file-label {
    height: 54px;
}

.icon-plus {
    position: relative;
    top: 60%;
}

.btn-provided {
    position: relative;
    top: 55%;
}

.change-cover {
    font-family: 'Inter_600';
    font-size: 14px;
    line-height: 17.5px;
    color: #fff;
    border-radius: 4px;
    border: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.employee-creator h1 {
    font-weight: 400;
    font-size: 26.98px;
    line-height: 31.16px;
}

.employee-creator p {
    font-family: 'Inter_500';
    font-size: 16.66px;
    line-height: 20.17px;
    color: #5F5F5F;
}

.employee-creator label {
    font-family: 'Inter_600';
    font-size: 16.66px;
    line-height: 20.17px;
    color: #000;
}

.employee-creator .text-small {
    font-family: 'Inter_400';
    font-size: 12px;
    line-height: 14.52px;
}

.employee-creator .btn-orange {
    font-family: 'Inter_500';
    font-size: 14px;
    line-height: 19.6px;
}

/* END MODALS */

.myprojects-header {
    background-color: #000;
    padding: 30px 30px 10px 30px;
}

.myprojects-header ul,
.myprojects ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.myprojects ul {
    justify-content: right;
}

.myprojects-header li {
    color: #fff;
    padding: 5px 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.myprojects-header .active {
    border-bottom: 5px solid #e46129;
}

.myprojects {
    padding: 10px;
    min-height: 60vh;
}

.myprojects .active-page {
    background-color: #e46129;
    border: 3px solid #e46129;
}

.myprojects li {
    border: 3px solid #9b9b9b;
    border-radius: 9px;
    margin: 5px;
    padding: 5px 8px;
}

.myprojects .active-page a {
    font-size: 12px;
    color: #fff;
}

.myprojects li a {
    font-size: 12px;
    color: #000;
}

.project {
    background-color: #fff;
    border-radius: 13px;
    padding: 10px;
    box-shadow: -5px 4px 9.569999694824219px 0px #00000040;
}

.project:hover {
    box-shadow: inset 0 0 0px 3px #faa37e;
}

.project h5 {
    font-family: 'Inter_600';
    font-size: 16px;
    line-height: 19.36px;
    color: #000;
}

.project p {
    color: #e46129;
    font-family: 'Inter_300';
    font-size: 12px;
    line-height: 14.52px;
}

.project .small-text {
    color: #9b9b9b;
}

.project .edit-icon {
    float: right;
}

.side-menu {
    background-color: #fff;
}

.side-menu .title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.side-menu ul {
    padding-left: 0;
    padding-top: 50px;
    list-style: none;
}

.side-menu ul li {
    padding: 12px 12px 12px 46px;
    font-size: 14px;
    line-height: 15.73px;
    color: #5F5F5F;
    font-family: 'Inter_600';
}

.side-menu ul li a {
    color: #3E3E3E;
    font-family: 'Inter_600';
    font-size: 16px;
    line-height: 19.36px;
}

.active-side-menu,
.active-side-menu a {
    background-color: #e46129;
    color: #fff !important;
}

.order-table {
    background-color: #fff;
    border: 2px solid #e4e0e0;
    border-radius: 25px;
}

.order-table th {
    font-family: 'Inter_600';
    font-size: 16px;
    line-height: 19.36px;
    color: #000;
    text-align: left;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
}

.order-table td {
    font-family: 'Inter_400';
    font-size: 14px;
    line-height: 16.94px;
    color: #000;
    text-align: left;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
}

.order-table tr:first-child th {
    border-top: unset;
    border-left: unset;
}

.order-table tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.order-table tr td:first-child,
.order-table tr th:first-child {
    border-left: unset;
}

.orders {
    min-height: 60vh;
}

.side-menu {
    min-height: 70vh;
}

.order-search {
    border: 2px solid #9b9b9b;
    border-radius: 9px;
    height: 40px;
    width: 75%;
    font-size: 12px;
}

.p-70 {
    padding: 70px;
}

.packages {
    background: url("../images/bg-packages.svg") #000;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 70px 20px;
    position: relative;
}

.webshop {
    margin: 100px 0px;
}

.webshop .swiper-slide {
    padding: 6px;
}

.product-head {
    font-size: 16px;
    font-family: 'Inter_600';
    line-height: 19.36px;
    color: #000;
}

.product-div {
    font-size: 14px;
    line-height: 16.94px;
    box-shadow: -6.625002861022949px 5.300002098083496px 7.287502765655518px 0px #00000029;
    background-color: #fff;
    border-radius: 13px;
}

.product-div .custom-switch {
    padding-left: 45px;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.margin-row {
    margin: 10px;
}

.ipad {
    position: absolute;
    z-index: 1;
    width: 700px;
}

.packages .swiper .swiper-slide {
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* box-shadow: -9.292097091674805px 7.4336771965026855px 10.221305847167969px 0px #00000029; */
}

.packages .swiper-slide-active {
    background-color: #000 !important;
    color: #fff;
}

.packages .swiper-slide-active hr {
    border-color: #5f5f5f;
}

.packages .swiper-slide hr {
    border-color: #9b9b9b;
}

.packages .swiper-slide ul li {
    font-size: 15px;
    line-height: 18.15px;
    padding: 10px 0px;
}

.packages .swiper-slide ul {
    list-style-image: url("/images/icon-packages-check.svg");
}

.packages .swiper-slide-active ul {
    list-style-image: url("/images/icon-packages-check-active.svg");
}

.package-title {
    font-size: 16.52px;
    line-height: 19.99px;
}

.currency {
    vertical-align: super;
}

.white-layer {
    position: absolute;
    background-color: #f5f5f5;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    z-index: 0;
}

.swiper-button-prev,
.swiper-button-next {
    color: #e46129;
}

.swiper-pagination-bullet-active {
    background-color: #e46129;
}

.custom-switch .custom-control-label::before {
    background-color: #d5d5d5;
    border: unset;
}

.custom-switch .custom-control-label::after {
    background-color: #fff;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #C1C1C1;
    background: #C1C1C1;
}

.custom-radio .custom-control-input:checked {
    border: 3px solid #9B9B9B;
    border-radius: 8px;
    padding: 4px 12px;
    background: #C1C1C1;
    border-color: #C1C1C1;
}

.custom-radio .custom-control-label::before {
    border-radius: 8px;
    width: 145%;
    height: 2.5rem;
    border: 3px solid #9B9B9B;
    color: #9B9B9B;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    padding: 10px 25px;
}

.custom-radio .custom-control-label {
    cursor: pointer;
}

.custom-radio .custom-control-label {
    color: #5F5F5F;
}

.custom-control-input:checked~.custom-control-label {
    color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: unset;
}

/* CUSTOM TEXT */
.text-black {
    color: #191919;
}

.modal .text-black {
    color: #000 !important;
}

.text-grey {
    color: #5f5f5f;
}

.text-light-grey {
    color: #9b9b9b;
}

.text-orange {
    color: #f2451c;
}

.text-red {
    color: #e64646;
}

.text-bold {
    font-family: 'Inter_600';
}


.text-line {
    text-decoration: line-through;
}

/* END CUSTOM TEXT */

.avatar h1 {
    font-family: 'Inter_600';
    font-size: 20px;
    line-height: 24.2px;
}

.avatar p {
    font-family: 'Inter_500';
    font-size: 16.66px;
    line-height: 20.17px;
}

.avatar .text-orange {
    color: #E46129;
    font-family: 'Inter_300';
    font-size: 16px;
    line-height: 19.36px;
}

.avatar .btn-orange {
    font-family: 'Inter_500';
    font-size: 14px;
    line-height: 19.6px;
}

.avatar ul {
    list-style: url('../images/icon-list.svg');
}

.avatar ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.prev-project {
    color: #E46129;
    background-color: #191919;
}

.new-project {
    color: #000;
}

.new-project-border {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #F5F5F5;
    bottom: -1px;
    left: -1px;
}

.prev-project,
.new-project {
    font-family: 'inter_600';
    font-size: 20px;
    line-height: 24.2px;
}

.select-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    background-color: #191919;
}

.select-menu li {
    color: #E46129;
    font-family: 'Inter_600';
    font-size: 20px;
    line-height: 24.2px;


}

.select-menu li.active {
    color: #000;
    background-color: #f5f5f5;
}

.bg-light-black {
    background-color: #191919;
}

.employee .project {
    height: 450px;
    border-radius: 35px;
    border: 3.07px solid #FFFFFF;
    box-shadow: unset;
    background: radial-gradient(98.05% 261.61% at 1.95% 3.59%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 20px;
}

.employee .project-active {
    border: 3.07px solid #FAA37E;
}

.employee .project ul {
    list-style: url('../images/icon-list.svg');
}

.employee .project ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.employee .project h5 {
    font-family: 'Inter_600';
    font-size: 15.81px;
    line-height: 19.14px;
}

.employee .project p {
    font-size: 13.18px;
    line-height: 15.95px;
}

.category-menu p {
    font-family: 'Inter_500';
    font-size: 14px;
    line-height: 17.5px;
    color: #9B9B9B;
}

.category-menu ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.category-menu ul li {
    margin: 10px;
}

.category-menu a {
    font-family: 'Inter_500';
    color: #9B9B9B;
    font-size: 12px;
    line-height: 14.52px;
    border-radius: 22px;
    border: 2px solid #9B9B9B;
    padding: 10px;
}

.my-employee label {
    font-family: 'Inter_600';
    font-size: 16.66px;
    line-height: 20.17px;
    color: #000;
}

.my-employee ::placeholder {
    color: #9B9B9B;
}

.my-employee .label-small {
    font-family: 'Inter_400';
    font-size: 12px;
    line-height: 14.52px;
    color: #9B9B9B;
}

.my-employee .custom-select {
    background: url("/images/icon-select.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-color: #fff;
}