﻿html {
    position: relative;
    min-height: 100%;
}

html,
body,
.body-content {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Numans', sans-serif;
    font-size: 0.85rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    /*margin-bottom: 50px;*/
}

/*body {
    font-family: 'Numans','Open Sans', sans-serif !important;
    margin-bottom: 80px;
}*/

/* #region Footer styles */
.footer {
    margin-top: auto;
    background-color: #333; /* Dark background color */
    color: #fff; /* White text color */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Adjust height as needed */
}

.footer-content {
    /* Additional styles if needed */
    padding: 20px;
}
.footer-link {
    color: white !important;
}
    /* #endregion */

    /* #region custom Kendo UI styles */
    #configure {
        display: none;
    }

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}

/*label {
    margin-top: 0.5rem;
}*/

h4 {
    font-size: 1rem;
    font-weight: bold;
}

.imgCaptainLogo {
    border-radius: 50px;
    width: 10rem;
    margin-bottom:10px;
}
.clsValidationMsgs {
    display: none;
    margin-top: 10px;
    padding: 5px;
}
.fa-info, .fa-info-circle {
    cursor: help;
}

.clsLink {
    color: #007bff !important;
    text-decoration: underline !important;
}

.clsCursor_Pointer{
    cursor:pointer;
}

.clsCusrsor_Info{
    cursor: help;
}

.div_TradingHistory{
    height:300px;
    overflow:auto;
}

.cls_TextArea_StatusUpdate{
    width:100%;
}

.cls_btnUpdateStatus{
    height:75px;
}

.cls_UpdateStatus{
    margin-bottom:10px;
}

.cls_Card_TeamUpdate{
    margin:5px;
}


.cls_btn_ValidateAPIDetails
{
    margin-top:10px;
}

.cls_ReadMore {
    text-decoration: underline;
    cursor: pointer;
    color: #007bff
}

.full_text{
    display:none;
}
.logo img{
    width:100px;
}

.cls_footerLinks {
    padding-left: 10px;
    display: inline-block;
}

.cls_BBCC_Doc
{
    padding:10px;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #000;
}

.table thead th {
    border-bottom: 1px solid #000;
    vertical-align:middle;
}

.clsInfoIcon_Cards{
    font-size: 20px !important;
}

.btn-IBS {
    padding: 5px !important;
    font-size: 12px !important;
}

.bg-purple {
    background-color: #6a419a !important;
}

.text-purple {
    color: #6a419a !important;
}

input[type=checkbox] {
    accent-color: #6a419a !important;
}

.main-logo {
    background-color: white !important;
    justify-content: center !important;
    text-align: center !important;
    display: flex !important;
}

.main-logo-image {
    width: 150px !important;
    justify-content: center !important;
    display: block !important;
    text-align: center !important;
}

.ibs-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.ibs-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #002e6e;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: loader 1s infinite linear;
}

@keyframes loader {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cursor-pointer {
    cursor: pointer !important;
}

.text-xl {
    font-size: 64px;
}

/*Styling for Privacy Policy Page*/

.container-privacy-policy {
    flex: 1; /* Takes up remaining space above the footer */
    width: 80%;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    .container-privacy-policy > h1, h2 {
        color: #333;
    }

    .container-privacy-policy > p {
        margin: 15px 0;
    }

    .container-privacy-policy > ul {
        margin: 15px 0;
        padding-left: 20px;
    }

    .container-privacy-policy > li {
        margin-bottom: 10px;
    }

.requestedTab {
    background-color: #eb971b !important;
    color: white !important;
}