body {
    background-color: #f5f6fa;
}

.modal-backdrop.show {
    display: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

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

.register-area button {
    background-color: #02818e;
    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: 58px;
    margin-top: 10px;
}

.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: 100%;
}



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

.login-header-area {
    background: #02818e;
    background: linear-gradient(146deg, #02818e 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;
}


.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: 0px;
}

.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: 15px;
    border-radius: 5px 5px 0px 0px;
    padding-top: 5px;
}

.product-add .form-hood {
    padding: 12px 15px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ededed;
    color: #3e86c6;
}


.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: 20px 25px
}

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

.form-group input, .form-group select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54;
    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: #f5f6fa;
    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;
}

.form-group small {
    margin-bottom: 15px;
    color: darkred;
    display: block;
    margin-top: 5px;
}

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

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

.submit-btn-df {
    background-color: #02818e;
    color: #fff;
    border: 0;
    padding: 11px 32px;
    border-radius: 3px;
    outline: 0;
    margin-top: 5px;
    width: 100%;
    max-width: 200px;
}

.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: 50px;
    padding: 15px 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f6fa;
    background-clip: padding-box;
    border: 1px solid #ced4da54 !important;
    outline: 0;
    border-radius: 4px;
    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;
}

@media(min-width:768px){
    .fis-fatura-ay-secim {
        display: none;
    }
}

@media(max-width: 768px){
    .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;
}

.layout.fixed-sidebar {
    padding: 10px;
}

@media(min-width: 768px){
    .layout .content {
        padding-left: 10px !important;
        padding-top: 1px !important;
    }
}

.section-hood {
    background-color: #02818e;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}

.section-hood h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 18px;
}

.section-hood p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}


.page-detail-form .page-box {
    width: 100%;
    display: block;
    margin-top: -50px;
}

.section-area {
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #edeef2;
}

.module-box {
    background-color: #f5f6fa;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.module-box h6 {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 500;
}

.module-box p {
    color: #627086;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    min-height: 111px;
    margin-bottom: 7px;
}

.module-box a {
    background-color: #02818e;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    outline: 0;
    padding: 8px 5px;
    border-radius: 50px;
}

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

.login-area h2{
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 500;
    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 .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;
    border-radius: 5px !important;
}

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

.login-area form button:hover {
    background: #01646e;
    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;
}


.login-box {
    width: 600px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    padding: 33px;
    margin-top: 45px;
    padding-top: 2px;
    border-radius: 5px;
    box-shadow: 0px 0px 14px #cccccc5c;
}

.form-min-hood {
    color: #02818e;
    border-bottom: 1px dashed #02818e;
    padding-bottom: 8px;
    margin-bottom: 13px;
    margin-top: 9px;
    font-size: 15px;
}

.account-profile-area {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 120px;
}

.account-profile-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f3;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.profile-upload-label {
    display: inline-block;
    background: #0f6836;
    color: #fff;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.profile-upload-label:hover {
    background: #178347;
}

.account-profile-area #profile-input {
    display: none;
}

.null-payment-history {
    text-align: center;
    width: 100%;
    background-color: #f5f6fa;
    padding: 35px 18px;
    border-radius: 15px;
    margin-top: 5px;
    border: 1px solid #eaebf0;
}

.null-payment-history i {
    margin: 0;
    font-size: 32px;
    color: darkred;
}

.null-payment-history p {
    margin: 0;
    margin-bottom: 5px;
}

.null-payment-history h6 {
    margin: 0;
    color: #393939;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 500;
}


/* Select2 uyumu */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    min-height: 38px;border-radius: 6px;border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 19px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 36px;}

/* Görsel butonu */
.uploader-btn {
    display: inline-block;
    text-align: center;
    background: #f5f6fa;
    color: #595959;
    border: none;
    width: 100%;
    border: 1px dashed #00000040;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 30px 16px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
    transition: transform .08s
    ease, box-shadow .2s
    ease, background .2s
    ease;
}

.uploader-btn i {
    display: table;
    margin: 0 auto;
    font-size: 22px;
}

