
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background: #F4F4F4;
    min-height: 100vh;
}

@font-face {
    font-family: 'CircularStd-Black';
    src: url('/sportyfolio/public/fonts/CircularStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-BlackItalic';
    src: url('/sportyfolio/public/fonts/CircularStd-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd-Bold';
    src: url('/sportyfolio/public/fonts/CircularStd-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-BoldItalic';
    src: url('/sportyfolio/public/fonts/CircularStd-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('/sportyfolio/public/fonts/CircularStd-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-BookItalic';
    src: url('/sportyfolio/public/fonts/CircularStd-BookItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd-Medium';
    src: url('/sportyfolio/public/fonts/CircularStd-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-MediumItalic';
    src: url('/sportyfolio/public/fonts/CircularStd-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

body {
    font-family: 'CircularStd-Book', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'CircularStd-Bold', sans-serif;
    font-weight: 700;
}

p {
    font-family: 'CircularStd-Book', sans-serif;
    font-weight: 400;
}


/* for forms */
    
    form.backend-form {
        width: 100%;
        max-width: 450px;
        margin-top: 30px;
    }
    form.backend-form textarea,
    form.backend-form button,
    form.backend-form input{
        margin-bottom: 20px;
    }
    
    form.backend-form select{
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px;
        width: 100%;
        height: 42px;
        border-radius: 4px;
        border: 1px solid #CFD1D4;
    }
    form.backend-form button{
        width: 100%;
    }
    
/* End of form styles */

    .fade-in {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    main.main{
        padding: 24px 0 30px;
        margin: auto;
        min-height: calc( 100vh - 104px );
    }
    .subpage-title{
        width: 90%;
        margin: auto;
    }
    .subpage-title a{
        text-decoration: none;
        color: #111827;
    }
    .small-unit {
        font-size: 10px;
    }
    #myChart {
        max-width: 90%;
        margin-left: 5%;
    }
    .chat-top {
        width: 90% !important;
        margin: auto !important;
    }
    .white-section{
        width: 90%;
        background: white;
        padding: 30px 20px;
        margin:  30px auto;
        border-radius: 8px;
    }
    h2.subtitle{
        font-size: 20px;
        font-weight: 400;
    }
    a.btn.normal-btn,
    button.btn.normal-btn {
        background: #0a6bf1;
        font-weight: 400;
        color: white;
        font-size: 14px;
    }
    .white-section-top {
        display: flex;
        justify-content: space-between;
    }
    
    .white-section-top > * {
        flex: 1;
    }
    .column-link{
        color: #056BF1;
        text-decoration: none;
    }
    .empty-container{
        display: block;
        clear: both;
        padding-top: 30px;
        text-align: center;
    }
    /* table */
        .white-section-top h2 {
            margin-bottom: 0;
        }
        .table-container{
            border: 1px solid #CFD1D4;
            border-radius: 8px;
            /*overflow:  hidden;*/
            margin-top: 30px;
        }
        table.backend-table {
            width: 100%;
        }
        table.backend-table thead {
            font-size: 14px;
            font-weight: 400;
            color: #676767;
            height: 56px;
            background: #EEF5FE;
        }
        able.backend-table td {
            padding-left: 15px;
            font-size: 14px;
        }
        table.backend-table tbody tr {
            height: 46px;
            color: #1B1B1B;
        }
        table.backend-table td {
            padding-left: 15px;
            font-size: 14px;
        }
        
        .table-container{
            border: 1px solid #CFD1D4;
            border-radius: 8px;
            /*overflow:  hidden;*/
            margin-top: 30px;
        }
        table.backend-table {
            width: 100%;
        }
        table.backend-table thead {
            font-size: 14px;
            font-weight: 400;
            color: #676767;
        }
        
        table.backend-table td > img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }
        
        .filter-container {
            width: 100%;
            height: 50px;
        }
        
        .filter-container > *{
            display: inline-block;
            float: left;
            margin-top: 20px;
        }
        
        a.btn.filter-button > span > img {
            margin-top: -5px;
        }
        
        a.btn.filter-button {
            border: 1px solid #E0E0E0;
            margin-left: 15px;
            color: #212529;
            font-size: 14px;
        }
        
        a.btn.filter-button > * {
            display: inline-block;
            float: left;
            margin-right: 7px;
        }
        
        /* table end */


    .fade-desc{
        color: #888B93;
        font-size: 12px;
    }
    
    .filter-dropdown {
        width: 172px;
        background: #E6F0FD;
        float: right;
        height: 33px;
        line-height: 33px;
        padding: 0 8px;
        border-radius: 4px;
    }
    
    .filter-dropdown > *{
        display: inline-block;
    }
    
    .dropdown-filter-label{
        color: #056BF1;
        min-width: 120px;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
    }
    
    .custom-dropdown {
        display: none;
        position: absolute;
        background-color: #e6f0fe;
        padding: 8px 0;
        box-shadow: 0 2px 5px rgb(10 107 241 / 20%);
        width: 210px;
        margin-top: 40px;
        height: auto;
        border-radius: 4px;
    }
    .custom-dropdown a {
        color: #0a6bf1;
        text-decoration: none;
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 8px 0;
    }
    .horiz-menu ul,
    .custom-dropdown ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    .custom-dropdown ul li {
        padding: 0 16px;
        text-align: left;
    }
    
    .custom-dropdown ul li:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }
    .custom-dropdown ul li:hover{
        background-color: rgb(10 107 241 / 10%);
        cursor: pointer;
    }
    
    /* stat */
    .stats-section {
        display: flex;
        justify-content: space-around;
        padding: 20px;
        background-color: white;
        border-radius: 8px;
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    .stats-section > * {
        flex-grow: 1;
        flex-basis: 0;
    }
    .stats-value {
        width: 100%;
    }
    .stats-section .stats-item:nth-child(-n+3) {
        border-right: 1px solid #C1C7CD;
    }
    
    .stats-item {
      text-align: center;
    }
    
    .stats-value {
      font-size: 25px;
      font-weight: bold;
      margin-bottom: 8px;
    }
    
    .stats-label {
      font-size: 14px;
      color: #666;
      margin-bottom: 8px;
    }
    
    .stats-change {
      font-size: 14px;
      display: none !important;
    }
    
    
    .stats-change.positive {
      color: #3DD598;
    }
    
    .stat-rate > * {
        display: inline-block;
        float: left;
    }
    .stats-change {
        height: 38px;
        line-height: 38px;
        padding-left: 10px;
    }
    /* stat  END*/
    
    /* Global Search Box */
        input.search-box {
            width: 280px;
            height: 35px;
            border-radius: 4px;
            border: 1px solid #CFD1D4;
            padding-left: 39px;
            font-size: 14px;
        }
        .search-con > img {
            position: absolute;
            margin-left: 12px;
            margin-top: 10px;
        }
        .search-con {
            margin-top: 20px;
        }
        
    /* End OF Global Search Box */

    /* subpage menu */
        ul.subpage-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        ul.subpage-menu li {
            height: auto;
            margin-bottom: 10px;
        }
        ul.subpage-menu li a{
            padding: 7px 15px;
            color: #1B1B1B;
            border-radius: 20px;
            text-decoration: none;
            height: auto;
            text-align: left;
            display: inline-block;
            width: auto;
        }
        ul.subpage-menu li.active > a{
            color: #056BF1;
            background: #EEF5FE;
        }
        
        .border-right {
            border-right: 1px solid #E0E0E0;
        }
        
        
        
    /* End of Subpage Menu */
    
    /*border content*/
    
        .border-content {
            width: 100%;
            height: auto;
            min-height: 350px;
            border: 1px solid #E0E0E0;
            margin: 15px 0 30px;
            border-radius: 16px;
            padding: 30px 15px;
        } 
        .bigger-section {
            padding-left: 30px;
        }
        .profile-view-pics{
            width: 64px;
            height: 64px;
            object-fit: cover;
            border-radius: 50%;
            object-position: center;
        }
        .unapproved-prof-top > *{
            display: inline-block;
            float: left;
        }
        .unapproved-prof-top img{
            margin-right: 15px;
        }
        .list-fade-title{
            margin: 0;
            padding: 0;
        }
        .list-fade-title li{
            list-style: none;
            display: inline-block;
            float: left;
            width: 33%;
            margin-bottom: 15px;
        }
        .list-fade-title h5{
            color: #60656F;
            font-size: 14px;
            font-weight: 400;
        }
        
        .list-fade-title p{
            color: #111827;
            font-size: 14px;
            font-weight: 400;
        }
        p.v-light{
            color: #a8a8a8;
        }
        .wallet-card{
            width: 260px;
            height: 90px;
            border: 1px solid #CFD1D4;
            border-radius: 8px;
            padding: 15px;
        }
        .medium-light-title{
            color: #414141;
            font-size: 16px;
            margin-bottom: 5px;
        }
        h3.balance{
            font-size: 20px;
            font-weight: 700;
            color: #1B1B1B;
        }
        
        
        
        /* month selector */
        .months-selector ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .months-selector ul li{
            float: left;
            display: inline-block;
            width: auto;
            height: auto;
            padding: 5px 12px;
            border: 1px solid #60656F;
            border-radius: 4px;
            margin: 0px 7px 7px 0px;
            cursor: pointer;
        }
        
        .months-selector ul a{
            text-decoration: none;
            color: #60656F;
            font-size: 14px;
        }
        .months-selector ul li.active{
            border: 1px solid #056BF1;
            background: #056BF1;
            color: white;
        }
        .months-selector ul li.active a{
            color: white;
        }
        
        /* month selector */
        

        /* horizontal Menu */
        
            .horiz-menu {
                width: 90%;
                margin: 15px auto 10px;
                height: 36px;
            }
            .horiz-menu ul > li {
                display: inline-block;
                float: left;
                padding: 0 10px;
                height: 30px;
                line-height: 30px;
                border-bottom: 1px solid #C6C6C6;
            }
            
            .horiz-menu ul > li a{
                color: #414141;
                text-decoration: none;
            }
            
            .horiz-menu ul > li.active a{
                color: #056BF1;
            }
            .horiz-menu ul > li.active {
                border-bottom-color: #056BF1;
            }
            
        /* horizontal Menu */


        /* 3 dots menu */
            .three-dot-menu-trigger {
                position: relative;
                display: inline-block;
            }
            
            .three-dot-img {
                width: 20px;
                height: 20px;
                cursor: pointer;
            }
            
            .three-dot-custom-dropdown {
                display: none;
                position: absolute;
                width: 120px;
                height: 62px;
                z-index: 999;
                top: 25px;
                left: -100px;
                background-color: #fff;
                border: 1px solid #ccc;
                border-radius: 4px;
                padding: 0;
                /*overflow: hidden;*/
            }
            
            .three-dot-custom-dropdown a {
                color: #056BF1;
                text-decoration: none;
                font-size: 12px;
                display: block;
                width: 100%;
                height: 30px;
                line-height: 30px;
                padding: 0 5px;
            }
            
            .three-dotcustom-dropdown-item:hover{
                background: #efefef;
            }
            
            .three-dotcustom-dropdown-item img{
                width: 15px;
                margin-right: 10px;
            }
        
        /* End of  3 dots menu  */
        
        /* Begining Of Tags */
            
            .my-tags{
                width: auto;
                border-radius: 4px;
                padding: 3px 5px;
            }
            .success-tag{
                background: #DEFBE6;
                color: #057A55;
            }
            .warning-tag{
                background: #FFF3CD;
                color: #856404;
            }
            
        /* Sweet Alert Button */

            .swal2-confirm {
              background-color: #056BF1 !important;
              color: white;
            }
            
            .swal2-confirm:hover {
              background-color: #247ad1 !important;
            }

        /* End Of Sweet Alert Button */

        
        /* Role Style */

            .roles-container {
                position: fixed;
                background: white;
                z-index: 99;
                box-shadow: 0 0 32px rgba(0, 0, 0, .15);
                padding: 25px 20px;
                border-radius: 24px;
                max-width: 90%;
                width: 350px;
                height: 560px;
                top: calc(50% - 280px);
                left: 0;
                right: 0;
                margin: auto;
            }
            
            .role-item {
              display: flex;
              align-items: center;
              margin-bottom: 10px;
            }
            
            .role-name {
              flex-grow: 1;
            }
            
            .toggle-switch {
              position: relative;
              display: inline-block;
              width: 50px;
              height: 24px;
            }
            
            .toggle-switch input {
              opacity: 0;
              width: 0;
              height: 0;
            }
            
            .toggle-switch label {
              position: absolute;
              cursor: pointer;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: #ccc;
              transition: 0.4s;
              border-radius: 24px;
            }
            
            .toggle-switch label:before {
              position: absolute;
              content: "";
              height: 18px;
              width: 18px;
              left: 3px;
              bottom: 3px;
              background-color: white;
              transition: 0.4s;
              border-radius: 50%;
            }
            
            .toggle-switch input:checked + label {
              background-color: #2196F3;
            }
            
            .toggle-switch input:checked + label:before {
              transform: translateX(26px);
            }
            a.edit-roles-btn {
                text-decoration: none;
                display: block;
                clear: both;
                border: 2px solid #B0B2B7;
                border-radius: 4px;
                height: 36px;
                line-height: 36px;
                width: 120px;
                margin-bottom: 20px;
                color: #B0B2B7;
                text-align: center;
            }
            a.edit-roles-btn img {
                margin-right: 5px;
                width: 18px;
            }
            .page-access {
                background: #E6F0FD;
                padding: 30px 20px;
                border-radius: 8px;
                margin: 15px 0;
            }
            #close-role-popup{
                font-size: 25px;
                position: absolute;
                top: 25px;
                color: #6F6F6F;
                right: 20px;
                border: 1px solid #6F6F6F;
                height: 32px;
                line-height: 32px;
                width: 32px;
                text-align: center;
                border-radius: 4px;
                cursor: pointer;
            }

        /* End Of Role Style */
        
        
        
        /* Status Styles */
        
            .status {
                display: inline-block;
                padding: 4px 6px;
                border-radius: 4px;
                font-weight: bold;
                font-size: 14px;
                text-align: center;
                width: 76px;
                text-transform: capitalize;
            }
            
            .status.closed {
                background-color: #E0F7DF;
                color: #2E7D32;
            }
            
            .status.pending {
                background-color: #FFE6E6;
                color: #D32F2F;
            }
            
            .status.open {
                background-color: #FFF3E0;
                color: #F57C00;
            }
            
            .big-button{
                margin-bottom: 50px;
                margin-top: 30px;
                width: 300px;
                height: 60px;
            }
        /* END of Status Styles */
        
        
        /* Line Step forms */
        
            .two-step-line {
                width: 100%;
                height: 50px;
                line-height: 50px;
            }
            .two-step-line > p {
                width: 90px;
                display: inline-block;
                float: left;
                margin-bottom: 0;
            }
            .step-lines {
                width: calc(100% - 110px);
                display: inline-block;
                float: left;
                height: 50px;
            }
            span.step-line.active {
                background: #056BF1;
            }
            .step-lines > span {
                width: calc(50% - 20px);
                height: 2px;
                background: #8D8D8D;
                display: inline-block;
                margin: 0 9px;
                margin-bottom: 5px;
            }
        
        /* End of Line Step Froms */











