@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #fafbfc;
}

body {
    /* overflow: auto; */
    background: #fafbfc;
    font-family: 'Montserrat', sans-serif, Arial;
    /*font-size:14px;*/
    font-size: 15px;
    font-weight: 400;
    color: #001737;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif, Arial;
    /*font-size:14px;*/
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

a {
    cursor: pointer;
    color: #001737;
}

a:hover {
    color: #001737;
    text-decoration: none;
}


/* forms styles start */

.textbox,
.textarea,
.selectbox {
    font-family: 'Montserrat', sans-serif, Arial;
    display: block;
    width: 100%;
    padding: 5px;
    background: #fff;
    border: solid 1px #c0ccda;
    color: #001737;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.textarea {
    height: 60px;
}

input[readonly] {
    background: #f5f6fa;
}

select[disabled] {
    background: #f5f6fa;
}

.select-search {
    width: 100% !important;
    padding: 0px;
}

.select-search:hover {
    background: #fff;
}

.select-search .dropdown-menu {
    font-size: 14px;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle,
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #fff;
    border-color: #fff;
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}


/* forms styles finish */


/* text styles start */

.plus-txt {
    color: #059669;
    font-weight: 600;
}

.minus-txt {
    color: #e11d48;
    font-weight: 600;
}

.gray-txt {
    color: #8392a5;
}

.black-txt {
    color: #000;
}


.pink-txt {
    color: #f10075;
}

.turquoise-txt {
    color: #00cccc;
}

a.turquoise-txt:hover {
    color: #00cccc;
    text-decoration: underline;
}

.light-txt {
    font-weight: 300;
}

.regular-txt {
    font-weight: 400;
}

.medium-txt {
    font-weight: 500;
}

.semibold-txt {
    font-weight: 600;
}

.bold-txt {
    font-weight: 700;
}

.plus-circle,
.minus-circle {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.plus-circle {
    border: solid 2px #10b759;
    color: #10b759;
}

.minus-circle {
    border: solid 2px #dc3545;
    color: #dc3545;
}

.buy-circle,
.sell-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.buy-circle {
    border: solid 2px #01539c;
    color: #01539c;
}

.sell-circle {
    border: solid 2px #10b759;
    color: #10b759;
}

.sm-circle {
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 11px;
}


.instrument-cell {
    max-width: 180px;
    white-space: nowrap;
}

.instrument-cell .instrument-short {
    display: inline;
}

.instrument-cell .instrument-full {
    display: none;
}

.instrument-cell:hover .instrument-short,
.selected-row .instrument-cell .instrument-short {
    display: none;
}

.instrument-cell:hover .instrument-full,
.selected-row .instrument-cell .instrument-full {
    display: inline;
    white-space: nowrap;
    line-height: 1.3;
}

.instrument-cell.has-overflow:hover .instrument-full,
.selected-row .instrument-cell.has-overflow .instrument-full {
    white-space: normal;
    word-break: break-word;
}

.owner-row-buy {
    border-left: 4px solid #01539c !important;
    background-color: #e8f0f8 !important;
}

.owner-row-sell {
    border-left: 4px solid #10b759 !important;
    background-color: #e8f8ef !important;
}

.order-type-separator {
    padding: 8px 0;
    border: none !important;
    text-align: center;
    position: relative;
    background-color: #e9ecef;
}

.order-type-separator-line {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #dee2e6;
}

.order-type-badge {
    position: relative;
    display: inline-block;
    padding: 4px 0;
    font-size: 10px;
    width: 110px;
    text-align: center;
    font-weight: 700;
    border-radius: 12px;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.order-type-badge.badge-fixing-am {
    background-color: #d4760a;
}

.order-type-badge.badge-fixing-pm {
    background-color: #1a1a4e;
}

.order-type-badge.badge-spot {
    background-color: #073d25;
}

/* ═══ Modern Market Table Styling ═══ */

/* Table container */
.market-buy-offers .module-content,
.market-sell-offers .module-content {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

/* Row base styling */
.market-buy-offers .module-table.market-table table tbody tr td,
.market-sell-offers .module-table.market-table table tbody tr td {
    padding: 7px 5px;
    border-bottom: 1px solid #eef1f6;
    transition: background-color 0.15s ease;
    vertical-align: middle;
}

/* Subtle alternating rows */
.market-buy-offers .module-table.market-table table tbody tr:nth-child(odd) td {
    background-color: #fafbfc;
}

.market-sell-offers .module-table.market-table table tbody tr:nth-child(odd) td {
    background-color: #fafcfa;
}

/* Hover effect */
.market-buy-offers .module-table.market-table table tbody tr:hover td {
    background-color: #edf2f9 !important;
}

.market-sell-offers .module-table.market-table table tbody tr:hover td {
    background-color: #edf9f0 !important;
}

/* Action buttons - pill style */
.market-buy-offers .module-table.market-table .btn,
.market-sell-offers .module-table.market-table .btn {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}

.market-buy-offers .module-table.market-table .btn:hover,
.market-sell-offers .module-table.market-table .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* Module title - modern header bar */
.market-buy-offers .module-title,
.market-sell-offers .module-title {
    border-radius: 8px 8px 0 0;
    padding: 8px 15px !important;
}

.market-buy-offers .module-title h2,
.market-sell-offers .module-title h2 {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
}

/* Owner row override - must beat striping and hover */
.market-buy-offers .module-table.market-table table tbody tr.owner-row-buy td,
.market-buy-offers .module-table.market-table table tbody tr.owner-row-buy:nth-child(odd) td,
.market-buy-offers .module-table.market-table table tbody tr.owner-row-buy:hover td {
    background-color: #e8f0f8 !important;
}

.market-sell-offers .module-table.market-table table tbody tr.owner-row-sell td,
.market-sell-offers .module-table.market-table table tbody tr.owner-row-sell:nth-child(odd) td,
.market-sell-offers .module-table.market-table table tbody tr.owner-row-sell:hover td {
    background-color: #e8f8ef !important;
}

/* Selected row override - highest priority */
.market-buy-offers .module-table.market-table table tbody tr.selected-row td,
.market-sell-offers .module-table.market-table table tbody tr.selected-row td {
    background-color: #fff3cd !important;
}

/* text styles finish */


/* button styles start */

.btn {
    font-size: 13px;
    padding: 4px 10px;
}

.btn.full-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.blue-btn {
    border: none !important;
    background: rgba(1, 83, 156, 1) !important;
    color: #fff !important;
}

.blue-btn:hover {
    background: rgba(1, 83, 156, 0.9) !important;
}

.green-btn {
    border: none !important;
    background: rgba(16, 183, 89, 1) !important;
    color: #fff !important;
}

.green-btn:hover {
    background: rgba(16, 183, 89, 0.9) !important;
}

.red-btn {
    border: none !important;
    background: rgba(220, 53, 69, 1) !important;
    color: #fff !important;
}

.red-btn:hover {
    background: rgba(220, 53, 69, 0.9) !important;
}

.dark-btn {
    border: none !important;
    background: rgba(0, 23, 55, 1) !important;
    color: #fff !important;
}

.dark-btn:hover {
    background: rgba(0, 23, 55, 0.9) !important;
}

.warn-btn {
    border: none !important;
    background: rgb(255, 150, 64) !important;
    color: #fff !important;
}

.warn-btn:hover {
    background: rgb(240, 119, 21) !important;
    color: #fff !important;
}

.blue-brd-btn {
    background: transparent !important;
    border: solid 1px rgba(1, 83, 156, 1) !important;
    color: rgba(1, 83, 156, 1) !important;
}

.blue-brd-btn:hover {
    background: rgba(1, 83, 156, 1) !important;
    color: #fff !important;
}

.green-brd-btn {
    background: transparent !important;
    border: solid 1px rgba(16, 183, 89, 1) !important;
    color: rgba(16, 183, 89, 1) !important;
}

.green-brd-btn:hover {
    background: rgba(16, 183, 89, 1) !important;
    color: #fff !important;
}

.red-brd-btn {
    background: transparent !important;
    border: solid 1px rgba(220, 53, 69, 1) !important;
    color: rgba(220, 53, 69, 1) !important;
}

.red-brd-btn:hover {
    background: rgba(220, 53, 69, 1) !important;
    color: #fff !important;
}

.btn:focus,
.btn.focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* button styles finish */

.dropdown-item:focus,
.dropdown-item:active {
    background: #f8f9fa;
}

header {
    background: #01539c;
    position: relative;
    z-index: 100;
}

header .top .container {
    height: 70px;
    position: relative;
}

header .top .logo {
    position: absolute;
    left: 15px;
    top: 0px;
}

header .top .logo a {
    display: block;
    width: 165px;
    height: 70px;
    background: url(/assets/images/logo/default.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

header .top .action {
    height: 30px;
    position: absolute;
    right: 15px;
    top: 20px;
}

header .top .action .item {
    float: left;
    padding: 0px 15px;
    line-height: 30px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    color: #fff;
}

header .top .action .item:first-child {
    border-left: none;
    padding-left: 0px;
}

header .top .action .item:last-child {
    padding-right: 0px;
}

header .top .action .item.fullscreen a {
    color: rgba(255, 255, 255, 0.6);
}

header .top .action .item.fullscreen a:hover {
    color: #fff;
}

header .top .action .item.time .clock,
header .top .action .item.time .date {
    font-size: 13px;
    line-height: 15px;
    text-align: right;
}

header .top .action .item a.btn {
    color: #fff;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
}

header .top .action .item a.btn i {
    font-size: 11px;
    margin-left: 5px;
}

header .top .action .item a.dropdown-toggle::after {
    display: none;
}

header .top .action .item .dropdown-menu {
    padding: 0px;
    font-size: 14px;
}

header .top .action .item .dropdown-menu a.dropdown-item {
    padding: 5px 10px;
}

header .top .action .item.member .avatar {
    float: left;
    margin-right: 10px;
}

header .top .action .item.member .avatar img {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

header .top .action .item.member .name {
    float: left;
    line-height: 30px;
}

header .top .action .item.member::after {
    display: block;
    content: "";
    clear: both;
}

header .top .menu-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 998;
    display: none;
}

header .top .menu-btn a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
}

header .top .menu-btn a span {
    display: block;
    height: 4px;
    background: #fff;
    position: absolute;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

header .top .menu-btn a span:nth-child(1) {
    width: 28px;
    left: 10px;
    top: 10px;
}

header .top .menu-btn a span:nth-child(2) {
    width: 32px;
    left: 6px;
    top: 18px;
}

header .top .menu-btn a span:nth-child(3) {
    width: 36px;
    left: 2px;
    top: 26px;
}

header .top .menu-btn a.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 36px;
    left: 2px;
    top: 18px;
}

header .top .menu-btn a.active span:nth-child(2) {
    left: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
}

header .top .menu-btn a.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
}

header .navigation {
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
}

header .navigation .left {
    float: left;
}

header .navigation .right {
    float: right;
}

header .navigation .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header .navigation .menu ul li {
    float: left;
    position: relative;
}

header .navigation .menu ul li a {
    display: block;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

header .navigation .menu ul li a.mobile {
    display: none;
}

header .navigation .menu ul li a i {
    font-size: 11px;
    margin-left: 5px;
}

header .navigation .menu ul li:hover a {
    background: rgba(0, 0, 0, 0.2);
}

header .navigation .menu ul li.home {
    border-right: none;
}

header .navigation .menu ul li.home a {
    width: 50px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}

header .navigation .menu ul li.home a i {
    font-size: 16px;
    margin: 0px;
}

header .navigation .menu ul li.internet-branch a {
    background: url(/assets/images/icon/internet-branch.png) no-repeat left 10px center;
    line-height: 46px;
}

header .navigation .menu ul li.internet-branch:hover a {
    background: url(/assets/images/icon/internet-branch.png) no-repeat left 10px center rgba(0, 0, 0, 0.2);
}

header .navigation .menu ul li.spot-market a {
    background: url(/assets/images/icon/spot-market.png) no-repeat left 10px center;
    border-bottom: solid 4px #00bcc2;
    line-height: 46px;
}

header .navigation .menu ul li.spot-market:hover a {
    background: url(/assets/images/icon/spot-market.png) no-repeat left 10px center rgba(0, 0, 0, 0.2);
}

header .navigation .menu ul li.spot-market a.active {
    background: url(/assets/images/icon/spot-market.png) no-repeat left 10px center #00bcc2;
    border-bottom: solid 4px #00bcc2;
}

header .navigation .menu ul li.free-market a {
    background: url(/assets/images/icon/free-market.png) no-repeat left 10px center;
    border-bottom: solid 4px #00bcc2;
    line-height: 46px;
}

header .navigation .menu ul li.free-market:hover a {
    background: url(/assets/images/icon/free-market.png) no-repeat left 10px center rgba(0, 0, 0, 0.2);
}

header .navigation .menu ul li.free-market a.active {
    background: url(/assets/images/icon/free-market.png) no-repeat left 10px center #00bcc2;
    border-bottom: solid 4px #00bcc2;
}

header .navigation .menu ul li.borsa-istanbul a {
    background: url(/assets/images/icon/borsa-istanbul.png) no-repeat left 10px center;
    border-bottom: solid 4px #4aa2ee;
}

header .navigation .menu ul li.borsa-istanbul:hover a {
    background: url(/assets/images/icon/borsa-istanbul.png) no-repeat left 10px center rgba(0, 0, 0, 0.2);
}

header .navigation .menu ul li.borsa-istanbul a.active {
    background: url(/assets/images/icon/borsa-istanbul.png) no-repeat left 10px center #4aa2ee;
}

header .navigation .left .menu ul li {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}

header .navigation .left .menu ul li:last-child {
    border-right: none;
}

header .navigation .right .menu ul li {
    border-left: solid 1px #01539c;
}

header .navigation .right .menu ul li:first-child {
    border-left: none;
}

header .navigation .right .menu ul li a {
    padding-left: 30px;
    line-height: 46px;
}

header .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 990;
    display: none;
}

header .navigation .menu ul li .submenu {
    width: 240px;
    background: #013564;
    position: absolute;
    left: 0px;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

header .navigation .menu ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

header .navigation .menu ul li .submenu ul li {
    float: none;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

header .navigation .menu ul li .submenu ul li:first-child {
    border-top: none;
}

header .navigation .menu ul li .submenu ul li a {
    padding: 10px;
    height: auto;
    line-height: normal;
    font-weight: 400;
}

header .navigation .menu ul li:hover .submenu ul li a {
    background: none;
}

header .navigation .menu ul li:hover .submenu ul li a:hover {
    color: #f3cc03;
}

.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}

.row-sm>.col-1,
.row-sm>.col-2,
.row-sm>.col-3,
.row-sm>.col-4,
.row-sm>.col-5,
.row-sm>.col-6,
.row-sm>.col-7,
.row-sm>.col-8,
.row-sm>.col-9,
.row-sm>.col-10,
.row-sm>.col-11,
.row-sm>.col-12,
.row-sm>.col,
.row-sm>.col-auto,
.row-sm>.col-sm-1,
.row-sm>.col-sm-2,
.row-sm>.col-sm-3,
.row-sm>.col-sm-4,
.row-sm>.col-sm-5,
.row-sm>.col-sm-6,
.row-sm>.col-sm-7,
.row-sm>.col-sm-8,
.row-sm>.col-sm-9,
.row-sm>.col-sm-10,
.row-sm>.col-sm-11,
.row-sm>.col-sm-12,
.row-sm>.col-sm,
.row-sm>.col-sm-auto,
.row-sm>.col-md-1,
.row-sm>.col-md-2,
.row-sm>.col-md-3,
.row-sm>.col-md-4,
.row-sm>.col-md-5,
.row-sm>.col-md-6,
.row-sm>.col-md-7,
.row-sm>.col-md-8,
.row-sm>.col-md-9,
.row-sm>.col-md-10,
.row-sm>.col-md-11,
.row-sm>.col-md-12,
.row-sm>.col-md,
.row-sm>.col-md-auto,
.row-sm>.col-lg-1,
.row-sm>.col-lg-2,
.row-sm>.col-lg-3,
.row-sm>.col-lg-4,
.row-sm>.col-lg-5,
.row-sm>.col-lg-6,
.row-sm>.col-lg-7,
.row-sm>.col-lg-8,
.row-sm>.col-lg-9,
.row-sm>.col-lg-10,
.row-sm>.col-lg-11,
.row-sm>.col-lg-12,
.row-sm>.col-lg,
.row-sm>.col-lg-auto,
.row-sm>.col-xl-1,
.row-sm>.col-xl-2,
.row-sm>.col-xl-3,
.row-sm>.col-xl-4,
.row-sm>.col-xl-5,
.row-sm>.col-xl-6,
.row-sm>.col-xl-7,
.row-sm>.col-xl-8,
.row-sm>.col-xl-9,
.row-sm>.col-xl-10,
.row-sm>.col-xl-11,
.row-sm>.col-xl-12,
.row-sm>.col-xl,
.row-sm>.col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

section {
    padding: 10px 0px 50px 0px;
    background: #f5f6fa;
    min-height: 400px;
}

section .section-wrap {
    margin-bottom: 10px;
}

section .module {
    height: 100%;
    background: #fff;
    border: solid 1px #e2e5ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(28, 39, 60, 0.05);
    -webkit-box-shadow: 0 0 5px rgba(28, 39, 60, 0.05);
    box-shadow: 0 0 5px rgba(28, 39, 60, 0.05);
}

section .module .module-title {
    padding: 10px;
    border-bottom: solid 1px #e2e5ed;
    position: relative;
}

section .module .module-title .action {
    font-size: 12px;
}

section .module .module-title .action a {
    color: #8392a5;
}

section .module .module-title .action a i {
    margin-left: 5px;
}

section .module .module-title .action a:hover {
    color: #001737;
}

section .module .module-content {
    line-height: 110%;
}

section .module .module-text-content {
    padding: 20px;
    line-height: 120%;
}


/* section .module .module-table{ overflow-x:auto; -webkit-overflow-scrolling:touch;} */

section .module .module-table table {
    width: 100%;
    /*font-size:12px;*/
    font-size: 13px;
}

section .module .module-table table.small-txt {
    font-size: 12px;
}

section .module .module-table table tr th {
    background: #eee;
    border-bottom: solid 1px #e2e5ed;
    white-space: nowrap;
    padding: 5px;
    /*font-size:12px;*/
    font-size: 13px;
    font-weight: 400;
}

section .module .module-table table.small-txt tr th {
    font-size: 12px;
}

section .module .module-table table tr th.right-txt {
    text-align: right;
}

section .module .module-table table tr td {
    padding: 10px 5px;
    border-bottom: solid 1px #e2e5ed;
    white-space: nowrap;
}

section .module .module-table table tr td.right-txt {
    text-align: right;
}

section .module .module-table table tr:last-child td {
    border-bottom: none;
}

section .module .module-table table tr th:first-child,
section .module .module-table table tr td:first-child {
    padding-left: 10px;
}

section .module .module-table table tr th:last-child,
section .module .module-table table tr td:last-child {
    padding-right: 10px;
}

section .module .module-table table tr td.nowrap,
section .module .module-table table tr th.nowrap {
    white-space: nowrap;
}

section .module .module-table table tr td.news-date {
    width: 100px;
}

section .module .module-table table tr td.news-clock {
    width: 80px;
}


/* section .module .module-table.market-table{ max-height:220px; overflow-y:auto;} */

section .module .module-table.market-table table tr th {
    position: sticky;
    top: 0px;
    z-index: 1;
}


.market-buy-offers .module-table.market-table table thead tr th {
    background: linear-gradient(135deg, #01539c 0%, #1a73c7 100%);
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 5px;
    box-shadow: 0 2px 4px rgba(1, 83, 156, 0.3);
}

.market-sell-offers .module-table.market-table table thead tr th {
    background: linear-gradient(135deg, #0d8a45 0%, #2ed87a 100%);
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 5px;
    box-shadow: 0 2px 4px rgba(16, 183, 89, 0.3);
}

section .module .module-form {
    padding: 15px;
    font-size: 12px;
    font-weight: 600;
}

section .module .module-form table {
    width: 100%;
}

section .module .module-form table tr td {
    padding-bottom: 10px;
}

section .module .module-form table tr:last-child td {
    padding-bottom: 0px;
}

section .module .module-form table tr td:first-child {
    width: 160px;
    white-space: nowrap;
}

section .module .module-form table tr td table tr td {
    width: auto;
}

section .module .module-form table tr td table tr td:first-child {
    width: 60%;
    padding-right: 10px;
}

section .module .module-form .textbox,
section .module .module-form .selectbox {
    color: #8392a5;
    font-size: 14px;
}

section .module .module-form-action {
    padding: 20px;
    border-top: solid 1px #e2e5ed;
}

section .module .module-form-action .btn {
    padding: 5px 50px;
    margin: 0px 5px 5px 0px;
}

.no-result {
    padding: 10px;
    font-size: 12px !important;
    color: #8392a5;
}

.no-result i {
    margin-right: 6px;
}

.action-filter {
    color: #8392a5;
    font-size: 12px;
}

.action-filter a {
    color: #8392a5;
}

.action-filter a:hover {
    color: #001737;
}

.action-filter .btn-group {
    border: solid 1px #c0ccda;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.action-filter .btn-group .btn-group {
    border: none;
    border-left: solid 1px #c0ccda;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.action-filter .btn-group .btn-group:first-child {
    border-left: none;
}

.action-filter .btn-group a.btn {
    font-size: 13px;
    padding: 2px 5px;
    border-left: solid 1px #c0ccda;
    color: #001737 !important;
}

.action-filter .btn-group a.btn.active {
    background: #01539c;
    color: #fff !important;
}

.action-filter .btn-group a.btn:first-child {
    border-left: none;
}

.action-filter .btn-group a.btn i {
    font-size: 11px;
    margin-left: 5px;
}

.action-filter .btn-group a.dropdown-toggle::after {
    display: none;
}

.action-filter .btn-group .dropdown-menu {
    padding: 0px;
}

.action-filter .btn-group .dropdown-menu a.dropdown-item {
    padding: 5px 10px;
    color: #001737;
    font-size: 14px;
}

.action-filter .other-filter {
    padding: 0px;
}

.action-filter .other-filter a.btn {
    padding: 2px 5px;
}

.action-filter .other-filter a.btn i {
    margin: 0px !important;
}

.action-filter .other-filter a.dropdown-toggle::after {
    display: none;
}

.action-filter .other-filter .dropdown-menu {
    padding: 0px;
}

.action-filter .other-filter .dropdown-menu a.dropdown-item {
    padding: 5px 10px;
    color: #001737;
    font-size: 14px;
}

.other-filter-content .form-row {
    padding: 10px;
}

section .market-buy-offers .module-title {
    color: #01539c;
}

section .market-buy-offers table tr th {
    background: #01539c !important;
    color: #fff;
    white-space: nowrap;
}

section .market-sell-offers .module-title {
    color: #10b759;
}

section .market-sell-offers table tr th {
    background: #10b759 !important;
    color: #fff;
    white-space: nowrap;
}

section .market-buy-offers table tr td,
section .market-sell-offers table tr td {
    padding: 5px !important;
    white-space: nowrap;
}

/* Enhanced market table rows */
section .market-buy-offers table tbody tr,
section .market-sell-offers table tbody tr {
    transition: background-color 0.12s ease;
}
section .market-buy-offers table tbody tr:nth-child(even),
section .market-sell-offers table tbody tr:nth-child(even) {
    background-color: #f8f9fc;
}
section .market-buy-offers table tbody tr:hover {
    background-color: #e8f0fe;
}
section .market-sell-offers table tbody tr:hover {
    background-color: #e6f7ee;
}

/* Market table scroll: vertical only, no horizontal */
.market-table .table-responsive {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: auto;
}

@media (min-width: 768px) {
    .market-table .table-responsive {
        overflow-x: hidden;
    }
}
.market-table .table-responsive table {
    width: 100%;
    table-layout: auto;
}

/* Custom scrollbar for market tables */
.market-table .table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.market-table .table-responsive::-webkit-scrollbar-track {
    background: #f0f2f5;
    border-radius: 3px;
}
.market-table .table-responsive::-webkit-scrollbar-thumb {
    background: #c0ccda;
    border-radius: 3px;
}
.market-table .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #8392a5;
}

section .module .module-table .btn {
    padding: 2px 5px;
    font-size: 10px;
}

.tab-menu {
    display: flex;
    background: #e2e5ed;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    color: #8392a5;
    font-weight: 600;
}

.tab-menu a {
    padding: 10px 5px;
    text-align: center;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

.tab-menu a.active {
    background: #fff;
    color: #001737;
}

.tab-content {
    /* display: none; */
}

.home-news-tab .news-filter {
    padding: 10px;
}

.home-news-tab .tab-menu a {
    width: 33.33%;
}

.home-news-tab .tab-content a:hover {
    text-decoration: underline;
}

.market-tab .tab-menu a {
    padding: 10px 50px;
}

.market-action {
    padding: 10px;
}

.market-action .left {
    float: none !important;
}

.market-action .right {
    float: right !important;
}

.action-filter .form-row {
    flex-wrap: nowrap;
}

.market-action .left a.btn {
    /* display: block; */
    color: #fff;
    background-color: #01427D;
    padding: 3px 10px;
    border: solid 1px #c0ccda;
    font-size: 13px;
}

.market-action .left a.btn i {
    font-size: 11px;
    margin-left: 5px;
}

.market-action .left a.dropdown-toggle::after {
    display: none;
}

.market-action .left .dropdown-menu {
    padding: 0px;
    font-size: 14px;
}

.market-action .left .dropdown-menu a.dropdown-item {
    padding: 5px 10px;
}

.market-action .right {
    float: right;
}

.profile-action {
    padding: 10px;
}

.profile-action .left {
    float: left;
}

.profile-action .right {
    float: right;
}

.profile-action .btn {
    padding: 4px 20px;
}


/* market modal styles start */

.market-modal-dialog-xl {
    max-width: 1200px !important;
}

.market-modal-dialog {
    /* position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 0px; */
    /* width: 640px; */
    max-width: 900px !important;
}

.market-modal-dialog.market-confirm {
    width: 900px !important;
}

.market-modal-dialog .market-modal-title {
    padding: 10px;
    border-bottom: solid 1px #e2e5ed;
    color: #01539c;
    cursor: pointer;
}

.market-modal-dialog .market-modal-content {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
}

.market-modal-dialog .market-modal-content table {
    width: 100%;
}

.market-modal-dialog .market-modal-content table tr td {
    padding: 5px 0px;
}

.market-modal-dialog .market-modal-content table tr td:first-child {
    width: 160px;
    white-space: nowrap;
}

.market-modal-dialog .market-modal-content table tr td table tr td {
    padding: 0px;
    padding-right: 5px;
}

.market-modal-dialog .market-modal-content table tr td table tr td:first-child {
    width: auto;
}

.market-modal-dialog .market-modal-content table tr td table tr td:last-child {
    padding-right: 0px;
}

.market-modal-dialog .market-modal-action {
    padding: 10px;
    border-top: solid 1px #e2e5ed;
}

.market-modal-dialog .market-modal-action .btn {
    padding: 4px 40px;
    margin: 3px;
}

.market-modal-dialog .market-modal-action span.gray-txt {
    font-size: 12px;
}


/* market modal styles finish */


/* profile modal styles start */

/* Enhanced order table - unused placeholder */

/* Pill toggle buttons */
.btn-group.btn-pill .btn {
    border-radius: 20px !important;
    padding: 3px 16px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 2px;
    border: 1px solid #c0ccda;
    transition: all 0.2s ease;
}
.btn-group.btn-pill .btn.btn-primary {
    background-color: #01539c;
    border-color: #01539c;
    color: #fff;
    box-shadow: 0 1px 3px rgba(1, 83, 156, 0.3);
}
.btn-group.btn-pill .btn.btn-outline-secondary {
    background-color: #fff;
    color: #8392a5;
}
.btn-group.btn-pill .btn.btn-outline-secondary:hover {
    background-color: #f0f4f8;
    color: #001737;
}

.profile-modal-dialog.modal-xl {
    max-width: 1200px;
}

.profile-modal-dialog .profile-modal-title {
    padding: 10px 30px 10px 10px;
    border-bottom: solid 1px #e2e5ed;
    color: #01539c;
    position: relative;
}

.profile-modal-dialog .profile-modal-title .close {
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.profile-modal-dialog .profile-modal-title .close a {
    color: #8392a5;
}

.profile-modal-dialog .profile-modal-content {
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
}

.profile-modal-dialog .profile-modal-content .form-table {
    width: 100%;
}

.profile-modal-dialog .profile-modal-content .form-table tr td {
    padding: 5px;
}

.profile-modal-dialog .profile-modal-content .form-table tr td:first-child {
    width: 100px;
    white-space: nowrap;
    text-align: right;
}

.profile-modal-dialog .profile-modal-content .form-table tr td table tr td {
    width: 33%;
}

.profile-modal-dialog .profile-modal-content .form-table tr td table tr td:first-child {
    width: 33%;
}

.profile-modal-dialog .profile-modal-action {
    padding: 10px;
    border-top: solid 1px #e2e5ed;
}

.profile-modal-dialog .profile-modal-action .btn {
    padding: 4px 40px;
    margin: 3px;
}


/* profile modal styles finish */

.help-search {
    padding: 10px;
    position: relative;
}

.help-search .textbox {
    padding-left: 28px;
    font-size: 14px;
}

.help-search i {
    font-size: 11px;
    color: #8392a5;
    position: absolute;
    left: 20px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.help-accordion .acr-item {
    background: #fff;
    border: solid 1px #e2e5ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(28, 39, 60, 0.05);
    -webkit-box-shadow: 0 0 5px rgba(28, 39, 60, 0.05);
    box-shadow: 0 0 5px rgba(28, 39, 60, 0.05);
    margin-bottom: 10px;
}

.help-accordion .acr-item .acr-title {
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    color: black;
    font-weight: 500;
    position: relative;
}

.help-accordion .acr-item .acr-title i {
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.help-accordion .acr-item .acr-title.active {
    background: #eeeeee;
    color: #001737;
}

.help-accordion .acr-item .acr-content {
    padding: 10px;
    border-top: solid 1px #e2e5ed;
    display: none;
}

.help-accordion .acr-item .acr-content p {
    margin-bottom: 10px;
}

.help-accordion .acr-item .acr-content p:last-child {
    margin-bottom: 0px;
}

footer {
    padding: 20px 0px;
    background: #fafbfc;
    border-top: solid 1px #dee2ea;
    font-size: 12px;
    color: #637388;
}

footer .footer-top {
    margin-bottom: 20px;
}

footer .copyright {
    float: left;
}

footer .menu {
    float: right;
}

footer .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer .menu ul li {
    display: inline-block;
    margin-right: 15px;
}

footer .menu ul li:last-child {
    margin-right: 0px;
}

footer .menu ul li a {
    color: #637388;
}

footer .menu ul li a:hover {
    color: #001737;
}

footer .security {
    text-align: right;
}

.net-value {
    color: #fff;
    font-size: 12px;
}

.net-value span {
    font-weight: 600;
}

.net-value .content {
    padding: 10px;
    background: #01539c;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.net-value .content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.net-value .content ul li {
    display: inline-block;
    margin-right: 15px;
}

.net-value .content ul li:last-child {
    margin-right: 0px;
}

.paging ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.paging ul li {
    display: inline-block;
    margin: 0px 4px 4px 0px;
    font-size: 12px;
    color: #8392a5;
}

.paging ul li a {
    display: block;
    padding: 3px 8px;
    background: #fff;
    border: solid 1px #e2e5ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paging ul li a:hover {
    background: #eee;
}

.paging ul li a.active {
    background: #01539c;
    border: solid 1px #01539c;
    color: #fff;
}

.module-news-detail {
    padding: 15px;
}

.module-news-detail .date {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}

.module-error-page {
    padding: 15px;
    text-align: center;
}

.module-error-page .text {
    margin-bottom: 30px;
}

.module-error-page .photo {
    width: 50%;
    margin: 0px auto;
}

.module-error-page .photo img {
    display: block;
    width: 100%;
}

.feedback-btn {
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
}

.feedback-btn a.btn {
    font-size: 16px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}

.tooltip {
    font-size: 12px;
}

.market-data-container {
    height: 50px;
}

.market-data-content {
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #e2e5ed;
    -moz-box-shadow: 0 5px 5px rgba(28, 39, 60, 0.05);
    -webkit-box-shadow: 0 5px 5px rgba(28, 39, 60, 0.05);
    box-shadow: 0 5px 5px rgba(28, 39, 60, 0.05);
    position: relative;
    line-height: 100%;
    z-index: 99;
}

.market-data-content.fixed-content {
    position: fixed;
    left: 0px;
    top: 0px;
}

.market-data-slider {
    display: none;
}

button.close,
.scroll-content {
    outline: none;
}

.new-market-data {
    padding: 5px 10px;
}

.new-market-data .item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.new-market-data .item .card {
    padding: 5px;
}

.new-market-data .item .name {
    font-size: 11px;
    margin-bottom: 0px;
}

.new-market-data .item .price {
    font-size: 14px;
    font-weight: 500;
}

.new-market-data .item .price span {
    font-size: 11px;
}

.new-market-data .item .price span i {
    font-size: 10px;
    margin-right: 3px;
}

.market-data-popup .modal-header {
    padding-bottom: 0px;
    border-bottom: none;
}

.market-data-popup .modal-footer {
    padding-top: 0px;
    border-top: none;
}

.market-data-popup table {
    margin: 0px;
}

.market-data-popup table tr td {
    padding: 5px;
}

.market-data-popup .name {
    font-size: 11px;
    margin-bottom: 0px;
}

.market-data-popup .price {
    font-size: 14px;
    font-weight: 500;
}

.market-data-popup .price span {
    font-size: 11px;
}

.market-data-popup .price span i {
    font-size: 10px;
    margin-right: 3px;
}

.general-popup-content {
    font-size: 13px;
}

.general-popup-content table {
    margin: 0px;
}

.general-popup-content table tr td {
    padding: 5px;
}

@-moz-keyframes color-change {
    0% {
        background: #f5f6fa;
    }

    50% {
        background: #e2e5ed;
    }

    100% {
        background: #f5f6fa;
    }
}

@-webkit-keyframes color-change {
    0% {
        background: #f5f6fa;
    }

    50% {
        background: #e2e5ed;
    }

    100% {
        background: #f5f6fa;
    }
}

@keyframes color-change {
    0% {
        background: #f5f6fa;
    }

    50% {
        background: #e2e5ed;
    }

    100% {
        background: #f5f6fa;
    }
}

.placeholder {
    padding: 10px;
}

.placeholder div {
    width: 100%;
    height: 15px;
    background: #f5f6fa;
    margin-bottom: 10px;
    -moz-animation: color-change 3000ms ease-out infinite;
    -webkit-animation: color-change 3000ms ease-out infinite;
    animation: color-change 3000ms ease-out infinite;
}

.placeholder div:nth-child(even) {
    width: 60%;
}

.placeholder div:last-child {
    margin-bottom: 0px;
}

.iti {
    display: block;
}

.jctkr-wrapper,
.jctkr-wrapper * {
    box-sizing: border-box
}

.jctkr-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    vertical-align: top;
    overflow: hidden;
}

.jctkr-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.jctkr-wrapper.jctkr-initialized ul {
    opacity: 1;
}

.jctkr-wrapper ul li {
    display: inline-block;
    padding: 10px 30px;
    font-size: 13px;
}

.jctkr-wrapper ul li .name {
    font-size: 11px;
    margin-bottom: 0px;
}

.jctkr-wrapper ul li .price {
    font-size: 14px;
    font-weight: 500;
}

.jctkr-wrapper ul li .price span {
    font-size: 11px;
}

.jctkr-wrapper ul li .price span i {
    font-size: 10px;
    margin-right: 3px;
}

.jctkr-label {
    display: inline-block;
}


/* .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff;
}

.slick-slide,
.slick-slide * {
    outline: none !important;
}

.slick-prev,
.slick-next {
    position: absolute;
    bottom: 1px;
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 9;
    text-indent: -9999px;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev:hover,
.slick-next:hover {
    outline: none;
}

.slick-prev {
    right: 52px;
}

[dir='rtl'] .slick-prev {
    right: 1px;
    left: auto;
}

.slick-next {
    right: 1px;
}

[dir='rtl'] .slick-next {
    right: 52px;
    left: auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 5px 0px 10px 0px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    outline: none;
    border: none;
    background: #9db2c6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #01539c;
} */


/* login start */

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

.login-clear {
    clear: both;
}

.login-textbox,
.login-textarea,
.login-selectbox,
.login-button {
    display: block;
    width: 100%;
    padding: 10px;
    font-family: 'IBM Plex Sans', sans-serif, Arial;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-textbox,
.login-textarea,
.login-selectbox {
    padding: 10px 20px;
    background: #fff;
    border: solid 1px #ced4da;
    color: #495057;
}

.login-textarea {
    height: 120px;
}

.login-button {
    text-align: center;
    background: rgba(1, 83, 156, 1);
    color: #fff;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    cursor: pointer;
}

.login-button:hover {
    background: rgba(1, 83, 156, 0.9);
}

.login-button.login-individual-btn {
    background: rgba(0, 188, 194, 1);
    color: #fff;
}

.login-button.login-individual-btn:hover {
    background: rgba(0, 188, 194, 0.9);
}

.login-button.login-corporate-btn {
    background: rgba(74, 162, 238, 1);
    color: #fff;
}

.login-button.login-corporate-btn:hover {
    background: rgba(74, 162, 238, 0.9);
}

.login-content {
    padding-left: 640px;
    font-family: 'IBM Plex Sans', sans-serif, Arial !important;
    font-size: 16px;
    font-weight: 400;
    color: #495057;
}

.login-content .login-content-left {
    width: 640px;
    padding: 60px;
    background: url(/assets/images/bg/side-bg-3.png) no-repeat center right #5b92bb;
    background-size: cover;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.login-content .login-content-right {
    padding: 60px;
}

.login-content a {
    color: #495057;
    text-decoration: none;
}

.login-logo img {
    width: 320px;
}

.login-slogan {
    width: 100%;
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.login-slogan span {
    font-weight: 600;
    font-size: 30px;
    color: #f3cc03;
}

.login-slogan-list {
    font-size: 20px;
    color: #fff;
    font-style: italic;
}

.login-slogan-list ul {
    list-style: none;
    padding-left: 30px;
    /* 24px çember için ideal */
}

.login-slogan-list ul li {
    position: relative;
    margin-bottom: 10px;
}

.login-slogan-list ul li::before {
    content: "";
    width: 24px;
    /* Yeni boyut */
    height: 24px;
    border: 3px solid #f3cc03;
    /* Büyük çemberde 3px daha dengeli */
    border-radius: 50%;
    position: absolute;
    left: -30px;
    /* Boyuta göre hizalandı */
    top: 50%;
    transform: translateY(-50%);
    /* Tam merkez */
    background: transparent;
}

.login-language {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9;
}

.login-language a.login-toggle {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0px 10px;
    background: #fff;
    border: solid 1px #ced4da;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-language a.login-toggle i {
    margin-left: 10px;
}

.login-language .login-list {
    background: #fff;
    border: solid 1px #ced4da;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0px;
    top: 42px;
    display: none;
}

.login-language .login-list a {
    display: block;
    padding: 10px 20px;
    border-top: solid 1px #ced4da;
}

.login-language .login-list a:first-child {
    border-top: none;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.login-language .login-list a:last-child {
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.login-language .login-list a:hover {
    background: #ecf1f8;
}

.login-section {
    width: 75%;
    margin-bottom: 100px;
}

.login-section .login-welcome {
    margin-bottom: 40px;
}

.login-section .login-welcome h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
}

.login-section .login-welcome h2 span {
    font-weight: 600;
}

.login-section .login-form {
    margin-bottom: 20px;
}

.login-section .login-form .login-item {
    margin-bottom: 20px;
    position: relative;
}

.login-section .login-form .login-item .login-info {
    font-size: 18px;
    position: absolute;
    right: -25px;
    top: 10px;
}

.login-section .login-form .login-item .login-info a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #a4a1b4;
}

.login-section .login-form .login-item .login-info a:hover {
    color: #495057;
}

.login-section .login-form .login-forgot {
    margin-bottom: 20px;
}

.login-section .login-form .login-forgot a {
    color: #a4a1b4;
}

.login-section .login-form .login-forgot a i {
    margin-right: 5px;
}

.login-section .login-form .login-forgot a:hover {
    color: #495057;
}

.login-info-popup-content {
    width: 500px;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.login-info-popup-content span {
    font-weight: 700;
}

.login-info-popup-content a {
    font-weight: 700;
}

.login-info-popup-content a:hover {
    text-decoration: underline;
}

.login-section .login-no-account .login-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.login-section .login-no-account .login-title::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ced4da;
    position: absolute;
    left: 0px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.login-section .login-no-account .login-title h3 {
    display: inline-block;
    padding: 0px 15px;
    background: #ecf1f8;
    font-size: 16px;
    font-weight: 400;
    color: #a4a1b4;
    margin: 0px;
    position: relative;
    z-index: 2;
}

.login-section .login-no-account .login-action .login-left {
    width: 48%;
    float: left;
}

.login-section .login-no-account .login-action .login-right {
    width: 48%;
    float: right;
}

.login-footer {
    padding-top: 40px;
    font-size: 14px;
    border-top: solid 1px #ced4da;
}

.login-footer .login-left {
    width: 49%;
    float: left;
}

.login-footer .login-right {
    width: 49%;
    float: right;
    text-align: right;
}

.login-footer .login-copyright {
    color: #a4a1b4;
}

.login-footer .login-contact {
    margin-bottom: 20px;
}

.login-footer .login-contact ul li {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 5px;
}

.login-footer .login-contact ul li:first-child {
    margin-left: 0px;
}

.login-footer .login-contact ul li i {
    color: #a4a1b4;
    margin-right: 5px;
}

.login-footer .login-contact ul li a i {
    color: #a4a1b4;
}

.login-footer .login-contact ul li a:hover {
    text-decoration: underline;
}

.login-error-message {
    display: block;
    padding-top: 5px;
    font-size: 13px;
    font-style: italic;
    color: #dc3545;
}

.login-content-left-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1601px) {
    .login-content {
        padding-left: 540px;
    }

    .login-content .login-content-left {
        width: 540px;
        padding: 50px;
    }

    .login-content .login-content-right {
        padding: 50px;
    }

    .login-logo img {
        width: 300px;
    }

    .login-slogan {
        margin-top: 20px;
        font-size: 18px;
    }

    .login-slogan span {
        font-size: 25px;
    }

    .login-slogan-list ul li {
        font-size: 18px;
    }

    .login-slogan-list ul li::before {
        width: 20px;
        height: 20px;
    }

    .login-section {
        margin-bottom: 80px;
    }

    .login-section .login-welcome h2 {
        font-size: 36px;
    }
}

@media (max-width: 1367px) {
    .login-content {
        padding-left: 480px;
    }

    .login-content .login-content-left {
        width: 480px;
        padding: 40px;
    }

    .login-content .login-content-right {
        padding: 40px;
    }

    .login-logo img {
        width: 250px;
    }

    .login-slogan {
        padding: 0;
        font-size: 18px;
    }

    .login-slogan-list {
        padding: 0;
        font-size: 18px;
    }

    .login-section {
        margin-bottom: 40px;
    }

    .login-section .login-welcome h2 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {

    .login-content,
    .login-textbox,
    .login-textarea,
    .login-selectbox,
    .login-button {
        font-size: 15px;
    }

    .login-textbox,
    .login-textarea,
    .login-selectbox {
        padding: 10px;
    }

    .login-content {
        padding-left: 360px;
    }

    .login-content .login-content-left {
        width: 360px;
        padding: 30px;
    }

    .login-content .login-content-right {
        padding: 30px;
    }

    .login-logo img {
        width: 200px;
    }

    .login-slogan {
        padding: 0;
        font-size: 14px;
    }

    .login-slogan span {
        font-size: 22px;
    }

    .login-slogan-list {
        padding: 0;
        font-size: 14px;
    }

    .login-slogan-list ul li {
        font-size: 14px;
    }

    .login-slogan-list ul li::before {
        width: 18px;
        height: 18px;
    }

    .login-section {
        margin-bottom: 30px;
    }

    .login-section .login-welcome {
        margin-bottom: 30px;
    }

    .login-section .login-welcome h2 {
        font-size: 28px;
    }

    .login-footer {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    header .top .action {
        right: 60px;
    }

    header .top .action .item.time,
    header .top .action .item.fullscreen {
        display: none;
    }

    header .top .action .item.language {
        border-left: none;
    }

    header .top .menu-btn {
        display: block;
    }

    header .navigation {
        width: 250px;
        height: 100%;
        background: #01539c;
        position: fixed;
        left: -300px;
        top: 0px;
        bottom: 0px;
        z-index: 999;
        -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    header .navigation .container {
        padding: 0px !important;
        max-width: none !important;
        height: 100%;
        overflow: auto;
    }

    header .navigation .menu ul li {
        float: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }

    header .navigation .menu ul li.home {
        display: none;
    }

    header .navigation .menu ul li a.desktop {
        display: none;
    }

    header .navigation .menu ul li a.mobile {
        display: block;
    }

    header .navigation .menu ul li:hover a {
        background: none;
    }

    header .navigation .menu ul li.free-market a,
    header .navigation .menu ul li.borsa-istanbul a {
        border-bottom: none;
        line-height: 50px;
    }

    header .navigation .menu ul li.internet-branch:hover a {
        background: url(/assets/images/icon/internet-branch.png) no-repeat left 10px center;
    }

    header .navigation .menu ul li.free-market:hover a {
        background: url(/assets/images/icon/free-market.png) no-repeat left 10px center;
    }

    header .navigation .menu ul li.borsa-istanbul:hover a {
        background: url(/assets/images/icon/borsa-istanbul.png) no-repeat left 10px center;
    }

    header .navigation .left .menu ul li {
        border-right: none;
    }

    header .navigation .right .menu ul li {
        border-left: none;
    }

    header .navigation .left {
        float: none;
    }

    header .navigation .right {
        float: none;
    }

    header .navigation .menu ul li .submenu {
        width: auto;
        position: relative;
        left: auto;
        top: auto;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transition: none;
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    header .navigation .menu ul li .submenu ul li {
        border-bottom: none;
    }

    header .navigation .menu ul li .submenu ul li a {
        padding-left: 20px;
    }

    header .navigation .menu ul li:hover .submenu ul li a:hover {
        color: #fff;
    }

    .market-modal-dialog {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 15px;
        width: auto;
    }

    .market-modal-dialog.market-confirm {
        width: auto;
    }

    footer .footer-top {
        margin-bottom: 15px;
        text-align: center;
    }

    footer .copyright {
        float: none;
        margin-bottom: 15px;
    }

    footer .menu {
        float: none;
    }

    footer .security {
        text-align: center;
    }

    .market-tab .tab-menu a {
        font-size: 14px;
        padding: 10px 30px;
    }

    .side-md {
        margin-bottom: 10px;
    }

    .login-content {
        padding-left: 0px;
    }

    .login-content .login-content-left {
        width: auto;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        text-align: center;
    }

    .login-slogan {
        display: none;
    }

    .login-slogan-list {
        display: none;
    }

    .login-language {
        right: 15px;
        top: 15px;
    }

    .login-language a.login-toggle {
        height: 30px;
        line-height: 28px;
    }

    .login-language .login-list {
        top: 32px;
    }

    .login-language .login-list a {
        padding: 10px 15px;
    }

    .login-section {
        width: auto;
    }

    .login-section .login-welcome h2 {
        font-size: 24px;
    }

    .market-action .left {
        margin-bottom: 10px;
    }

    .market-action .float-right {
        float: none !important;
    }

    section .module .module-title .left {
        margin-bottom: 10px;
    }

    section .module .module-title .float-right {
        /* float: none !important; */
    }

    .other-filter-content .justify-content-end {
        justify-content: flex-start !important;
    }

    .login-divider {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    header .top .container {
        height: 50px;
    }

    header .top .logo a {
        width: 118px;
        height: 50px;
    }

    header .top .action {
        top: 10px;
    }

    header .top .action .item.member .avatar {
        margin-right: 0px;
    }

    header .top .action .item.member .name span {
        display: none;
    }

    header .top .menu-btn {
        top: 5px;
    }

    .module-error-page .photo {
        width: 60%;
    }

    .market-tab .tab-menu a {
        font-size: 13px;
        padding: 10px;
    }

    .side-sm {
        margin-bottom: 10px;
    }

    .login-content {
        padding-left: 0px;
    }

    .login-content .login-content-left {
        width: auto;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        text-align: center;
    }

    .login-divider {
        width: 100% !important;
    }

    .login-slogan {
        display: none;
    }

    .login-slogan-list {
        display: none;
    }

    .login-language {
        right: 15px;
        top: 15px;
    }

    .login-language a.login-toggle {
        height: 30px;
        line-height: 28px;
    }

    .login-language .login-list {
        top: 32px;
    }

    .login-language .login-list a {
        padding: 10px 15px;
    }

    .login-section {
        width: auto;
    }

    .login-section .login-welcome h2 {
        font-size: 24px;
    }

    .action-filter .btn-group a.btn {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .side-xs {
        margin-bottom: 10px;
    }

    select,
    textarea,
    input {
        font-size: 16px;
    }

    .textbox,
    .textarea,
    .selectbox {
        font-size: 16px;
    }
}

@media (max-width: 481px) {
    header .top .action {
        right: 50px;
    }

    header .top .action .item {
        padding: 0px 10px;
    }

    header .top .action .item:first-child {
        padding-left: 0px;
    }

    header .top .action .item:last-child {
        padding-right: 0px;
    }

    section .module .module-table table tr td.news-date {
        width: auto;
    }

    section .module .module-table table tr td.news-clock {
        width: auto;
    }

    .module-error-page .photo {
        width: 75%;
    }

    /* .login-textbox, */
    .login-content,
    .login-textarea,
    .login-selectbox,
    .login-button {
        font-size: 14px;
    }

    .login-content .login-content-left {
        padding: 20px 30px;
        text-align: left;
    }

    .login-content .login-content-right {
        padding: 20px 30px;
    }

    .login-logo img {
        width: 150px;
    }

    .login-language {
        right: 10px;
        top: 10px;
    }

    .login-section {
        margin-bottom: 20px;
    }

    .login-section .login-welcome {
        margin-bottom: 20px;
    }

    .login-section .login-welcome h2 {
        font-size: 18px;
    }

    .login-section .login-form .login-item .login-info {
        font-size: 16px;
    }

    .login-info-popup-content {
        padding: 15px;
    }

    .login-footer {
        padding-top: 20px;
        font-size: 13px;
    }

    .action-filter .name {
        display: none;
    }

    .action-filter .btn-group a.btn {
        padding: 3px;
        font-size: 11px;
    }

    .textbox,
    .textarea,
    .selectbox {
        font-size: 16px;
    }

    select,
    textarea,
    input {
        font-size: 16px;
    }

    .nav-tabs .nav-item {
        width: 50%;
        font-size: 11px;
    }
}

@media (max-width: 381px) {
    .action-filter .btn-group a.btn {
        padding: 2px;
        font-size: 10px;
    }

    select,
    textarea,
    input {
        font-size: 16px;
    }

    .textbox,
    .textarea,
    .selectbox {
        font-size: 16px;
    }
}

.downBistech {
    border-bottom: solid 4px red !important;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.news-banner {
    background: #01539c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.news-banner.slick-initialized {
    display: block;
}

.news-banner .item {
    position: relative;
}

.news-banner .item picture {
    /* display: block; */
}

.news-banner .item img {
    /* display: block; */
    /* width: 100%; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.news-banner .item .caption {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.news-banner .item .caption .info {
    padding: 45px 30px;
    color: #fff;
}

.news-banner .item .caption .info .name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 110%;
}

.news-banner .item .caption .info .name a {
    color: #fff;
}

.news-banner .item .caption .info .summary {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 120%;
}

.news-banner .item .caption .info .action a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    background: rgba(1, 83, 156, 1);
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.news-banner .item .caption .info .action a:hover {
    background: rgba(1, 83, 156, 0.9);
}

.news-banner .slick-prev,
.news-banner .slick-next {
    bottom: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-indent: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.news-banner .slick-prev {
    left: 5px !important;
    line-height: 0 !important;
    z-index: 1000;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.news-banner .slick-next {
    right: 5px;
    line-height: 0 !important;
    z-index: 1000;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 1199px) {
    .news-banner .item .caption .info {
        padding: 5px 20px;
    }

    .news-banner .item .caption .info .name {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .news-banner .item .caption .info .summary {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .news-banner .item .caption .info .action a {
        padding: 5px 15px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .news-banner .item .caption .info {
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    .news-banner .item .caption {
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0px;
        background: rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    }

    .news-banner .item .caption .info {
        padding: 30px 15px;
    }
}

@media (max-width: 481px) {

    .news-banner .slick-prev,
    .news-banner .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .news-banner .slick-prev {
        right: 35px;
    }
}

.news-list .item {
    padding: 15px;
    border-top: solid 1px #e2e5ed;
}

.news-list .item:first-child {
    border-top: none;
}

.news-list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.news-list .item .photo {
    width: 200px;
}

.news-list .item .photo img {
    display: block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.news-list .item .info {
    flex: 1;
    padding-left: 15px;
}

.news-list .item .info .date {
    font-size: 14px;
    color: #8392a5;
    margin-bottom: 5px;
}

.news-list .item .info .name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-list .item .info .summary {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .news-list .item .photo {
        width: 160px;
    }
}

@media (max-width: 991px) {
    .news-list .item .info {
        padding-left: 10px;
    }

    .news-list .item .info .date {
        font-size: 13px;
    }

    .news-list .item .info .name {
        font-size: 14px;
    }

    .news-list .item .info .summary {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .news-list .item a {
        align-items: stretch;
    }

    .news-list .item .photo {
        width: 120px;
    }
}

@media (max-width: 481px) {
    .news-list .item .photo {
        width: 90px;
    }
}

.support-form {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
}

.support-form table {
    width: 100%;
}

.support-form table tr td {
    padding: 5px;
}

.support-form table tr td:first-child {
    width: 90px;
}

.profile-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 20px;
}

.profile-intro .left {
    width: 240px;
    margin-right: 40px;
}

.profile-intro .right {
    flex: 1;
}

.profile-intro .photo {
    width: 240px;
    position: relative;
    background: #01539c;
    border: solid 4px #8392a5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-intro .photo img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-intro .photo .edit {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.profile-intro .photo .edit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #8392a5;
    border: solid 2px #8392a5;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-intro .photo .edit a:hover {
    background: #fff;
    color: #8392a5;
}

.profile-intro .personal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 13px;
    margin-bottom: 15px;
}

.profile-intro .personal-info span {
    color: #01539c;
    font-weight: 600;
}

.profile-intro .personal-info .name {
    margin-right: 10px;
    font-size: 21px;
    font-weight: 600;
}

.profile-intro .personal-info .name .id-number {
    font-size: 13px;
    font-weight: 400;
}

.profile-intro .personal-info .customer-no {
    margin-left: auto;
}

.profile-intro .other-info {
    font-size: 14px;
}

.profile-intro .other-info table {
    width: 100%;
}

.profile-intro .other-info table tr:first-child td {
    border-top: solid 1px #e2e5ed;
}

.profile-intro .other-info table tr td {
    padding: 10px;
    border-bottom: solid 1px #e2e5ed;
    border-right: solid 1px #e2e5ed;
}

.profile-intro .other-info table tr td:first-child {
    border-left: solid 1px #e2e5ed;
}

.profile-intro .other-info table tr td.label {
    width: 150px;
    font-size: 13px;
}

.profile-intro .other-info table tr td.value {
    font-weight: 600;
}

.profile-intro .other-info table tr td.value .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.profile-intro .other-info table tr td.value .form .input {
    flex: 1;
    margin-right: 10px;
}

.profile-intro .other-info table tr td.value .form .input .textbox {
    height: 36px;
    line-height: 34px;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: 600;
}

.profile-intro .other-info table tr td.value .form .input .textbox[readonly] {
    background: #fff;
    border: solid 1px #fff;
    padding: 0px;
}

.profile-intro .other-info table tr td.value .form .action {
    width: 36px;
}

.profile-intro .other-info table tr td.value .form .action .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0px;
}

@media (max-width: 1199px) {
    .profile-intro .left {
        width: 200px;
        margin-right: 20px;
    }

    .profile-intro .photo {
        width: 200px;
    }

    .profile-intro .photo .edit {
        right: 2px;
        bottom: 2px;
    }
}

@media (max-width: 991px) {
    .profile-intro .left {
        width: 150px;
    }

    .profile-intro .photo {
        width: 150px;
    }

    .profile-intro .photo .edit {
        right: 2px;
        bottom: 2px;
    }

    .profile-intro .photo .edit a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .profile-intro .personal-info .name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .profile-intro {
        display: block;
    }

    .profile-intro .left {
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .profile-intro .other-info table tr td.label {
        width: auto;
    }
}

@media (max-width: 481px) {
    .profile-intro {
        padding: 15px;
    }

    .profile-intro .personal-info {
        display: block;
    }

    .profile-intro .personal-info .name {
        margin-right: 0px;
        font-size: 16px;
    }
}

.profile-form {
    padding: 20px;
    font-size: 14px;
}

.profile-form table {
    width: 100%;
}

.profile-form table tr td {
    padding: 10px;
}

.profile-form table tr td.label {
    width: 180px;
    font-size: 13px;
}

.profile-form table tr td.value {
    font-weight: 600;
}

.profile-form table tr td.value .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.profile-form table tr td.value .form .input {
    flex: 1;
    margin-right: 10px;
}

.profile-form table tr td.value .form .input .textbox {
    height: 36px;
    line-height: 34px;
    padding: 0px 5px;
    font-weight: 600;
}

.profile-form table tr td.value .form .input .textbox[readonly] {
    background: #fff;
    border: solid 1px #fff;
    padding: 0px;
}

.profile-form table tr td.value .form .input .selectbox {
    height: 36px;
    line-height: 34px;
    padding: 0px 5px;
    font-weight: 600;
}

.profile-form table tr td.value .form .input .selectbox[disabled] {
    background: #fff;
    border: solid 1px #fff;
    padding: 0px;
}

.profile-form table tr td.value .form .action {
    width: 36px;
}

.profile-form table tr td.value .form .action .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0px;
}

@media (max-width: 767px) {
    .profile-form table tr td.label {
        width: auto;
    }
}

@media (max-width: 481px) {
    .profile-form {
        padding: 15px;
    }
}

.opacity0 {
    opacity: 0;
}

.fontsize12 {
    font-size: 12px !important;
}

.fontsize13 {
    font-size: 13px;
}

.fontsize14 {
    font-size: 14px;
}

.fontsize16 {
    font-size: 16px;
}

.fontsize18 {
    font-size: 18px;
}

header .top .action .item.notification {
    padding: 0px 8px;
}

header .top .action .item.notification a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
}

header .top .action .item.notification a span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #dc3545;
    color: #fff;
    font-size: 9px;
    position: absolute;
    right: -4px;
    top: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* .notification-wrap {
    display: none;
} */

.notification-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 990;
}

.notification-container {
    width: 350px;
    background: #fff;
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    -webkit-box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.notification-container .content {
    height: 100%;
    overflow: auto;
    position: relative;
}

.notification-container .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #e2e5ed;
    color: #001737;
    font-weight: 600;
}

.notification-container .header a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
    color: #01539c;
    font-size: 18px;
}

.notification-container .list {
    padding: 5px 0px;
    padding-bottom: 50px;
}

.notification-container .list .item {
    font-size: 13px;
    line-height: 120%;
    border-bottom: solid 1px #efefef;
}

.notification-container .list .item a {
    display: block;
    padding: 8px 15px;
    position: relative;
}

.notification-container .list .item.new a {
    color: #001737;
}

.notification-container .list .item.new a::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #01539c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 13px;
}

.notification-container .all {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.notification-container .all a {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #eee;
    font-size: 14px;
    font-weight: 600;
    color: #01539c;
}

.notification-container .all a:hover {
    background: #ddd;
}



@media (max-width: 481px) {
    .notification-container {
        width: 250px;
    }
}

.my-banks-row {
    cursor: pointer !important;
}

.my-banks-row:hover {
    background-color: #F2F2F2;
}

.c-pointer {
    cursor: pointer !important;
}


section .module .performance-table {
    scrollbar-width: thin;
}

section .module .performance-table table tr td,
section .module .performance-table table tr th {
    text-align: center;
    border: solid 1px #e2e5ed;
}

section .module .performance-table table tr td.text-left,
section .module .performance-table table tr th.text-left {
    text-align: left;
}

section .module .performance-table table tr th {
    background: #e2e5ed;
    border: solid 1px #ccc;
    font-weight: 600;
}

section .module .performance-table table tr.months th {
    background: #8392a5 !important;
    color: #fff !important;
}

section .module .performance-table table tbody tr td {
    min-width: 64px;
}

section .module .performance-table table tbody tr td:nth-child(even) {
    background: #eee;
}

section .module .performance-table .instrument {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

section .module .performance-table .instrument .action {
    width: 24px;
}

section .module .performance-table .instrument .action .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0px;
    font-size: 12px;
}

section .module .performance-table .instrument .name {
    flex: 1;
    padding-left: 8px;
}

.hover-clean {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    backface-visibility: hidden;
}

.hover-clean:hover {
    transform: scale(1.10)
}

.badge-notification {
    font-size: 8px;
    padding: 4px 6px;
    padding-top: 5px;
}

.gt-txt {
    color: #01539C;
    font-weight: bold;
    font-size: 16px;
}

.gt-txt:hover {
    color: #01427D;
}

.valuation-card-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.1);
}

/* Loading overlay için stiller */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-mode .loading-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.loading-spinner {
    text-align: center;
    color: #6259CA;
}

.loading-blur {
    filter: blur(1px);
    opacity: 0.8;
    pointer-events: none;
}

.transfer-limit-warning-message {
    margin-left: 20px;
    font-weight: bold;
    /* color: #FFCD07; */
}

.login-divider {
    border: none;
    width: 70%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 20px 0;
    margin-top: 40px;
}

.clock1 {
    font-size: 13px;
    line-height: 15px;
    text-align: right;
}

.date1 {
    font-size: 13px;
    line-height: 15px;
    text-align: right;
}