* {
    font-family: "Nunito", serif;
}


a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.sidebar-header img {
    width: 100%;
    max-width: 135px;
    margin-top: 18px;
    margin-left: 11px;
}

body {
    background-color: #f9fafc;
}

.register-area {
    padding-top: 52px;
}

.register-area button {
    background-color: #0cc18f;
    width: 100%;
    border: 0;
    color: #fff;
    transition: all 500ms;
    padding: 15px 5px;
    margin-top: 5px;
    font-size: 17px;
}

.register-area button:hover {
    background-color: #0bb183;
    transition:  all 500ms;
}

.register-form {
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
}
.register-form input, .register-form input:focus, .register-form input:hover, .register-form input:active {
    outline: 0 !important;
    box-shadow: none !important;
    padding: 13px 17px;
    background-color: #f5f6fa !important;
    border: 1px solid #e2e4eb70;
}

.register-form .form-label {
    font-size: 15px;
    margin-bottom: 6px;
}

.register-form .logo {
    display: table;
    margin: 0 auto;
    width: 190px;
    margin-top: 14px;
}

.register-form .hood {
    text-align: center;
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 13px;
}

.register-form .sum {
    text-align: center;
    color: #627086;
    font-size: 15px;
    margin-bottom: 22px;
}

.register-form .logreg-btn {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    color: #627086;
    font-size: 14px;
}

.register-form .logreg-btn a{
    text-decoration: none;
    color: #0bb183;
}

.register-form .pass-reset-btn {
    color: #0bb183;
    margin-bottom: 9px;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: right;
    width: auto;
    float: right;
}

.register-form .pass-reset-btn span {
    display: block;
    float: left;
    margin-right: 10px;
    color: #303030;
}


.sidebar-header img {
    width: 100%;
    max-width: 182px;
    margin-top: 18px;
    margin-left: 11px;
}

.login-header-area {
    background: #198546;
    background: linear-gradient(146deg, #198546 41%, #42b873 100%);
    width: 100%;
    display: inline-block;
    height: auto;
    text-align: left;
}

.login-header-area img {
    height: 53px;
    width: auto;
    margin-top: 82px;
}

.login-header-area p {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
}

.login-form-sx {
    margin-top: -105px;
    background-color: #f9fafc;
    border-radius: 15px;
}

.login-ozellik-area {
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.login-ozellik-area li {
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #f1f5f9;
    padding: 5px 17px;
    margin-bottom: 11px;
    border-radius: 5px;
}

.login-ozellik-area h6 {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 3px;
}

.login-ozellik-area p {
    text-align: left !important;
    font-size: 15px !important;
    margin: 0 !important;
}


header {
    height: 64px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
    text-align: center;
    width: 100%;
}

.login-area h2{
    color: #071449;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: 42px;
}

.login-area p{
    margin-top: 11px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .25px;
    color: #74798c;
    text-align: center;
}

.login-ads-area  {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 60px;
}

.login-ads-area .item a{
    padding:0px 7.5px;
    display:block;
}

.login-ads-area .owl-dots {
    display: table;
    margin: 0 auto;
    margin-top: 12px;
}

.login-ads-area .owl-dots .active {
    background-color: rgba(4, 57, 92, 0.84);
}

.login-ads-area .owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    background-color: rgba(76, 156, 229, 0.84);
    border-radius: 20px;
    margin: 0px 2px;
}

.login-ads-area img {
    width: 100%;
}

.login-area .password-reset-btn {
    color: #a0a5ba;
    text-decoration: none;
    width: 100%;
    text-align: right;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: -2px;
    padding: 0 4px;
}

.login-area form input, .login-area form select, .login-area form select:focus, .login-area form select:active {
    width: 100%;
    border-radius: 10px;
    color: #1f1f1f;
    height: 60px;
    font-size: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    outline: 0;
    margin-bottom: 17px;
    padding: 15px 18px;
    font-weight: 400;
    box-shadow: none;
}

.login-area form input:focus {
    color: #212529;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    outline: 0;
    box-shadow: none;
}

.login-area form button {
    width: 100%;
    border-radius: 10px;
    background: #4c9ce5;
    color: #fff;
    height: 60px;
    outline: 0;
    border: 0;
    font-size: 17px;
    transition: all 500ms;
}

.login-area form button:hover {
    background: #04395c;
    transition: all 500ms;
}

.login-area .company-type {
    width: 100%;
    margin-bottom: 5px;
}

.login-area .company-type h6 {
    width: 100%;
    color: #04395c;
}

.login-area .company-type label{
    width: 100%;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 10px;
}

.login-area .company-type label input{
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 8px;
}

.login-area .company-type label p{
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-weight: 300 !important;
}


header {
    height: 64px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
    text-align: center;
    width: 100%;
}

.login-area h2{
    color: #071449;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: 42px;
}

.login-area p{
    margin-top: 11px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .25px;
    color: #74798c;
    text-align: center;
}

.login-ads-area  {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 60px;
}

.login-ads-area .item a{
    padding:0px 7.5px;
    display:block;
}

.login-ads-area .owl-dots {
    display: table;
    margin: 0 auto;
    margin-top: 12px;
}

.login-ads-area .owl-dots .active {
    background-color: rgba(4, 57, 92, 0.84);
}

.login-ads-area .owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    background-color: rgba(76, 156, 229, 0.84);
    border-radius: 20px;
    margin: 0px 2px;
}

.login-ads-area img {
    width: 100%;
}

.login-area .password-reset-btn {
    color: #a0a5ba;
    text-decoration: none;
    width: 100%;
    text-align: right;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: -2px;
    padding: 0 4px;
}

.login-area form input, .login-area form select, .login-area form select:focus, .login-area form select:active {
    width: 100%;
    border-radius: 10px;
    color: #1f1f1f;
    height: 60px;
    font-size: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    outline: 0;
    margin-bottom: 17px;
    padding: 15px 18px;
    font-weight: 400;
    box-shadow: none;
}

.login-area form input:focus {
    color: #212529;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    outline: 0;
    box-shadow: none;
}

.login-area form button {
    width: 100%;
    border-radius: 10px;
    background: #4c9ce5;
    color: #fff;
    height: 60px;
    outline: 0;
    border: 0;
    font-size: 17px;
    transition: all 500ms;
}

.login-area form button:hover {
    background: #04395c;
    transition: all 500ms;
}

.login-area .company-type {
    width: 100%;
    margin-bottom: 5px;
}

.login-area .company-type h6 {
    width: 100%;
    color: #04395c;
}

.login-area .company-type label{
    width: 100%;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 10px;
}

.login-area .company-type label input{
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 8px;
}

.login-area .company-type label p{
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-weight: 300 !important;
}


.footer-page-list {
    margin: 0 auto;
    padding: 0;
    display: table;
    margin-top: 10px;
}

.footer-page-list li {
    list-style: none;
    margin: 0;
    padding: 0px 10px;
    float: left;
    margin-top: 15px;
}

.footer-page-list li a {
    text-decoration: none;
    color: #797c89;
}

