/*------------ Courier Prime ---------------*/
/* Regular */
@font-face {
  font-family: 'Courier Prime';
  src: url('../mc_lugs/font-family/courier/CourierPrime-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Courier Prime';
  src: url('../mc_lugs/font-family/courier/CourierPrime-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*---------- inter------------- */
@font-face {
  font-family: 'Inter';
  src: url('../mc_lugs/font-family/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

/*----------------- Questrial ----------------*/
@font-face {
  font-family: 'Questrial';
  src: url('../mc_lugs/font-family/questrial/Questrial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*------------ Roboto ---------------*/
/* Regular Variable */
@font-face {
  font-family: 'Roboto';
  src: url('../mc_lugs/font-family/roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
}

/*--------------------------------------------------------------
# Font & Color Variables
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: 'Roboto',sans-serif;
  --heading-font: 'Roboto', sans-serif;
  --nav-font: 'Roboto',  sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

body {
    font-family: var(--default-font);
}

html.semi-dark .sidebar-wrapper,
html.semi-dark .sidebar-wrapper .sidebar-header {

    background-color: #1f2024;

}


html.semi-dark .sidebar-wrapper, 
html.semi-dark .sidebar-wrapper .sidebar-header {

    border-right: 1px solid #434548;

}

html.semi-dark .top-header .navbar .searchbar .form-control:focus {
    border-color: #434548;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}


html.semi-dark .sidebar-wrapper .sidebar-header {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    color: #fcfcfc;
}


html.semi-dark .sidebar-wrapper .sidebar-header .logo-text,
html.semi-dark .sidebar-wrapper .sidebar-header .toggle-icon {
    color: #000000;
}


html.semi-dark .sidebar-wrapper .metismenu .mm-active>a, html.semi-dark .sidebar-wrapper .metismenu a:active, html.semi-dark .sidebar-wrapper .metismenu a:focus, html.semi-dark .sidebar-wrapper .metismenu a:hover {
    color: #fff;
    text-decoration: none;
    background: #2e3033;
    border-left: 4px solid #ffffff;
}

html.semi-dark .sidebar-wrapper .metismenu a {
    color: #9ea4aa;
}

html.semi-dark .sidebar-wrapper .metismenu ul {
    border: 1px solid #ffffff00;
}


html.semi-dark .sidebar-wrapper .sidebar-header img {
    filter: invert(1) grayscale(100%) brightness(200%);
}


html.semi-dark .sidebar-wrapper .simplebar-scrollbar:before {
	background: rgba(255, 255, 255, .4)
}


html.semi-dark .top-header .navbar {
    background-color: #f8f7f6;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

html.semi-dark .top-header .navbar .searchbar .form-control {
    background-color: #f9fafb;
}


html.semi-dark .top-header .navbar .searchbar .form-control:focus {
    background-color: #ffffff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.bootstrap-select .dropdown-menu li a:hover {
    background-color: #6463626e;
}

.bootstrap-select .dropdown-menu li a span.text {
    width: 100%;
}
/*------- select picker -----------*/
html.dark-theme  .dropdown-item {
   color: #000;
}

html.dark-theme .dropdown-menu {

    color: #000;
    background-color: #f8f7f6;

}

button.timeRange-btn {
  border: none;
  background: transparent;
  color: #6c757d;
  font-weight: 500;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

button.timeRange-btn:hover {
  color: #000;
}

button.timeRange-btn.active {
  color: #d35400; /* burnt orange */
  font-weight: bold;
  border-radius: 6px;
}

.customBg {
    border: 1px solid #eeeded;
    background-color: #fcfcfc;
}

.userLogHead {
    border-bottom: 2px solid #c3c3c394;
    padding-bottom: 0px;
    font-size: 21px;
}

/* .form-check-input:checked { */
    /* background-color: #000000 !important;  */
    /* border-color: #eeeded ; */
/* } */

.act_btn{
    filter: none ;
	height: 25px ;
    cursor: pointer;
}

.customBg{
	border: 1px solid #434548;
	background-color: #2e3033;
}

/* ----------login header style----------- */
.headingStyle{
	font-size: 16px;
    font-family: var(--heading-font);
}

@media screen and (max-width: 576px)
{
	.headingStyle{
	   font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width:992px){
	.headingStyle{
		font-size: 13px;
	}
}

.coin-DataStyle{
	font-family: var(--default-font);
}

/*------- name padding in coin box-------- */
.namePading{
    padding-left: 123px;
}

@media (max-width: 576px){
   .namePading{
    padding-left: 60px !important;
  }
}
@media (max-width: 768px){
   .namePading{
    padding-left: 60px ;
  }
}
@media (max-width: 992px){
   .namePading{
    padding-left: 80px ;
  }
}
@media (max-width: 1200px){
   .namePading{
    padding-left: 80px ;
  }
}

/* ----------current-price-style----------- */
.curt_prs_styl{
    color: #646362;
}

.curt_prs_styl:hover {
    color: #000000;
}

/* ----------toggle icon----------- */
.toggle-icon {
    font-size: 26px;
    cursor: pointer;
    color: #000000;
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus, 
.sidebar-wrapper .metismenu a:hover {
    color: #000000;
    text-decoration: none;
    background-color: rgb(255 255 255);
    border-left: 4px solid #000000;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

/* -----------logo-image------------- */
html.dark-theme .sidebar-wrapper .sidebar-header img {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* -----------cards body------------- */
html.dark-theme .card {
    background-color: #fcfcfc;
    border: 2px solid #eeeded;
}

/* ----------form-control-focus-override----------- */
.form-control:focus {
    color: #000000 !important;
    background-color: #fcfcfc !important;
    border-color: #eeeded !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #eeeded !important;
}

.form-control{
	color: #000000!important;
}

/*-----------------single graph page------------------*/
.stat-title {
    color: #4c5258;
    font-weight: 700;
}

.time-range-selector .time-btn {
  background-color: transparent;
  border: none;
  padding: 0.4rem 0.4rem;
  border-radius: 0.5rem;
  font-weight: 500;
  color: #000000;
  transition: background-color 0.3s, color 0.3s;
}

.time-range-selector .time-btn:hover {
 color: #646362;
}

.time-range-selector .time-btn.active {
  color: #646362; 
  font-weight: 600;
}

button.time-btn.active {
    border-radius: 0px;
    border-bottom: solid 2px black;
}

@media (min-width: 768px) and (max-width:992px){
    .buy-coin-btn{
		width: 50% !important; 
	}
}

/*----------- language-btn---------- */
.gt_selector.notranslate{
	padding: 7px;
    width: 167px;
    color: #000000;
    background-color: #fcfcfc;
    border-radius: 4px;
    border: 1px solid #646362;
}

/* -----------exchange-order-select-dropdown---------- */
html.dark-theme .btn-light {
    color: #000;
    background-color: #f8f7f6;
    border-color: #eeeded;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #646362f5 !important;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #646362 !important;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu li.active small {
    color: #000000 !important;
}

/* -----------alternate-bg---------- */

.altr-bg-dark{
    background-color: #f8f7f6;
}

.altr-bg-light{
    background-color: #eeeded;
}

/*-------------- custom-btn----------*/
.custom-btn {
    font-family: var(--heading-font);
	background: #fcfcfc;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 10px;
    border: solid 1px #434548;
    overflow: hidden;
    color: #000000;
    font-weight: 500;
    padding: 0;
    height: 38px;
    /* min-width: 220px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    transform: scale(1); 
    margin: 4px 0px;
    cursor: pointer;
}

@media screen and (max-width: 576px) {
	.custom-btn .label {
		padding: 0px 6px;
	}
}

.custom-btn .icon {
    background: #646362;
    width: 50px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 23px;
    color: #fff;
    margin-top: 1px;
}

.custom-btn .label {
    flex: 1;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 17px;
    text-transform: capitalize;
}
@media screen and (max-width: 576px) {
	.custom-btn .label {
		padding: 0px 21px;
	}
}
/* -----------sm-screen-card-bg---------- */
.sm-scr{
    background-color: #f8f7f6 !important;
    border: 2px solid #eeeded;
}

/* -----------dashboard-modal-currency-converter---------- */
.col-12.curncy-covrter {
    background: #fcfcfc;
    border: 2px solid #eeeded;
    border-radius: 11px;
    padding: 8px 8px;
}

.col-12.curncy-covrter:hover{
     border: 2px solid #646362;
}

.col-12.curncy-covrter:focus{
     border: 2px solid #646362;
}

.curncy-covrter-amt{
    color: #646362;
    cursor: pointer;
    font-size: 12px;
}

.curncy-covrter-amt:hover{
	color: #000;
}

.curncy-covrter-icon {
    color: #000;
    padding: 12px 11px;
    font-size: 23px;
    border-radius: 14px;
    z-index: 5;
    position: relative;
    left: 0;
    right: 0;
}

.curncy-covrter-value {
    background: none !important;
    font-size: 18px;
    border: 2px solid #eeeded;
    border-radius: 8px;
    color: #000;
}

@media screen and (max-width: 576px){
    .curncy-covrter-value{
        font-size: 13px;
    }
}    

/* input.text-end.curncy-covrter-value:focus { */
    /* outline: none !important; */
    /* box-shadow: none !important; */
    /* color: #000; */
    /* letter-spacing: 1px; */
/* } */

/*------- change password-------- */
.pwrd-verify-hding{
    color:#000;
}

.pwrd-verify {
    color: #646362;
}

/*------- font-size for small screen-------- */
.ftsize-sm{
	font-size: 11px;
}

.ptop-sm {
    padding-top: 0px;
}

/*------- buy-modal usd dropdown for small screen-------- */

.cstm-from-sty{
    background-color: #f8f7f6;
    color: #646362;
    border-color: #eeeded;
    border-radius: 6px 0px 0px 6px;
}

.cstm-from-sty:focus {
    color: #000000 !important;
    background-color: #fcfcfc !important;
    border-color: #eeeded !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #eeeded !important;
}

@media screen and (max-width: 576px){
    .coin-recv{
        display :flex;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/*--------------custom-modal---------- */
.modal-header {
    padding: 8px 15px !important;
}

.modal-footer {
    padding: 5px 10px !important;
}

/*---- upload profile---------- */
.up-profile{
	border: 2px solid #eeeded;
    padding: 11px 19px;
    border-radius: 14px;
	}
@media screen and (max-width: 576px){
    .up-profile{
        padding: 11px 2px;
    }
}

.selected-profile {
    border: 3px solid #a1a1a1;
    padding: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    transition: all 0.3s ease;
}

.default-img{
	color: #ffffff;
	padding: 9px 17px;
    border-radius: 60%;
}

.upload-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed #ccc;
    cursor: pointer;
    transition: 0.3s;
}
.upload-circle:hover {
    border-color: #888;
    background-color: #f1f1f1;
}

p.dsgn-dvlp-login {
    color: #000000;
}

.people-inside{
    color: #000000;
}

.page-link {
    color: #ffffff !important;
    background-color: #959595 !important;
    border: 1px solid rgb(255 255 255 / 12%) !important;
}