@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
::after,
::before {
    box-sizing: border-box
}
li {
    list-style: none;
}
body {
    font-family: "Unbounded", serif;
    line-height: 1.6;
    background-color: #12151f;
    margin: 0;    font-size: 13px; 
    font-weight: 300;
    color: #ffffff; letter-spacing: 0.4px;
} 
.ttu{ text-transform: uppercase;}

a{ color: #f6ca23; text-decoration: none;} 
p {
    margin-top: 0;  
    margin-bottom: 1rem
}
.lh30{line-height: 30px;}
ol, ul {
    padding-left: 0;
}
.btn{ font-weight: 600; font-size: 14px;}
 

::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #D9D9D9;
      }
::-webkit-scrollbar {
    width: 10px; border-radius: 10px;
        background-color: #D9D9D9;
      }
      
::-webkit-scrollbar-thumb {  border-radius: 10px;  background-color: #939393; }
body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #000;
  }
  body::-webkit-scrollbar {
    width: 10px; border-radius: 10px;
    background-color: #000;
  }
  
  body::-webkit-scrollbar-thumb {  border-radius: 10px;  background-color: #f6ca23; }
  .navbar-brand img{ height: 70px;}
 .hero{    background-image: url(../img/herobg.png); background-size: cover; padding-top: 120px;}
 .hero_box h1 span{    background: linear-gradient(270deg, #f6ca23 0%, #eeffbd 100%);    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;}
    .hero_box h1{ color: #fff;
        font-weight: 700;
        font-size: 58px;}
        .btn2 {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: none;
            text-transform: uppercase;
            text-align: center;
            background-color: #f6ca23;
            color: #14161b;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            padding: 16px 25px;
            border-radius: 0;
            overflow: hidden;
            letter-spacing: 0.4px;
            clip-path: polygon(0 0, 93% 0, 100% 30%, 100% 100%, 7% 100%, 0 70%);
        }
.fw200{    font-weight: 200;}
.navbar {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.navbar-collapse li a{ color: #fff;}
.navbar-collapse li a:hover{ color: #f6ca23;}
.box1 {
    background: linear-gradient(180deg, #12151f 4.55%, #232530 58.82%);
    padding:35px 25px;
    border-radius: 30px;
}
.box1 h4{
    font-size: 18px;    color: #f6ca23; font-weight: 700;
}
 
.box1 p{
   margin-bottom: 0;
}
.border2 {
    height: 5px;
    background: #f6ca23;
    width: 80px;
    border-radius: 10px;
}
.hadding{     font-size: 35px;    font-weight: 600;}

.creator-item__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.creator-item {
    text-align: center;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    margin: 0 0 30px 0;
}
.creator-item img {
   max-width: 100%;
}
.creator-item__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.creator-item__shape--second {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
}
.creator-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background-color: #2c2c2c;
    border-radius: 21px;
    box-shadow: 4px 4px 4px #f7df19;
    position: relative;
    margin: 0 0 50px 0;
    padding: 25px;
    transform: rotate(45deg);
}
.creator-item__icon img{ 
    transform: rotate(-45deg);
}
.creator-item__title {    font-size: 22px; text-transform: uppercase; font-weight: 700;}
.creator-item h5{    font-size:18px; text-transform: uppercase;font-weight: 700; color: #f6ca23;}
.creator-item:hover .creator-item__shape--second {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.creator-item p:first-child{    text-transform: uppercase;}
.footer {
    padding: 25px 0;
    background: hsl(0deg 0% 100% / 5%);
}
.footer .logo{ height: 80px;}
.p80{ padding: 70px 0;}
.table_list  .table>:not(caption)>*>* {
    color: #fff;
    background-color: transparent;
    border-bottom-width: var(--bs-border-width);
    border-color: hsl(0deg 0% 100% / 11%);
}
.table_list  {background: hsl(0deg 0% 100% / 3%);}

.dashbord_page { 
    min-height: 100vh; 
}
.dashbord_manu {
    position: fixed;
    left: 20px;
    top: 30px;
    width: 256px;
    height: calc(100% - 50px);
    background: #252731;
    border-radius: 20px;
    padding: 20px 5px 20px 20px;z-index: 999;
}
.dashbord_contaner {
    padding: 30px 20px 20px 300px;z-index: 2;
    position: relative;
}
.dashbord_manu .navbar-brand {
    margin: 0 0 20px;
    width: 100%;
}
.navbar-collapse2 {
    height: calc(100% - 75px);
    overflow: auto; margin-top: 30px;
}


.dashbord_manu .navbar-collapse2 .navbar-nav .nav-link {
    text-align: left;
    padding: 12px 0; 
    display: flex;
    font-size: 15px;
}
 
.dashbord_manu ul.navbar-nav {
    display: block;
    margin:0 0 0;
    width: 100%;
    padding-right: 20px;
}
.top_box {
    padding: 10px 20px;
    background: #252731;
    border-radius: 15px;
}
.user_iright img {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    object-fit: cover;
}
.color1 {
    color: #f6ca23;
}
.dash_box {
    padding: 20px;
    background: hsl(0deg 0% 100% / 5%);
    border-radius: 20px;
    position: relative;
}
.user_iright img {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    object-fit: cover;
}

.dashbord_page .creator-item__icon { 
    width: 100px;
    height: 100px; 
    box-shadow: 3px 3px 3px #f7df19;
    position: relative;
    margin: 0 0 40px 0; 
}
.dashbord_page .creator-item__title {
    font-size: 18px; margin-bottom: 5px;
}
.mb10{ margin-bottom: 10px;}
.form-control:focus, .form-control:focus{  background: transparent; color: #fff;}
.form-control{  background: transparent;  border: 1px solid #f6ca23; color: #fff;font-weight: 300;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: hsl(0deg 0% 100% / 60%)!important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
        color: hsl(0deg 0% 100% / 60%)!important;
  }
  :-ms-input-placeholder { /* IE 10+ */
        color: hsl(0deg 0% 100% / 60%)!important;
  }
  :-moz-placeholder { /* Firefox 18- */
        color: hsl(0deg 0% 100% / 60%)!important;
  }
  input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.i_big {
    text-align: center;
    font-size: 55px;
    border-radius: 8px;
    line-height: 50px;
    position: absolute;
    right: 31px;
    top: 32px;
    opacity: 0.3;
    color: #f6ca23;
}
.h100{ height: 100%;}

.dashbord_page .btn2 {
     
    font-size: 13px;  
    padding: 12px 12px;
   
}
.hero_bg {
    position: fixed;
    right: 19%;
    height: 650px;
    top: 8%;
    opacity: 0.03;
}
.modal-content{     background: #323540;}    
.modal-header {
    border-bottom: var(--bs-modal-header-border-width) solid hsl(0deg 0% 100% / 18.04%); 
}
.modal-footer { 
    border-top: var(--bs-modal-footer-border-width)  solid hsl(0deg 0% 100% / 18.04%); 
}
.btn-close { 
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}
#clockdiv > div{    color: #fff;
	display: inline-block;    margin-right: 5px;
}
#clockdiv div > span {
    padding: 15px;
    border-radius: 10px;
    background: #000000;
    display: inline-block;
    width: 70px;
    font-size: 40px;
    line-height: 34px;
    font-weight: 600;
    color: #f6ca23;
}
.smalltext{
	padding-top: 5px;
	font-size: 16px;
}
.table>:not(caption)>*>* {color: #fff;    border-color: hsl(0deg 0% 100% / 22%);
    background: transparent;}
body table.dataTable>thead>tr>th, body  table.dataTable>thead>tr>td {
        padding: 10px;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
    }
    .coming_ng {
        background: #24252c url(../img/hero_bg.png) no-repeat center;
        background-size: 100%;
    }
    .card_2 {
        padding: 15px 20px;
        background: hsl(0deg 0% 0% / 52.94%);
        border-radius: 15px;
        border: 1px solid hsl(47.49deg 92.14% 55.1% / 49%);
    }
    .card_2  p{    word-break: break-all;}
    @media (min-width: 991px) {
        .navbar-expand-lg .navbar-collapse2 {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important    ;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }
    }


    @media (max-width: 991px) {
        .dashbord_manu { 
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
            background: #171a26;
            border-radius: 0;
            padding: 10px 15px;
        }
        .dashbord_manu .navbar-brand{ margin: auto;}
        .dashbord_contaner {
            padding: 85px 15px 15px;
        }
        #clockdiv div > span {
            padding:  10px; 
            width: 54px;
            font-size: 35px; 
        }
        .navbar-brand img {
            height: 45px;
        }
.navbar .btn2 { 
            padding: 12px 14px;     font-size: 12px;
        }
        .hero_box {  text-align: center;}
            .hero_box h1 { 
            font-size: 35px;
        }
        .hro_img {
            max-width: 70%;
            margin: 0 auto 25px;
            display: block;
        }
        .box1 p {
            margin-bottom: 25px;
        }
        .box1 {
            
            padding: 10px 0;
            border-radius: 20px;
        }
        .p80 {
            padding: 40px 0;
        }
        .hadding {
            font-size: 24px;
            font-weight: 600;
        }
        .hero { 
            padding-top: 100px;
        }
        .navbar-toggler {
            font-size: 34px;
            position: absolute;
            right: 15px;
            top: 15px;
        }
        .navbar-collapse2 {
            width: 100%;    margin-top: 10px;
        }
        .dataTables_wrapper { 
            overflow: auto;
        }
        table.dataTable tbody th, table.dataTable tbody td { 
            white-space: nowrap;
        }
    }