.page-head-hood {
    width: 100%;
    padding: 27px 35px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

.page-head-hood h4{
    margin: 0;
    float: left;
}

.page-head-hood .head-add-btn {
    float: right;
    background: #3e86c6;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    margin: -9px 0px;
}

.image-none-table tbody td {
    padding: 18px 10px !important;
}

.page-content {
    padding: 27px 35px;
}

.page-content td {
    font-size: 14px;
}

.orders-table td.tarihname span {
    display: block;
    color: #626262;
    font-size: 13px;
    margin-top: -1px;
    font-weight: 300;
}

.orders-table td.tarihname span.product-count {
    color: #1893ad;
}

.orders-table td .status-btn {
    font-size: 12px;
    border: 1px solid #cccc;
    padding: 4px 9px;
    border-radius: 5px;
}

.orders-table td .success {
    color: blueviolet;
    border-color: blueviolet;
    border-color: rgba(138, 43, 226, 0.24);
}

.order-detail-btn, .order-detail-btn:hover {
    text-decoration: none;
    background-color: #17a2b8;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13.5px;
}

.dijitable thead th {
    background-color: #12171d;
    color: #fff;
    border-bottom: 0px !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    margin-bottom: 16px;
}

.order-product-list {
    width: 100%;
    background-color: #fff;
}

.order-product-list table {
    width: 100%;
}

.order-product-list table thead tr th:first-child {
    text-align: left;
}

.order-product-list table thead tr th {
    color: #4b5565;
    background-color: #eef2f6;
    padding: 7px 13px;
    text-align: center;
}


.order-product-list table tbody tr td:first-child {
    text-align: left;
}

.order-product-list table tbody tr td {
    text-align: center;
    color: #4b5565;
}

.order-product-list table tbody tr td img {
    height: 52px;
}

.order-detail-hood {
    padding: 12px 15px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.order-detail-hood i {
    float: left;
    display: block;
    margin-right: 6px;
    margin-top: -1px;
    color: #505050;
}

.customer-information {
    width: 100%;
    background-color: #fff;
    margin-top: 25px;
    display: inline-block;
}

.customer-information .info-list {
    margin: 0;
    padding: 15px;
    width: 100%;
    border-top: 1px solid #ccc;
    display: inline-block;
}

.customer-information .info-list li {
    margin: 0;
    list-style: none;
    width: 50%;
    float: left;
    border-bottom: 1px solid #ededed;
    padding: 8px 0px;
    color: #4b5565;
}

.customer-information .info-list li:last-child {
    width: 100%;
    border-bottom: 0px solid #ccc;
}

.customer-information .info-list li b {
    color: #2d323b;
}

.order-summary {
    width: 100%;
    background-color: #fff;
    display: inline-block;
}

.order-summary .orderdatetime {
    padding: 8px 16px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    color: #4b5565;
    margin-bottom: 0;
}

.order-summary ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.order-summary ul li {
    margin: 0;
    padding: 8px 15px;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #ededed;
    color: #8791a3;
}

.order-summary ul li:last-child {
    color: #4b5565;
    border-bottom: 0px solid #ededed;
}

.prodcut-table img {
    height: 42px;
}

.remove-btn, .remove-btn:hover {
    background-color: darkred;
    margin-left: 10px;
}

.product-add {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.product-add .form-hood {
    padding: 13px 15px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    background-color: #01474e;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}


.e-invoince-iframe {
    width: 100%;
    height: 800px;
    margin-top: 10px !important;
    border-radius: 10px;
}

.product-add .form-hood i {
    float: left;
    margin-right: 5px;
    margin-top: -1px;
    font-size: 16px;
}

.product-add .form-hood button {
    float: right;
    background-color: #3e86c6;
    color: #fff;
    border: 0px;
    padding: 8px 11px;
    font-size: 14px;
    border-radius: 5px;
}

.form-area {
    padding: 15px 15px;
}

.form-group label {
    width: 100%;
    color: #4b5565;
    margin-bottom: 5px;
}

.form-group input, .form-group select {
    display: block;
    width: 100%;
    height: 42px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}

.form-group textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    height: 120px;
}

.order-table-mobile {
    width: 100%;
    overflow: auto;
}

.order-table-mobile table {
    min-width: 500px;
}

.submit-btn-df {
    background-color: #01474e;
    color: #fff;
    border: 0;
    padding: 9px 38px;
    border-radius: 5px;
    outline: 0;
    margin-top: 2px;
}

.home-report {
    margin: -5px 0px;
    padding: 7px 19px;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 5px;
}

.all-report-area {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.all-report-area h3{
    width: 100%;
    border-bottom: 1px solid #ededed;
    color: #4b5565;
    padding: 13px 15px;
    font-size: 17px;
}

.all-report-area ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.all-report-area ul li{
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
    list-style: none;
    border-right: 1px solid #ededed;
}

.all-report-area ul li:last-child{
    border-right: 0px solid #ededed;
    border-bottom: 0px;
}

.all-report-area ul li .box-rp {
    padding: 9px 15px;
}

.all-report-area ul li .box-rp h5 {
    color: #3e86c6;
    font-size: 15px;
}

.all-report-area ul li .box-rp p {
    margin: 0;
    color: #4b5565;
}

.sales-chart {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    overflow: auto;
}

.sales-chart .sales-chart-with {
    min-width: 600px;
}

.sales-chart .sales-chart-with canvas{
    min-height: 320px;
}

.transformation-home {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.transformation-home h3 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    color: #4b5565;
    padding: 13px 15px;
    font-size: 17px;
}

.transformation-home h3 i{
    float: left;
    margin-right: 5px;
}

.transformation-home h3 span {
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 4px 18px;
    border-radius: 5px;
    margin-left: 10px;
    border: 1px solid #e8e8e8;
}

.transformation-home ul  {
    margin: 0;
    padding: 0;
    width: 100%;
}

.transformation-home ul li {
    margin: 0;
    padding: 8px 16px;
    list-style: none;
    width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
    color: #3e86c6;
    font-weight: 400;
}

.transformation-home ul li a{
    text-decoration: none;
}

.transformation-home ul li:last-child {
    border-bottom: 0px;
}

.transformation-home ul li span{
    float: right;
    color: #4b5565;
    font-size: 15px;
}



.categoryselectarea {
    width: 100%;
    display: inline-block;
    padding: 0;
}


.categoryselectarea label {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    margin-top: 10px;
}

.categoryselectarea input {
    width: 18px;
    display: table;
    float: left;
    height: 17px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-top: 1px;
}

.categoryselectarea h6 {
    width: 100%;
    display: inline-block;
    background-color: #f2f4f9;
    padding-top: 0px;
    padding-left: 7px;
    margin-top: -11px;
    margin-bottom: 5px;
    border-radius: 2px;
    padding-bottom: 9px;
}


.categoryselectarea h6 input{
    margin-top: -1px;
}

.categoryselectarea ul {
    width: 100%;
    display: inline-block;
}

.categoryselectarea ul li {
    width: 20%;
    display: inline-block;
    float: left;
    list-style: none;
}

.image-product  {
    width: 100%;
    position: relative;
}

.image-product a,.image-product a:hover {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    background-color: #3e86c6;
    font-size: 17px;
    width: 27px;
    border-radius: 50px;
    height: 27px;
    text-align: center;
    color: #fff;
    padding: 0px;
}

.image-product img {
    width: 100%;
    margin-bottom: 15px;
}

.image-add-btn {
    width: 100%;
    background-color: transparent;
    border: 1px dashed #ccc;
    padding: 18px 5px;
    border-radius: 5px;
    font-weight: 300;
    text-align: center;
    color: #4b5565;
}

.image-add-btn i {
    display: table;
    margin: 0 auto;
    color: #4b5565;
    font-size: 20px;
}

.subscription-credit-card-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.subscription-credit-card-list li {
    width: 100%;
    margin: 0;
    padding: 12px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.subscription-credit-card-list li .hood {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

.subscription-credit-card-list li .card-number {
    font-size: 17px;
    font-weight: 600;
    color: #4d4d4d;
    margin: 0;
    margin-bottom: 4px;
}

.subscription-credit-card-list li .varsayilan-kart {
    margin: 0;
}

.subscription-credit-card-list li .remove-card {
    background: linear-gradient(45deg, #ff4e50, #c31432);
    color: #fff;
    outline: 0;
    font-size: 13px;
    text-decoration: none;
    padding: 4px 15px;
    display: table;
    float: left;
    margin-right: 11px;
    border-radius: 18px;
    margin-top: 5px;
}

.subscription-credit-card-list li .first-card {
    background: linear-gradient(45deg, #43cea2, #185a9d);
    color: #fff;
    outline: 0;
    font-size: 13px;
    text-decoration: none;
    padding: 4px 15px;
    display: table;
    float: left;
    margin-right: 11px;
    border-radius: 18px;
    margin-top: 5px;
}

.subscription-add-card-btn {
    width: 100%;
    text-decoration: none;
    border: 1px dashed #3e86c6;
    display: block;
    text-align: center;
    padding: 8px 5px;
    outline: 0;
    color: #4f4f4f;
    margin-bottom: 11px;
    border-radius: 4px;
}
.subscription-add-card-btn span {
    display: table;
    margin: 0 auto;
}

.subscription-add-card-btn i {
    color: #4f4f4f;
    float: left;
    margin-right: 5px;
    font-size: 15px;
}

.payment-history-table {
    width: 100%;
    border-bottom: 0px !important;
}

.payment-history-table thead th {
    background-color: transparent;
    color: #000;
    border-bottom: 0px !important;
    font-size: 13px;
    font-width: bold !important;
}

.payment-history-table td {
    font-size: 13px !important;
    padding: 14px 10px !important;
    color: #000000b3 !important;
}

.payment-history-table td.price {
    color: #000 !important;
}

table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow: none !important;
    background-color: rgba(241, 245, 249, 0.54);
}

.payment-history-table .summary {
    max-width: 200px;
    height: auto;
    margin-bottom: -8px;
    display: block;
    white-space: normal;
    font-size: 12.5px;
    line-height: 17px;
    margin-top: -8px;
}

.payment-history-table .invoince-show {
    text-decoration: none;
    display: table;
    background-color: #1e1f29;
    float: left;
    padding: 5px 11px;
    color: #fff;
    border-radius: 6px;
    margin: -6px 0px;
    margin-right: 12px;
}

.payment-history-table .remove-btn {
    background-color: darkred;
}

.payment-history-table .invoince-show i {
    float: left;
    margin-right: 5px;
}

.company-information {
    margin: 0;
    padding: 0;
    width: 100%;
}

.company-information li {
    margin: 0;
    list-style: none;
    padding: 10px 13px;
    background-color: #f1f5f95e;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #053a5d;
}

.company-information li b{
    font-weight: 600;
}

.company-information-bank-account {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.company-information-bank-account li {
    margin: 0;
    padding: 0px 13px;
    list-style: none;
}

.company-information-bank-account li .bank {
    border: 1px solid #d7e2ef;
    margin-bottom: 15px;
    position: relative;
    padding: 10px;
    border-radius: 8px;
}

.company-information-bank-account li .bank a{
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
    color: darkred;
}

.company-information-bank-account li .bank a.copy-bank-account {
    right: 32px;
    color: cornflowerblue;
}

.company-information-bank-account li .bank .hood{
    color: #2c2c2c;
    margin-bottom: 9px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.company-information-bank-account li .bank .bankunvan{
    color: #2c2c2c;
    margin-bottom: 6px;
}

.company-information-bank-account li .bank .iban{
    color: #2c2c2c;
    margin-bottom: 0px;
}

.company-documents-area {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: -10px;
}

.company-documents-area li{
    list-style: none;
}

.company-documents-area li .document {
    color: #1f1f1f;
    text-align: center;
    font-size: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    padding: 12px;
    margin-bottom: 17px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

.company-documents-area li .document a{
    display: table;
    margin: 0 auto;
    color: #3e86c6;
    border: 1px dashed #3e86c6;
    width: 48%;
    border-radius: 5px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 5px;
    text-decoration: none;
    float: left;
}

.company-documents-area li .document a span{
    display: table;
    margin: 0 auto;
    width: auto;
}

.company-documents-area li .document a span i{
    float: left;
    margin-right: 5px;
}

.company-documents-area li .document > i{
    color: #3f3f3f;
    font-size: 17px;
}

.company-documents-area li .document h6{
    color: #3f3f3f;
    margin-top: 3px;
    margin-bottom: 11px;
}

.welcome-area {
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(146deg, rgba(76, 156, 229, 1) 0%, rgba(4, 57, 92, 1) 100%);
}

.welcome-area img {
    height: 64px;
    margin-top: 18%;
}

.welcome-area h6 {
    color: #fff;
    margin-top: 19px;
    margin-bottom: 17px;
}

.welcome-area p {
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 24px 21px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #f1f5f933;
    border: 1px solid #d7e2ef3d;
    line-height: 27px;
}


.welcome-area ul {
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 10px 21px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #f1f5f933;
    border: 1px solid #d7e2ef3d;
    line-height: 27px;
    text-align: left;
    width: 100%;
    max-width: 420px;
}

.welcome-area ul li {
    list-style: none;
    background-color: #bababa4a;
    padding: 6px 8px;
    margin: 12px 0px;
    border-radius: 5px;
}

.welcome-area ul li.check {
    background-color: darkgreen;
}

.welcome-area ul li i {
    display: block;
    float: left;
    font-size: 20px;
    margin-right: 6px;
}


.notifications-area .item {
    padding: 10px 15px;
}

.notifications-area .notification {
    border-radius: 10px;
    color: #1f1f1f;
    font-size: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    padding: 15px;
    margin-bottom: 6px;
}

.notifications-area .notification h6{
    color: #116efd;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 8px;
    padding-bottom: 10px;
    font-size: 14px;
}

.notifications-area .notification p{
    color: #3a3c46;
    margin-bottom: 0;
    font-size: 14px;
}

.sirketx-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#00000070;
    z-index: 99;
    transition: all 0ms;
}

.sirketx-modal .modal-area {
    width: 100%;
    max-width: 520px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d7e2ef;
    margin-top: 5%;
    padding: 15px;
    border-radius: 6px;
}

.sirketx-modal .modal-area h6{
    color: #116efd;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 8px;
    padding-bottom: 10px;
    font-size: 15px;
}

.sirketx-modal .modal-area p{
    color: #3a3c46;
    margin-bottom: 0;
    font-size: 14px;
}

.sirketx-modal .modal-area a{
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
    outline: 0;
    border: 0px;
    color: #fff;
    background-color: green;
    margin-top: 13px;
    padding: 8px 0px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.waiting-documents-list {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 15px;
}

.waiting-documents-list li{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    padding: 0px 15px;

}

.waiting-documents-list li .document {
    color: #1f1f1f;
    font-size: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
}

.waiting-documents-list li .document .send-area {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #d7e2ef;
    padding: 5px;
    position: relative;
    border-radius: 5px;
}

.waiting-documents-list li .document .send-area input {
    width: auto;
    float: left;
    margin-top: 3px;
    margin-left: 4px;
}

.waiting-documents-list li .document .send-area button {
    background-color: #1e1f29;
    color: #c1f11d;
    border: 0;
    padding: 6px 32px;
    border-radius: 3px;
    float: right;
    height: 35px;
}

.waiting-documents-list li .document h6 i {
    float: left;
    margin-right: 5px;
}

.waiting-documents-list li .document h6 {
    color: #116efd;
}

.waiting-documents-list li .document p {
    color: #4b5565;
    font-size: 14px;
    margin-bottom: 7px;
}

.invoince-detail i {
    width: 85px;
    height: 85px;
    display: table;
    margin: 0 auto;
    border: 1px dashed #295b88;
    border-radius: 100px;
    color: #3f87c6;
    text-align: center;
    font-size: 28px;
    padding-top: 18px;
    margin-top: 15px;
}

.invoince-detail h6 {
    color: #295b88;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

.invoince-detail .summary {
    display: table;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}

.invoince-month-list {
    margin: 0;
    padding: 0;
}

.invoince-month-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.invoince-month-list li a{
    margin: 0;
    text-decoration: none;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    display: block;
    margin-bottom: 7px;
    padding: 9px 12px;
    color: #3f3f3f;
}


.invoince-month-list li a.active{
    margin: 0;
    text-decoration: none;
    background-color: #3a80bf;
    border: 1px solid #d7e2ef;
    display: block;
    margin-bottom: 7px;
    padding: 9px 12px;
    color: #fff;
}

.invoince-month-list li a.active i {
    color: #fff;
}

.invoince-month-list li a i{
    float: right;
    color: #3a80bf;
    font-size: 20px;
    display: block;
    margin-top: -5px;
}

.invoince-upload-list .fileupload-btn {
    width: 100%;
    border: 0px;
    color: #fff;
    background-color: #3b80bf;
    padding: 10px 5px;
    border-radius: 7px;
    outline: 0;
    margin-bottom: 15px;
}

#drop-area {
    border: 1px dashed #ccc;
    padding: 15px 15px;
    width: 100%;
    background: #f1f5f9;
    border-radius: 7px;
    text-align: center;
}


#drop-area i {
    text-align: center;
    font-size: 24px;
    color: #3b80bf;
}

#drop-area p {
    margin: 0;
}


#drop-area input {
    display: none;
}

#drop-area.highlight {
    border-color: #28a745;
}
#file-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
#file-list li {
    padding: 5px;
    border-bottom: 1px solid #e3e7eb;
}

.uploaded-file-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.uploaded-file-list li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 7px 11px;
    position: relative;
    background-color: #f4f4f4;
    margin-bottom: 5px;
    padding-right: 118px;
}

.uploaded-file-list li i{
    float: left;
    margin-right: 5px;
}

.uploaded-file-list li a{
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    font-size: 13px;
    background-color: #3b80bf;
    padding: 7px 12px;
    color: #fff;
}

.uploaded-file-list li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 13px;
    margin-top: 1px;
}


.genel-btn-sirketx, .genel-btn-sirketx:hover {
    background: rgb(4, 57, 92);
    background: linear-gradient(140deg, rgba(4, 57, 92, 1) 31%, rgba(76, 156, 229, 1) 100%);
    width: 100%;
    text-decoration: none;
    display: table;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    max-width: 400px;
    border-radius: 500px;
    margin-bottom: 10px;
}

.gib-info-user {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    margin-bottom: 18px;
}

.gib-info-user li {
    margin: 0;
    list-style: none;
    padding: 9px 11px;
}

.gib-info-user li b{
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 16px;
    width: 104px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding: 10px 0px;
}

.gib-info-user li:first-child {
    border-bottom: 1px solid #ccc;
}

.person-box {
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.person-box .person-image {
    width: 100%;
    background: #ffffffcf;
    border-bottom: 1px solid #d7e2ef;
    padding-top: 20px;
    margin-bottom: 60px;
    border-radius: 10px 10px 0px 0px;
}

.person-box .person-image .images-person {
    width: 97px;
    height: 97px;
    display: table;
    margin: 0 auto;
    border-radius: 200px;
    margin-bottom: -44px;
    background-position: center;
    background-size: cover;
}

.person-box h6 {
    text-align: center;
    color: #053a5d;
    font-size: 16px;
    margin-top: 10px;
}

.person-box p {
    color: #053a5d;
    font-size: 14px;
    margin: 0;
    border-top: 1px solid #d7e2ef;
    padding: 8px 5px;
    text-align: center;
}

.person-box ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    padding: 0px 5px;
}

.person-box ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 50%;
    padding: 5px 5px;
}

.person-box ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #3b81c1, #06395d);
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    border-radius: 5px;
}

.person-box ul li:last-child a {
    background: linear-gradient(45deg, #ff4e50, #c31432);
}

.add-btn-sx, .add-btn-sx:hover {
    background-color: #1e1f29;
    color: #c1f11d;
    border: 0;
    padding: 8px 0px;
    border-radius: 3px;
    outline: 0;
    text-decoration: none;
    float: right;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -10px;
}

.add-btn-sx span {
    display: table;
    margin: 0 auto;
}

.add-btn-sx span i{
    float: left;
    margin-right: 5px;
}

.file-area input {
    display: none !important;
}

.file-area  {
    color: #1f1f1f;
    text-align: center;
    font-size: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px !important;
    display: inline-block;
}

.file-area i {
    display: table;
    margin: 0 auto;
    font-size: 17px;
    margin-bottom: 7px;
}

.file-area span {
    color: #3e86c6;
}

.is-cikis-person-image {
    background-color: #f1f5f9;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}

.report-person-information {
    margin: 0;
    padding: 0;
    width: 100%;
}

.report-person-information li {
    margin: 0;
    list-style: none;
    padding: 10px 13px;
    background-color: #f1f5f95e;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #053a5d;
}

.report-person-information li b{
    font-weight: 600;
}

.update-success {
    color: #1f1f1f;
    text-align: left;
    font-size: 14px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.delete-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#00000070;
    z-index: 99;
    transition: all 0ms;
}

.delete-modal .delete-area {
    width: 100%;
    max-width: 420px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d7e2ef;
    margin-top: 5%;
    padding: 15px;
    border-radius: 6px;
}

.delete-modal .delete-area h6{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.delete-modal .delete-area ul{
    width: 100%;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}

.delete-modal .delete-area ul li{
    width: 50%;
    padding: 0px 5px;
    list-style: none;
    float: left;
}

.delete-modal .delete-area ul li a{
    width: 100%;
    background: linear-gradient(45deg, #43cea2, #185a9d);
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 5px;
    text-decoration: none;
    border-radius: 5px;
}

.delete-modal .delete-area ul li:first-child a{
    background: linear-gradient(45deg, #ff4e50, #c31432);
    color: #fff;
}

.alert-area-df {
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: -15px;
    display: inline-block;
    width: 100%;
}

.count_zero_area {
    padding: 15px;
    padding-bottom: 0px;
}

.count_zero_area .count_content {
    text-align: center;
    padding: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    border-radius: 5px;
}

.count_zero_area .count_content i {
    color: #116efd;
    font-size: 28px;
}

.count_zero_area .count_content h6 {
    color: #116efd;
    font-size: 17px;
    font-weight: 600;
}

.count_zero_area .count_content p {
    color: #252525;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

.form-group label .download-btn {
    background-color: #4b5565;
    float: right;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 2px 7px;
    margin-top: -2px;
    border-radius: 5px;
}

.form-group label .download-btn i{
    display: block;
    float: left;
    margin-right: 2px;
}

.register-error-area {
    display: none;
    position: relative;
    padding: 14px 14px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.company-documents-area li .document-line {
    text-align: left;
    position: relative;
    margin-bottom: 11px;
}

.company-documents-area li .document-line h6 {
    color: #3f3f3f;
    margin-top: 3px;
    margin-bottom: 4px;
}

.company-documents-area li .document-line a {
    float: right;
    width: 43px;
    padding: 5px 3px;
    position: absolute;
    top: 7px;
    right: 55px;
    text-align: center;
    padding-left: 8px;
    background-color: #3e86c6;
    color: #fff;
    border: 0px;
}

.company-documents-area li .document-line a:last-child {
    right: 4px;
}

.document-line > i {
    float: left;
    margin-top: -2px;
    display: block;
    margin-right: 9px;
}

.support-zero-area {
    margin-bottom: 15px;
}

.support-zero-area a{
    text-decoration: none;
    color: #252525;
    font-weight: 600;
}

.textaera-summary {
    color: #993a3a;
    margin-bottom: 9px;
    display: block;
    font-size: 14px;
    margin-top: -3px;
}


.contact-box .box ion-icon {
    float: left;
    color: #053a5d;
    font-size: 33px;
    margin-top: 15px;
    margin-right: 24px;
    margin-left: 8px;
    margin-bottom: 10px;
}
.contact-box .box {
    text-align: left;
    margin-bottom: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    padding: 15px;
    border-radius: 5px;
}

.contact-box .box h5 {
    color: #053a5d;
    font-size: 19px;
    margin-bottom: 1px;
    margin-top: 8px;
}

.contact-box .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-box .box a {
    color: #656565;
    font-weight: 300;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}


.contact-box .box a.ozel {
    color: #26285a;
    font-weight: 500;
    border-bottom: 1px dashed #26285a;
    text-decoration: none;
    padding: 7px 2px;
}

.register-image {
    width: 100%;
    margin-top: 15px;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 6px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
    font-size: 15px;
}

.password-rest-area {
    width: 100%;
    max-width: 520px;
    display: table;
    margin: 0 auto;
    padding: 15px;
    background-color: #ffffff36;
    border-radius: 5px;
    border: 1px solid #ffffff5c;
}

.password-rest-area h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 14px;
    margin-top: 8px;
}

.password-rest-area input {
    margin-bottom: 14px;
    padding: 10px 14px;
}

.password-rest-area button {
    margin-bottom: 3px;
    padding: 10px 14px;
    width: 100%;
    background-color: #4c9ce5;
    border: 0px;
}

.password-rest-area button:hover {
    background-color: #3b80be;
}

.view-iframe-approval {
    width: 100%;
    padding: 45px 0px;
    display: block;
    background-color: #04395c;
    background: linear-gradient(146deg, rgba(4, 57, 92, 1) 41%, rgba(76, 156, 229, 1) 100%);
}

.view-iframe-approval i {
    display: table;
    margin: 0 auto;
}


.approval-onay-red-area {
    width: 100%;
    margin: 0;
    padding: 0px;
    display: inline-block;
}

.approval-onay-red-area li{
    width: 50%;
    padding: 0px 5px;
    list-style: none;
    float: left;
}

.approval-onay-red-area li a{
    width: 100%;
    background: linear-gradient(45deg, #43cea2, #185a9d);
    color: #fff;
    display: block;
    text-align: center;
    padding: 6px 5px;
    text-decoration: none;
    border-radius: 5px;
}

.approval-onay-red-area li:first-child a{
    background: linear-gradient(45deg, #ff4e50, #c31432);
    color: #fff;
}

.service-area .service-box {
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #cccccc40;
}

.service-area .service-box img.cover {
    width: 100%;
    border-radius: 5px;
}

.service-area .service-box h4 {
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin-top: 13px;
    margin-bottom: 5px;
}

.service-area .service-box p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 21px;
}

.service-area .service-box a {
    background-color: #3e86c6;
    color: #fff;
    border: 0px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 0px;
    border-radius: 7px;
    background: linear-gradient(-45deg, #3e86c6, #04395c, #3e86c6, #04395c);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.list-btn-inv {
    padding: 0px 15px;
    margin-bottom: 15px;
}

.copybtn-invoince {
    background-color: #3e86c6;
    color: #fff;
    border: 0px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 0px;
    border-radius: 7px;
    background: linear-gradient(-45deg, #3e86c6, #04395c, #3e86c6, #04395c);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

.fis-fatura-ay-secim {
    width: 100%;
    display: block;
    padding: 9px 12px;
    margin-bottom: 13px;
    border: 1px solid #cccccc99;
    height: 48px;
    border-radius: 0px;
    background-color: #3e86c6;
    color: #fff;
    outline: 0;
}

.vehicle-line h6 {
    text-decoration: none;
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #3b81c1, #06395d);
    color: #fff !important;
    text-align: center;
    padding: 12px 0px;
    border-radius: 5px;
}

.vehicle-line h6 span {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 8px;
    padding-top: 9px;
    font-weight: 300;
    border-top: 1px solid #ffffffdb;
    width: 100%;
}

.vehicle-line p {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 6px;
    border-bottom: 1px dashed #043a5d;
    padding-top: 4px;
    width: 100%;
    padding-bottom: 11px;
}

.vehicle-line p.danger{
    color: darkred;
    border-bottom: 0px dashed #043a5d;
}

.vehicle-line a.edit {
    text-decoration: none;
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #3b81c1, #06395d);
    color: #fff !important;
    text-align: center;
    padding: 9px 0px !important;
    border-radius: 5px;
    border: 0px !important;
}

.vehicle-line a.remove {
    text-decoration: none;
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #ff4e50, #c31432);
    color: #fff !important;
    text-align: center;
    padding: 9px 0px !important;
    border-radius: 5px;
    border: 0px !important;
}

.package-list {
    margin: 0;
    padding: 0;
}

.package-list li {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.package-list label {
    background-color: #f1f5f9;
    border: 2px solid #d7e2ef;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

.package-list label.active {
    background-color: #3e86c633;
    border: 2px solid #3e86c6;
}

.package-list label input {
    display: none;
}

.package-list  label h6 {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    margin-top: 10px;
}

.package-list label .summary {
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}

.package-list label .summary::before {
    content: "";
    display: block;
    width: 50%;
    height: 8px;
    background-color: #3e86c64a;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    left: 25%;
    border-radius: 5px;
}


.package-list label .summary span {
    position: relative;
    z-index: 2;
}

.package-list label .price {
    text-align: center;
    font-size: 30px;
    color: #0c456d;
    font-weight: 700;
}

.package-list label .price span {
    display: table;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.package-list label .plansec {
    text-align: center;
    display: block;
    width: 100%;
    background-color: #3e86c6;
    padding: 7px 5px;
    font-weight: 600;
    color: #fff;
    border-radius: 51px;
}

.package-list .slogan {
    text-align: center;
    margin-top: 20px;
}

.subscription-info-box {
    text-align: center;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.profile-header {
    width: 100%;
    display: inline-block;
    padding: 12px;
}

.profile-header .cover {
    background-color: #ccc;
    width: 100%;
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;

}


.profile-header .profile {
    background-color: #ccc;
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    margin-top: -80px;
    border-radius: 250px;
    background-size: cover;
    background-position: center;
    border: 3px solid #fff;
}

.profile-header h1 {
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin-top: 12px;
    font-weight: 700;
}

.profile-header p {
    text-align: center;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
}

.menu-area img {
    width: 90%;
    display: table;
    margin: 0 auto;
}

.menu-area .menu-box {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 12px 5px;
    border-radius: 50px;

    background: rgb(255 255 255 / 56%);
    border: 1px solid rgba(255, 255, 255, 0.54);
    background-blend-mode: normal, multiply;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.menu-area .menu-box span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #323232;
}

.dijicard-button-list {
    margin: 0;
    padding: 0;
    padding-bottom: 32px;
}

.dijicard-button-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background-position: center;
    background-size: cover;
}

@media(max-width: 768px){

    .col-xs-6 {
        width: 50% !important;
    }

    .col-xs-4 {
        width: 33.3333% !important;
    }



    .profile-header .cover {
        background-color: #ccc;
        width: 100%;
        display: block;
        height: 140px;
        background-size: cover;
        background-position: center
    }


    .profile-header .cover-height-size {
        height: 190px;
    }

    .profile-header .profile {
        background-color: #ccc;
        width: 128px;
        height: 128px;
        display: block;
        margin: 0 auto;
        margin-top: -64px;
        border-radius: 160px;
        background-size: cover;
        background-position: center;
    }


    .page-content {
        padding: 27px 5px;
    }

    .invoince-month-list {
        display: none;
    }

    .login-form-sx {
        margin-top: -1px;
        background-color: #f9fafc;
        border-radius: 15px;
    }
    .customer-information .info-list li {
        width: 100%;
    }

    .product-add .col-xs-6 {
        width: 50%;
    }
    .categoryselectarea ul li {
        width: 100%;
    }

    .all-report-area ul li{
        margin: 0;
        padding: 0;
        width: 100%;
        border-right: 0px solid #ededed;
        border-bottom: 1px solid #ededed;
    }

    .page-head-hood h4 {
        margin: 0;
        float: left;
        font-size: 16px;
        margin-top: 4px;
    }

    .page-head-hood .head-add-btn {
        float: right;
        background: #3e86c6;
        color: #fff;
        text-decoration: none;
        padding: 9px 11px;
        border-radius: 5px;
        margin: -8px 0px;
        height: 39px;
        margin-right: 31px;
        font-size: 13px;
    }
}

.admin-language {
    padding: 0;
    padding-top: 15px;
    display: table;
    margin: 0 auto;
}

.admin-language li {
    padding: 0 8px;
    margin: 0;
    float: left;
    list-style: none;
}

.admin-language li a {
    background-color: #eeeeee;
    color: #1e1f29;
    padding: 8px 18px;
    border-radius: 50px;
    display: table;
    font-size: 13px;
    font-weight: 600;
}

.admin-language li a.active {
    background-color: #c1f11d;
}

.profile-url {
    position: relative;
    background-color: #f5f6fa;
}

.profile-url span {
    position: absolute;
    top: 14px;
    left: 16px;
    color: #8c8c8c;
    z-index: 0;
}

.profile-url input, .profile-url input:focus, .profile-url input:active, .profile-url input:hover {
    position: relative;
    z-index: 2;
    background-color: transparent !important;
    padding-left: 200px;
}


.company-information {
    margin: 0;
    padding: 0;
    width: 100%;
}

.company-information li {
    margin: 0;
    list-style: none;
    padding: 10px 13px;
    background-color: #f1f5f95e;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #053a5d;
}

.company-information li b{
    font-weight: 600;
}

.company-information-bank-account {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.company-information-bank-account li {
    margin: 0;
    padding: 0px 13px;
    list-style: none;
}

.company-information-bank-account li .bank {
    border: 1px solid #d7e2ef;
    margin-bottom: 15px;
    position: relative;
    padding: 10px;
    border-radius: 8px;
}

.company-information-bank-account li .bank a{
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
    color: darkred;
}

.company-information-bank-account li .bank a.copy-bank-account {
    right: 32px;
    color: cornflowerblue;
}

.company-information-bank-account li .bank .hood{
    color: #2c2c2c;
    margin-bottom: 9px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.company-information-bank-account li .bank .bankunvan{
    color: #2c2c2c;
    margin-bottom: 6px;
}

.company-information-bank-account li .bank .iban{
    color: #2c2c2c;
    margin-bottom: 0px;
}

.company-documents-area {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: -10px;
}

.company-documents-area li{
    list-style: none;
}

.company-documents-area li .document {
    color: #1f1f1f;
    text-align: center;
    font-size: 15px;
    background-color: #f1f5f9;
    border: 1px solid #d7e2ef;
    padding: 12px;
    margin-bottom: 17px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

.company-documents-area li .document a{
    display: table;
    margin: 0 auto;
    color: #3e86c6;
    border: 1px dashed #3e86c6;
    width: 48%;
    border-radius: 5px;
    margin-left: 1%;
    margin-right: 1%;
    padding: 5px;
    text-decoration: none;
    float: left;
}

.company-documents-area li .document a span{
    display: table;
    margin: 0 auto;
    width: auto;
}

.company-documents-area li .document a span i{
    float: left;
    margin-right: 5px;
}

.company-documents-area li .document > i{
    color: #3f3f3f;
    font-size: 17px;
}

.invoince-detail-modal h5 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    max-width: 238px;
    line-height: 25px;
    display: table;
    margin: 0 auto;
    margin-bottom: 9px;
}

.invoince-detail-modal ul  {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-radius: 4px;

}

.invoince-detail-modal ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 8px;
    font-size: 14px;
}

.invoince-detail-modal .copy-btn {
    display: table;
    margin: 0 auto;
    border: 1px dashed #8b8b8b;
    background-color: transparent;
    margin-top: 18px;
    padding: 6px 23px;
    border-radius: 2px;
    color: #414141;
}

.modal-hood {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
}

.modal-hood h3 {
    float: left;
    margin: 0;
    font-size: 18px;
    margin-top: 8px;
}


.modal-hood .modal-close-btn {
    position: relative;
    float: right;
    color: #fff;
    font-size: 18px;
    background-color: #03464dc2;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 0px;
    padding: 0;
    padding-top: 2px;
}

.bank-account-modal {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.dijicard-bank-accounts {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}

.dijicard-bank-accounts li {
    border-top: 1px solid #ccc;
    list-style: none;
    padding: 10px 15px;
    font-weight: 500;
    position: relative;
    padding-right: 31px;
}

.dijicard-bank-accounts li span {
    color: #1e1e1e;
}

.dijicard-bank-accounts li a.copy-bank-account {
    float: right;
    position: absolute;
    right: 15px;
    top: 9px;
}

.dijicard-bank-accounts li.hood  {
    border-top: 0px solid #ccc;
    text-align: center;
    background-color: #01474f;
    color: #fff;
    font-size: 13px;
    padding: 12px 5px;
    border-radius: 5px 5px 0px 0px;
}

.pet-header  {
    width: 100%;
    padding: 15px;
    padding-top: 10px;
}

.pet-header .profile {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    display: table;
    height: 340px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pet-header .profile h1 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    margin: 0;
    font-size: 21px;
    background-color: #00000033;
    padding: 8px 21px;
    border-radius: 10px;
}


.pet-header .profile p {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    margin: 0;
    font-size: 18px;
    background-color: #00000033;
    padding: 8px 15px;
    border-radius: 10px;
}

.pet-header .profile p i {
    float: left;
    font-size: 21px;
    margin: -2px 0px;
    margin-left: 0;
    margin-right: 8px;
}

.petcard-button-list  {
    margin: 0;
    padding: 10px;
    background-color: #fdf9f3;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f1ece5;;
}

.petcard-button-list li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0px 5px;
}

.petcard-button-list li a.pet-menu-box {
    width: 100%;
    background-color: #323232;
    display: block;
    padding: 9px;
    margin: 7px 0px;
    text-align: center;
    border-radius: 8px;
}

.petcard-button-list li a.pet-menu-box h6{
    color: #3b4a25;
    font-size: 15px;
    margin: 6px 0px;
    border-bottom: 1px dashed #b6cb97;
    padding-bottom: 7px;
}

.petcard-button-list li a.pet-menu-box span{
    color: #323232;
}

.petcard-button-list li:nth-child(1){
    width: 100%;
}

.petcard-button-list li:nth-child(1) a.pet-menu-box {
    background-color: #f48300;
}

.petcard-button-list li:nth-child(1) a.pet-menu-box h6, .petcard-button-list li:nth-child(1) a.pet-menu-box span {
    color: #fff;
    border-color:#fff;
}

.petcard-button-list li:nth-child(2) a.pet-menu-box{
    background-color: #edece1;
}

.petcard-button-list li:nth-child(3) a.pet-menu-box{
    background-color: #f1e8e5;
}

.petcard-button-list li:nth-child(4) a.pet-menu-box{
    background-color: #e5eeeb;
}

.petcard-button-list li:nth-child(5) a.pet-menu-box{
    background-color: #faeddd;
}


.pet-contact-phone {
    width: 100%;
    background-color: #94ab71;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 5px;
    font-size: 16px;
    max-width: 360px;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    border-radius: 51px;
    margin-bottom: 0px;
}

.pet-health {
    width: 100%;
    background-color: #3ea3b7;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 5px;
    font-size: 16px;
    max-width: 360px;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    border-radius: 51px;
    margin-bottom: 0px;
}

.vaccine-modal {
    padding-top: 15px;
    margin: 0;
    padding-bottom: 0;
}

.vaccine-box {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 5px;
}

.vaccine-box li {
    width: 100%;
    color: #1b5864;
    padding: 8px 14px;
    margin: 0;
    border-bottom: 1px dashed #fff;
    background-color: #e5eeeb;
    list-style: none;
}

.vaccine-box li:last-child {
    border-bottom: 0;
}


.vaccine-box li:first-child {
    background-color: #3ea3b7;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.car-header {
    background-color: #1b1b1b;
    padding: 25px;
    width: 100%;
    display: inline-block;
}

.car-header h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 18px;
}

.car-header .profile {
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    display: table;
    height: 260px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: -250px;
    position: relative;
}

.car-header .profile .brand_model {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    margin: 0;
    font-size: 13px;
    background-color: #00000033;
    padding: 8px 24px;
    border-radius: 10px;
}

.car-header .profile .carplate {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    margin: 0;
    font-size: 13px;
    background-color: #00000033;
    padding: 8px 24px;
    border-radius: 10px;
}

.car-menu-area {
    margin-top: 245px;
}

.car-menu-area .driver_note {
    border: 1px dashed #ccc;
    padding: 10px 13px;
    text-align: center;
    border-radius: 6px;
}

.car-menu-area .driver_phone {
    width: 100%;
    background-color: #04474f;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 13px 5px;
    font-size: 16px;
    max-width: 330px;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    border-radius: 51px;
    margin-bottom: 0px;
}

.car-menu-area .sos_phone {
    width: 100%;
    background-color: #a61212;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px;
    font-size: 16px;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    border-radius: 51px;
    margin-bottom: 0px;
}

.car-menu-area .sos_phone i:first-child {
    float: left;
}

.car-menu-area .sos_phone i:last-child {
    float: right;
}

.car-button-list {
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
}

.car-button-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.car-button-list li a{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 12px 5px;
    border-radius: 50px;
    background: rgb(255 255 255 / 56%);
    border: 1px solid rgba(255, 255, 255, 0.54);
    background-blend-mode: normal, multiply;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.car-button-list li a span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #323232;
}

.car-menu-area .blood_group {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.car-menu-area .message_summary {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
}

.car-menu-area {
    padding-bottom: 25px;
}

.car_message_success {
    display: none;
    width: 100%;
    max-width: 420px;
    background-color: #faeddd9c;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 3px;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}

.car_message_success i {
    color: #04474f;
    font-size: 30px;
    margin-bottom: 9px;
}

.car_message_success h5 {
    color: #04474f;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 13px;
}

.car_message_success p {
    color: #04474f;
    font-size: 15px;
    margin-bottom: 5px;
}




.hotel-profile-header  {
    width: 100%;
    display: inline-block;
    padding: 12px;
}

.hotel-profile-header  .cover {
    background-color: #ccc;
    width: 100%;
    display: block;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;

}

.hotel-profile-header  .profile {
    background-color: #ccc;
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    margin-top: -80px;
    border-radius: 250px;
    background-size: cover;
    background-position: center;
    border: 3px solid #fff;
}

.hotel-profile-header h1 {
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin-top: 12px;
    font-weight: 700;
}

.hotel-profile-header p {
    text-align: center;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
}

.hotel-scoring-area {
    padding-bottom: 25px;
}

.hotel-scoring-area button {
    width: 100%;
    background-color: #04474f;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 13px 5px;
    font-size: 16px;
    font-weight: 500;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    border-radius: 51px;
    margin-bottom: 0px;
}

.hotel-scoring-area .form-group label {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}

.hotel-scoring-area .form-group input {
    font-size: 15px;
    padding: 13px 11px !important;
    height: 48px;
}

.hotel-scoring-area .form-group textarea {
    font-size: 15px;
    padding: 13px 13px !important;
}

.rating-banner{
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}
.rating-title{
    color:#fcbc05;
    font:300 24px "Inter", system-ui, sans-serif;
    margin-bottom:18px;
}
.rating{
    display:flex;
    justify-content:center;
    gap:12px;
}
.star{
    font-size:38px;
    color:#fcbc05;
    cursor:pointer;
    transition:transform .12s ease;
}
.star:hover{
    transform:scale(1.05);
}



.scoring_message_success {
    width: 100%;
    max-width: 420px;
    background-color: #faeddd9c;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 3px;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}

.scoring_message_success i {
    color: #04474f;
    font-size: 30px;
    margin-bottom: 9px;
}

.scoring_message_success h5 {
    color: #04474f;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 13px;
}

.scoring_message_success  p {
    color: #04474f;
    font-size: 15px;
    margin-bottom: 5px;
}

.activity-area .category {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
    padding-bottom: 25px;
}

.activity-area .category .cate-box {
    text-decoration: none;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 11px #cccccc59;
}

.activity-area .category .cate-box .image {
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}

.activity-area .category .cate-box span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 600;
    color: #404750;
}


.activity-profile-header  {
    width: 100%;
    display: inline-block;
    padding: 12px;
}

.activity-profile-header  .cover {
    background-color: #ccc;
    width: 100%;
    display: table;
    margin: 0 auto;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    max-width: 1060px;

}

.activity-profile-header  .profile {
    background-color: #ccc;
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    margin-top: -80px;
    border-radius: 250px;
    background-size: cover;
    background-position: center;
    border: 3px solid #fff;
}

.activity-profile-header h1 {
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin-top: 12px;
    font-weight: 700;
}

.activity-profile-header p {
    text-align: center;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
}

.activity-button-list {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    padding-bottom: 25px;
}

.activity-button-list li {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.activity-button-list li a {
    display: table;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 12px 15px;
    border-radius: 5px;
    background: rgb(255 255 255 / 56%);
    border: 1px solid rgba(255, 255, 255, 0.54);
    background-blend-mode: normal, multiply;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    color: #323232;
    max-width: 660px;
}

.activity-profile-header .activity-cate-box {
    font-size: 17px;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 500;
    background-color: #03444b;
    color: #fff;
    padding: 10px 5px;
    margin-top: 5px;
    width: 100%;
    max-width: 660px;
}

.activity-profile-header .activity-cate-box a {
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    margin-top: -4px;
    margin-left: 7px;
    margin-right: 5px;
}

.activity-detail-modal .modal-hood h3 {
    text-align: center;
    width: 100%;
    font-size: 15px;
    margin-top: 5px;
}

.activity-detail-modal .close-btn {
    background-color: #04474f;
    color: #fff;
    border: 0px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
    padding: 12px 5px;
}




.menu-profile-header {
    width: 100%;
    display: inline-block;
}

.menu-profile-header .menu-detail-cover {
    height: 180px !important;
}

.menu-profile-header .cover {
    background-color: #ccc;
    width: 100%;
    display: block;
    height: 210px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.menu-profile-header .cover .back {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
    display: block;
}

.menu-profile-header .profile {
    background-color: #ccc;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-top: -40px;
    border-radius: 250px;
    background-size: cover;
    background-position: center;
    border: 3px solid #fff;
    position: relative;
    z-index: 2;
}

.menu-profile-header h1 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 70px;
}

.menu-profile-header .language-btn img{
    height: 32px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 18px;
    left:18px;
    border-radius: 3px;
}


.menu-profile-header .share-btn{
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 16px;
    right:18px;
    border-radius: 3px;
}

.menu-profile-header p {
    text-align: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
}

.menu-profile-header .profile-area {
    width: 100%;
    max-width: 640px;
    display: table;
    margin: 0 auto;
}

.menu-area {
    padding-bottom: 25px;
}

.menu-area .category {
    width: 100%;
    max-width: 640px;
    display: table;
    margin: 0 auto;
    padding-bottom: 45px;
}

.menu-area .category .image {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

.menu-area .category .image .back {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
    display: block;
    border-radius: 10px;
    position: absolute;
}

.menu-area .category .image p {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 37%;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 0px 9px #00000069;
}

.menu-area .category .cate-box {
    margin-top: 18px;
    display: inline-block;
    width: 100%;
}

.menu-profile-header .menu-back-area {
    width: 90%;
    margin-left: 5%;
    display: table;
    background-color: rgba(34, 34, 34, 0.84);
    padding: 7px 18px;
    border-radius: 15px 15px 0px 0px;
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.menu-profile-header .menu-back-area a{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.menu-product-area .menu-button-list {
    padding: 0;
    margin: 0;
    padding-bottom: 64px;
}

.menu-product-area .menu-button-list li {
    background-color: #fff;
    list-style: none;
    border-radius: 5px;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.menu-product-area .menu-button-list li .image {
    width: 150px;
    height: 95px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    float: left;
}

.menu-product-area .menu-button-list li .text {
    position: absolute;
    padding-left: 176px;
    left: 0;
    top: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
}

.menu-product-area .menu-button-list li .text h6 {
    color: #2c2c2c;
    font-size: 15px;
    margin-top: 8px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 4px;
}

.menu-product-area .menu-button-list li .text p {
    color: #2c2c2c;
    font-weight: 700;
    font-size: 16px;
}

.menu-product-area .menu-button-list li .summary {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    color: #2c2c2c;
    text-align: left;
    margin-top: 8px;
}

.menu-product-area .menu-button-list li .product-contents {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: -17px;
}

.menu-product-area .menu-button-list li .product-contents li {
    float: left;
    margin-right: 6px;
    width: auto;
    background-color: #ff5252;
    font-size: 13px;
    padding: 1px 7px;
    color: #fff;
}

.menu-product-area .menu-button-list li .order-text {
    padding-right: 40px;
}

.menu-product-area .menu-button-list li .order-btn {
    width: 34px;
    height: 34px;
    border: 0px;
    padding: 0;
    border-radius: 5px;
    position: absolute;
    right: 7px;
    top: 0;
    outline: 0;
    color: #fff;
    font-size: 22px;
    background-color: darkred;
    padding-top: 0.4px;
}

.menu-product-area .menu-button-list li .order-area .qty-control {
    position: absolute;
    top: 0;
    right: 7px;
}

.menu-product-area .menu-button-list li .order-area .qty-control button {
    display: table;
    width: 34px;
    height: 30px;
    border: 0px;
    padding: 0;
    border-radius: 5px;
    right: 7px;
    top: 0;
    outline: 0;
    color: #fff;
    font-size: 22px;
    background-color: darkred;
    padding-top: 0.4px;
}

.menu-product-area .menu-button-list li .order-area .qty-control button i {
    margin-top: -1px;
    display: block;
}

.menu-product-area .menu-button-list li .order-area .qty-control .qty-num {
    width: 100%;
    text-align: center;
    display: block;
    padding: 4px 0px;
    font-weight: 500;
    font-size: 16px;
}

.menu-product-area .menu-button-list li.active_product {
    background-color: #0080000d;
}

.menu-profile-header p.desk_order_sum {
    text-align: center;
    margin-top: 4px;
    background-color: #00518b1a;
    padding: 8px 0px;
    font-weight: 600;
    margin-top: 7px;
}

.menu-stickey {
    position: fixed;
    bottom: -6px;
    z-index: 10;
    left: 0;
    width: 100%;
    right: 0;
}

.menu-stickey ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.menu-stickey ul li {
    list-style: none;
    float: left;
    width: 50%;
    background-color: #1b1b1b;
}

.menu-stickey ul li.catalogs-sticky {
    width: 100%;
}


.menu-stickey ul li.catalogs-sticky a{
    border:0px !important;
}

.menu-stickey ul li:first-child a {
    border-right: 1px dashed #fff;
}

.menu-stickey ul li a {
    text-align: center;
    width: 100%;
    display: block;
    padding: 13px 0px;
    color: #fff;
    font-size: 15px;
}

.desk_number {
    text-align: center;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 600;
}

.menu-detail-basket-list {
    padding-bottom: 0px !important;
}


.menu-order-success-message {
    padding: 10px;
    background: #d4edda;
    color: #155724;
    width: 80%;
    left: 10%;
    text-align: center;
    font-size: 15px;
    border: 1px solid #afd0b7;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px;
}

.basket-order-area {
    background-color: #faeddd;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}

.basket-order-area h6 {
    border-bottom: 1px dashed #ccc;
    font-size: 15px;
    margin-bottom: 7px;
    padding-bottom: 10px;
}

.basket-order-area p {
    margin: 0;
}

.basket-checkout-btn {
    background-color: #151515;
    text-align: center;
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 320px;
    padding: 13px 5px;
    color: #fff;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 25px;
}

.empty-basket .btn {
    background-color: #151515;
    text-align: center;
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 320px;
    padding: 13px 5px;
    color: #fff;
    margin-top: 16px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
}

.menu-null-basket {
    font-size: 15px;
    font-weight: 500;
}

.center-modal-text {
    text-align: center;
}

.pet-menu-area {
    padding-bottom: 0px;
}




.human-button-list {
    margin: 0;
    padding: 10px;
    background-color: #fdf9f3;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f1ece5;;
}

.human-button-list li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0px 5px;
}

.human-button-list li a.pet-menu-box {
    width: 100%;
    background-color: #323232;
    display: block;
    padding: 9px;
    margin: 7px 0px;
    text-align: center;
    border-radius: 8px;
}

.human-button-list li a.pet-menu-box h6{
    color: #3b4a25;
    font-size: 15px;
    margin: 6px 0px;
    border-bottom: 1px dashed #b6cb97;
    padding-bottom: 7px;
}

.human-button-list li a.pet-menu-box span{
    color: #323232;
}

/* Kan Grubu */
.human-button-list li:nth-child(1) a.pet-menu-box {
    background-color: #E3F2FD; /* pastel mavi */
}

/* Yaş */
.human-button-list li:nth-child(2) a.pet-menu-box {
    background-color: #ECEFF1; /* soft gri - daha nötr */
}

/* Alerji */
.human-button-list li:nth-child(3) a.pet-menu-box {
    background-color: #E8F5E9; /* açık yeşil */
}

/* Hastalık Durumu */
.human-button-list li:nth-child(4) a.pet-menu-box {
    background-color: #FBE9E7; /* soft pembe/turuncu - dikkat/uyarı */
}



.human-contact-phone {
    width: 100%;
    background-color: #94ab71;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    padding: 15px 5px;
    font-size: 16px;
    max-width: 360px;
    display: table;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 51px;
    margin-bottom: 0px;
    margin-bottom: 15px;
}

.human-note-area {
    width: 96%;
    margin-left: 2%;
    text-align: center;
    margin-bottom: 15px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    padding: 15px 10px;
}

.human-profile-header .cover {
    min-height: 180px;
}

.particle-area .image-particle{
    width: 100%;
    display: table;
    margin: 0 auto;
}

.hotel-profile-header .cover {
    position: relative;
    z-index: 2;
}

.profile {
    position: relative;
    z-index: 4;
}

.cover .cover-back-area {
    width: 90%;
    margin-left: 5%;
    display: table;
    background-color: rgb(4 71 79 / 75%);
    padding: 7px 18px;
    border-radius: 15px 15px 0px 0px;
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.cover .cover-back-area a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.particle-area h2 {
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 21px;
    border-bottom: 1px dashed #979797;
    padding-bottom: 14px;
}

.particle-area .text-particle {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.commnet-header-cover .cover {
    position: relative;
}

.commnet-header-cover .comment-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #04474f;
    padding: 8px 13px;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
}

.menus-comment-btn {
    background-color: #1d1d1d;
    padding: 8px 13px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    max-width: 291px;
}

.lang-ul-li {
    display: table;
    margin: 0 auto;
    background-color: #1b1b1b;
    padding: 8px 2px;
    margin-bottom: 19px;
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 11px;
    padding-top: 0;
}

.lang-ul-li li {
    float: left;
    padding: 0 8px;
    margin: 0;
    list-style: none;
}

.lang-ul-li li a img {
    height: 25px;
}

.transparent-back-lang {
    background-color: #ffffff6e;
    padding-top: 7px;
}

.catalos-box-cus .image-box {
    width: 100%;
    height: 140px;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}

.catalos-box-cus h6 {
    color: #2c2c2c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-top: 7px;
    font-size: 15px;
}

.catalos-box-cus span {
    color: #2c2c2c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    margin-top: 6px;
    display: block;
    font-size: 14px;
    border: 1px dashed #ccc;
    padding: 5px 5px;
    text-align: center;
    border-radius: 5px;
}

/* Carousel görsel alanı */
.product-carousel-img {
    width: 100%;
    padding-top: 75%; /* 4:3 oran */
    background-size: cover;
    background-position: center center;
    background-color: #f5f5f5;
    border-radius: 8px;
    position: relative;
}

.product-carousel-img-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #777;
    background: #eee;
}

/* Owl dış sarmalayıcı */
.product-carousel {
    position: relative;
    margin-bottom: 20px;
}

/* Custom prev/next */
.product-carousel-prev,
.product-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 20px;
    z-index: 10;
}

.product-carousel-prev { left: 8px; }
.product-carousel-next { right: 8px; }

.product-carousel-prev i,
.product-carousel-next i {
    line-height: 1;
}

/* Owl dots override (altta küçük noktalar) */
#productCarouselOwl .owl-dots {
    text-align: center;
    margin-top: 10px;
}

#productCarouselOwl .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
    margin: 4px;
    transition: all .2s;
}

#productCarouselOwl .owl-dot.active span {
    background: #111;
    transform: scale(1.2);
}

/* Başlık / fiyat bloğu uyumu */
.product-info-block {
    margin-bottom: 40px;
}

.product-info-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.product-price {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
}

.product-desc {
    font-size: 14px;
    color: #444;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #ccc;
}

.catalogs-products-list {
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
}

.product-detail-page {
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
}

.catalogs-product-list-basket .qty-control {
    width: 100%;
    margin-top: 12px;
}

.catalogs-product-list-basket .qty-control button{
    width: 35%;
    float: left;
    border: 0px;
    background-color: #03444b;
    padding: 5px 5px;
    border-radius: 4px;
    font-size: 17px;
    padding-bottom: 2px;
    color: #fff;
}

.catalogs-product-list-basket .order-btn {
    width: 100%;
    float: left;
    border: 0px;
    background-color: #03444b;
    padding: 7px 5px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.catalog-btns-area {
    display: inline-block;
    width: 100%;
}

.catalog-btns-area .catalogs-product-list-basket {
    width: 48%;
    float: left;
    margin-right: 1%;
}

.catalog-btns-area .wp-siparis-catalogs-box {
    width: 48%;
    margin-right: 1%;
    display: block;
    background-color: #07583b;
    float: right;
    text-align: center;
    color: #fff;
    padding: 7px 5px;
    border-radius: 5px;
    font-size: 13px;
}

.wp-siparis-catalogs-box-full {
    width: 100%;
    display: block;
    background-color: #07583b;
    text-align: center;
    color: #fff;
    padding: 7px 5px;
    border-radius: 5px;
    font-size: 13px;

}

.catalos-box-cus {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.catalogs-product-list-basket .order-btn span {
    display: table;
    margin: 0 auto;
}

.ozel-button-catalogs {
    margin-top: -12px;
    margin-bottom: -7px;
    display: inline-block;
    width: 100%;
}

.catalogs-product-list-basket .order-btn span i{
    float: left;
    margin-right: 6px;
}

.catalogs-product-list-basket .qty-control span{
    width: 30%;
    float: left;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
}

.menu-profile-header .catalog-detail-cover {
    min-height: 280px;
}

.catalogs-order-hood {
    margin-top: 15px;
    font-size: 16px;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 21px;
}

.ozel-padding-catalogs {
    padding-bottom: 120px;
}


.catalogs-order-area  .menu-button-list li .order-area .qty-control button {
    background-color: #03424b;
}

@media (min-width: 768px) {
    .product-title {
        font-size: 20px;
    }
    .product-price {
        font-size: 18px;
    }
    .product-desc {
        font-size: 15px;
    }
}