.uploader-btn span {
    display: block;
    width: 100%;
    text-align: center;
}
.uploader-btn:hover{ background:#02818e2e; }
.uploader-btn:active{ transform:translateY(1px); }

/* Önizleme kartı */
.image-card{position:relative;background:#fff;}
.image-card .remove-btn{
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: #ff4d4f;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(255, 77, 79, .25);
    padding-top: 0;
    line-height: 2px;
}
.image-card .remove-btn:hover{ background:#e84142; }

.ozel-margin-form {
    padding-top: 0;
    margin-top: -15px;
}

.admin-product-list {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease;
    margin-top: 20px;
}

.admin-product-list:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.admin-product-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f8f9fa;
    background-position: center;
    background-size: cover;
    position: relative;
}

.admin-product-image .admin-status-product {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    background-color: darkslategray;
    padding: 5px 16px;
    border-radius: 24px;
    font-size: 13px;
    text-decoration: none;
}

.admin-product-image .admin-status-product i {
    margin-top: -2px;
    display: block;
    float: right;
    margin-left: 7px;
    font-size: 15px;
    margin-bottom: -2px;
    margin-right: -2px;
}

.admin-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-product-body {
    padding: 12px;
    flex: 1;
}

.admin-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.admin-product-name {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}

.admin-product-type {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    background: #f3f4f6;
    color: #333;
}

.admin-product-info {
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.admin-product-price {
    font-weight: 700;
}

.admin-product-footer {
    padding: 12px;
    display: flex;
    gap: 8px;
    border-top: 1px solid #f1f1f1;
}

.admin-product-stock {
    font-size: 13px;
    color: #6b7280;
}

.btn-edit, .btn-delete {
    flex: 1;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 8px 0;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-edit {
    background: #02818e;
    color: #fff;
}

.btn-edit:hover {
    background: #14713c;
}

.btn-delete {
    background: #ff4d4f;
    color: #fff;
}

.btn-delete:hover {
    background: #e84346;
}

.form-search-area {
    position: relative;
    padding-right: 110px;
    width: 100%;
    display: table;
    margin: 0 auto;
    max-width: 640px;
    background-color: #f5f6fa;
    height: 48px;
    border-radius: 5px;
    margin-top: 22px;
}

.form-search-area input {
    width: 100%;
    border: 0px;
    outline: 0;
    background-color: transparent;
    height: 48px;
    padding: 0px 19px;
    font-size: 15px;
    font-weight: 400;
}

.form-search-area button {
    width: 110px;
    position: absolute;
    border: 0px;
    outline: 0;
    margin: 0;
    height: 48px;
    border-radius: 0px 5px 5px 0px !important;
    top: 0;
    right: 0;
}


.custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1050;
    align-items: center;
    justify-content: center;
}

/* === İçerik === */
.custom-modal .custom-modal-dialog {
    background: #fff;
    border-radius: 12px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: custom-modal-fadeIn 0.25s ease;
}

@keyframes custom-modal-fadeIn {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* === Başlık === */
.custom-modal .custom-modal-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 16px;
}

/* === Gövde === */
.custom-modal .custom-modal-body {
    padding: 18px 20px;
}

.custom-modal .custom-modal-body p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.custom-modal .custom-modal-body small {
    display: block;
    margin-top: 8px;
    color: #6b7280;
    font-size: 13px;
}

/* === Alt Buton Alanı === */
.custom-modal .custom-modal-footer {
    padding: 14px 20px;
    display: flex;
    gap: 8px;
    border-top: 1px solid #eee;
    justify-content: flex-end;
}

/* === Butonlar === */
.custom-modal .btn-modal {
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    border: none;
    transition: all 0.25s
    ease;
}

/* Vazgeç */
.custom-modal .btn-cancel {
    border: 1px solid #d1d5db;
    background: #fff;
    color: #333;
}

.custom-modal .btn-cancel:hover {
    background: #f9fafb;
}

/* Sil */
.custom-modal .btn-delete {
    background: #ff4d4f;
    color: #fff;
}

.custom-modal .btn-delete:hover {
    background: #e84346;
}

.add-product-null-btn {
    display: table;
    margin: 0 auto;
    margin-top: 16px;
}

.null-data-product-list {
    margin-top: 25px;
}

.report-area-home {
    padding: 20px 15px;
    padding-top: 0px;

}

.report-area-home .report-box {
    padding: 30px 25px;
    margin-top: 20px;
    border-radius: 10px;
}

.report-area-home .report-box h6{
    color: #fff;
}

.report-area-home .report-box p{
    color: #fff;
    margin: 0;
    font-size: 17px;
}

.one-box {
    background: linear-gradient(135deg, #205072, #277E88);
}

.two-box {
    background: linear-gradient(135deg, #277E88, #329D9C);
}

.three-box {
    background: linear-gradient(135deg, #329D9C, #47B391);
}

.four-box {
    background: linear-gradient(135deg, #47B391, #56C596);
}

.graphic-area {
    padding: 20px 35px;
    padding-top: 15px;
}

.product-status-home {
    padding: 0px 25px;
    padding-right: 0;
}

.product-status-home h5 {
    font-weight: 600;
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}

.product-status-home ul {
    list-style: none;
    margin: 0;
    background: linear-gradient(135deg, #47B391, #56C596);
    padding: 11px 27px;
    border-radius: 6px;
}

.product-status-home li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f2f4f7;
}

.product-status-home li:last-child {
    border-bottom: none;
}

.product-status-home li p {
    margin: 0;
    font-size: 15px;
    color: #efefef;
    width: 100%;
    text-align: right;
}

.product-status-home li b {
    color: #ffffff;
    float: left;
    font-weight: 500;
}

.product-status-home li:hover {
    background: linear-gradient(90deg, rgba(50,157,156,0.05), rgba(86,197,150,0.05));
    border-radius: 8px;
    transition: background 0.3s ease;
}

.table-btn-opj {
    background-color: #02818e;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 12px;
    text-decoration: none;
    overflow: hidden;
}

.product-show-image-list img {
    width: 100%;
}

.product-detail-show {
    width: 100%;
    padding: 0;
    margin: 0;
}

.product-detail-show .product-ul-show {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #02818e;
    margin-bottom: 25px;
    border-radius: 5px;
    margin-top: 10px;
}

.product-detail-show .product-ul-show li:nth-child(odd) {
    background-color: #02818e2b;
}

.product-detail-show .product-ul-show li:nth-child(even) {
    background-color: #02818e1a;
}

.product-detail-show .product-ul-show li {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #02818e;
    padding: 10px 16px;
    font-size: 13px;
}

.product-detail-show .product-ul-show li:last-child {
    border-bottom: 0px;
}

.suplier-customer-box {
    width: 100%;
    background-color: #02818e21;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px;
}

.suplier-customer-box h6 {
    color: #03545c;
    text-align: center;
    border-bottom: 1px dashed #000;
    padding-bottom: 14px;
    font-weight: 500;
}

.suplier-customer-box p {
    color: #494949;
    text-align: center;
    margin-bottom: 10px;
}

.suplier-customer-box .cari-tablo {
    width: 100%;
    padding: 0;
    margin: 0px;
    display: inline-block;
    border: 1px dashed #7e7e7e;
    border-radius: 5px;
}

.suplier-customer-box .cari-tablo li {
    list-style: none;
    width: 50%;
    float: left;
    margin: 0;
    padding: 8px;
    border-right: 1px dashed #7e7e7e;
    text-align: center;
}

.suplier-customer-box .cari-tablo li:last-child {
    border-right: 0px dashed #7e7e7e;
}

.suplier-customer-box a {
    color: #fff;
    background-color: #02818e;
    padding: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 9px;
    border-radius: 50px;
    outline: 0;
}

.country-menu {
    margin: 0 auto;
    padding: 0;
    display: table;
    border: 1px solid #02818e;
}

.country-menu li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #02818e;
}

.country-menu li:last-child {
    border-right: 0px;
}

.country-menu li a {
    padding: 8px 12px;
    display: block;
    color: #02818e;
    width: 80px;
    text-align: center;
}

.country-menu li a.active {
    color: #fff;
    background-color: #02818e;
}

.add-btn-area {
    float: right;
    color: #02818e;
    background-color: #fff;
    font-weight: 500;
    padding: 6px 15px;
    display: block;
    margin-top: -8px;
    border-radius: 3px;
    font-size: 15px;
}

.cari-detail h6 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 11px;
    font-weight: 500;
}

.cari-detail .cari-tablo {
    width: 100%;
    padding: 0;
    margin: 0px;
    display: inline-block;
    border: 1px dashed #7e7e7e;
    border-radius: 5px;
}

.cari-detail .cari-tablo li {
    list-style: none;
    width: 50%;
    float: left;
    margin: 0;
    padding: 8px;
    border-right: 1px dashed #7e7e7e;
    text-align: center;
}

.cari-detail.cari-tablo li:last-child {
    border-right: 0px dashed #7e7e7e;
}

.cari-history {
    background-color: #f5f6fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
}

.cari-history h5 {
    border-bottom: 1px dashed #02818e;
    color: #02818e;
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.cari-history ul {
    margin: 0;
    padding: 0;
}

.cari-history ul li {
    margin: 0;
    list-style: none;
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 2px;
}


.cari-history .payment-btn {
    background-color: #02818e;
    color: #fff;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding: 8px 5px;
    border-radius: 500px;
    margin-top: 15px;
}

.remove-area {
    background: #f8f9fa;
    border: 1px solid #e3e6e9;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.remove-area h6 {
    font-weight: 500;
    font-size: 15px;
    color: #b80f0f;
    border-bottom: 1px dashed;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.remove-area p {
    color: #666;
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.45;
}

.supplier-customer-remove-btn {
    display: inline-block;
    background: #dc3545;
    color: #fff;
    padding: 7px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
    margin-top: -7px;
}

.supplier-customer-remove-btn:hover {
    background: #bb2d3b;
    color: #fff;
    transform: translateY(-2px);
}

.supplier-customer-box {
    padding: 13px;
}

.supplier-customer-box .supplier-line {
    background-color: #02818e30;
    padding: 15px;
    border-radius: 5px;
    padding-bottom: 6px;
    margin-top: 15px;
    width: 100%;
}

.sale-totals {
    margin: 0;
    padding: 0;
    margin-top: -10px;
}

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

.kalan-btn {
    height: 48px;
    margin-top: 1px;
    border-radius: 3px;
    background-color: #4a4a47;
    border: 0px;
    color: #fff;
}


.sale-totals li {
    margin: 0;
    padding: 11px 15px;
    list-style: none;
    background-color: #02818e36;
    margin-bottom: 10px;
    border-radius: 5px;
}

.select2-container .select2-selection--single {
    padding: 10px 5px !important;
    height: 49px !important;
}

.add-supplier-btn {
    width: 100%;
    max-width: 200px;
    border: 0px;
    color: #fff;
    margin: 0 auto;
    display: block;
    background-color: #494949;
    padding: 10px 11px;
    border-radius: 150px;
}

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

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

.yh-kalem-box {
    background-color: #f5f6fa;
    padding: 11px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ededed
}

.yh-kalem-box .fw-bold {
    font-weight: 400 !important;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.yh-kalem-box .kalan {
    display: inline-block;
    width: 100%;
    background-color: #02818e;
    margin-top: 5px;
    padding: 4px 11px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    padding-top: 5px;
}

.yh-kalem-box .product-list-box {
    margin-bottom: 5px;
    font-size: 12px;
    background-color: orange;
    display: table;
    padding: 6px 14px;
    border-radius: 150px;
    color: #fff;
}

.history-payment-box {
    background-color: #f5f6fa;
    padding: 7px 9px;
    margin-bottom: 4px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}

.sellers-box-list {
    display: inline-block;
    width: 100%;
}

.sellers-box-list a {
    float: left;
    width: 48%;
    margin: 0px 1%;
}

.sellers-box-list .ozel-sasle-report {
    padding: 0px 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.sellers-box-list .ozel-sasle-report .list-box {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    padding: 9px 0px;
}

.sellers-box-list .ozel-sasle-report .list-box:last-child {
    border-bottom: 0;
}

.ozel-product-box-area {
    background-color: #02818e29;
    padding: 24px;
    border-radius: 10px;
}

.ozel-product-box-area hr {
    border: 1px dashed #02525a;
    margin: 0px;
    margin-bottom: 12px;
}

.ozel-product-box-area button {
    width: 100%;
    border: 0px;
    margin-top: 15px;
    color: #fff;
    background-color: darkgreen;
    padding: 10px 5px;
    border-radius: 5px;
}

.ozel-product-box-area .company-select {
    margin-bottom:10px;
}

.ozel-product-box-area .info-save-btn {
    background-color: #02818e;
    margin-bottom:15px;
    padding: 12px 5px;
}

.ozel-product-box-area .supplier-btn {
    background-color: darkred;
}

.yh-report-box {
    padding: 15px;
    color: #fff;
    margin-bottom: 26px;
    padding-bottom: 1px;
    border-radius: 10px;
}
