:root {
    --primary-color: #008aff;
    --text-color:#505050;
    --header-nav-color: #505050;
    --btn-color: #171616; 
    --font-family:  'Inter', sans-serif !important;
}

* {
    margin:0; 
    padding:0;
    box-sizing: border-box;
}

/*h1,h2,h3,h4,h5,h6,p,a,div {
    color: var(--primary-color);
}*/
h1,h2,h3,h4,h5 {
    color: #000 !important;
}

.btn-lg {
    padding: 0.6rem 1rem !important;
}
.text-dark {
    color: #091521!important;
}
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;  
}
.btn-primary:hover {
    background-color: #0075D9 !important;
    border-color: #0075D9 !important;  
}

body {
    font-size: 0.875rem;
    color: var(--primary-color);
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    font-family: var(--font-family);
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "cv02","cv03","cv04","cv11";
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
}
html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
}
body::-webkit-scrollbar {
    width: 0.6875rem;
}
body::-webkit-scrollbar-track {
background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 0.375rem;
    border: 0.1875rem solid var(--scrollbarBG);
}
.container-fluid {
    width: 98% !important;
}

.btn-outline {
    border: 1px solid #d3d3d3 !important;
    color: #000 !important;
    line-height: auto !important;
    border-radius: 0.4rem !important;
    padding: 0.55rem 1rem !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
}
.btn-outline:hover {
    text-decoration: none;
}
/* Header */
header {
    
    width: 100%;
    border-bottom: 0.0625rem solid #e7e6e6;
}

.header-menu {
    font-weight: 600;
    text-transform: uppercase;
}
.logo > img {
    width: 36% !important;
}
/* Pagination */
#pagination {
    clear: both;
    width: 100%; 
    float: left;
    padding: 0.725rem 0rem;  
    border-bottom: 0.0625rem solid #f1f1f1;
}
.pagination-wrapper {
    float: left;
    width: 100%;
    text-align: left;
}
.input-group.mr-5x {
    max-width: 40%;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #242323;
    opacity: 1 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    margin: 0.8rem 0rem !important;
    font-weight: 500;
    transition: 0.2s ease-in-out all;
    font-family: var(--font-family);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
}
.header-menu > .active > a {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
}
.header-menu > .active {
    border-bottom: 0.125rem solid var(--primary-color);
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color) !important;
}
.navbar {
    padding: 0rem !important;
}
.pagination {
    display: inline-flex !important;
}

.page-link {
    display: flex !important;
    line-height: 1.1 !important;
}

.btn-outline {
    color: #000 !important;
    padding: .55rem 1rem !important;
}
.btn-exp i {
    font-size: 12px !important;
}

.btn-sm {
    align-items: center;
    font-weight: 500 !important;
    width: max-content;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: .5rem 1.25rem !important;
    border-radius: .375rem !important;
}
.pagin-search {
    border: 2px solid #E9ECEF !important;
    background-clip: padding-box;
    height: 36px !important;
    padding: .70rem 1.25rem;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    border-radius: .375rem !important;
}
#pagin-submit {
    position: absolute;
    right: -0.125rem;
    z-index: 999;
}
#intro-section {
    width: 100%;
    float: left;
    clear: both;
    background: #fff;
    padding: 120px 0px;
}
.intro-section__title {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.intro-section__sub-title {
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #444444 !important;
    font-size: 16px;
    margin-top: 1.2%;
    line-height: 1.5;
    margin-bottom: 0px;
    font-family: var(--font-family);
}

/* Body */
#app {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    min-height: 100vh;
    background: #fff;
}


.bg-light-grey {
    background: #fff;
}
.color-field {
    min-height: 7.8125rem;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.color-field:hover {
    -ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1);
    transform: scale(1.03);
    z-index: 999;
}
.col-md-2 {
    padding: 0rem 0rem;
}
.color-grid {
    margin: 0rem 0rem 1.5rem 0rem;
    float: left;
    position: relative;
    width: 100%;
    position: relative;
    transition: all 200ms;
    z-index: 9;
    background: #fff;
    transition-timing-function: ease-out;
}
/* .color-pallete {
    padding: 0px 5px;
} */
.px20 {
    padding: 0px 20px !important;
}
/* .color-grid:hover {
    box-shadow:rgba(185, 169, 169, 0.4) 0 0.4rem 0.3rem -0.3125rem;
} */
.color-explore-opt {
    width: 100%;
    text-align: right;
    float: left;
    background: #fff;
    border-top: 1px solid #c7c7c7;
    margin-top: 10px;
}
.color-explore-opt:nth-child(1) {
    text-align: left;
}
.color-explore-opt:nth-child(2) {
    text-align: right;
}

.color-grid-inner:hover {
    flex-basis: 1.35rem;
}
.color-grid-wrap {
    display: flex;
    flex-direction: column;
    height: 375px;
    padding: 0.25rem;
}
.color-grid-inner {
    height: 5rem;
    flex-grow: 1;
    transition: all .1s ease-in-out;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    flex-basis: 0.0625rem;
    z-index: 1; 
}
.color-grid-inner:nth-of-type(1) {
    border-radius: 1rem 1rem 0rem 0rem;
}
.color-grid-inner-full-width {
    width: 100% !important;
    height: 4.375rem;
    max-width: 100%;
    float:left;
    cursor: pointer;
}
.color-grid-inner:last-of-type {
    border-radius: 0rem 0rem 1rem 1rem;
}
.color-grid-hexa {
    cursor: pointer;
    font-size: 0.835rem;
    float: left;
    text-transform: lowercase;
    font-weight: 600;
    opacity: 0.75;
    font-family: 'Manrope', sans-serif;
    line-height: 5.5;
}
.color-grid-hover > a {
    color: #fff;
    font-weight: 800;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.btn-frm-submit,
.export-btn {
    background: transparent;
}
.btn-exp {
    font-weight: 400 !important;
    color: #262626 !important;
    padding: 3px 13px !important;
}

.btn-exp:hover {
    background: #f3f3f4 !important;
    border: 0.0625rem solid #f3f3f4 !important;
}
.pagin {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.jscolor-palette,
.cr-jscolor-palette {
    position: relative;
    padding: 0rem !important;
    line-height: 0.8 !important;
}
.jscolor-palette::before {
    position: relative;
    top: -0.125rem;
    left: 0rem;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f1de";
    font-size: 1.75rem;
}

.la-24 {
    font-size: 1.625rem;
}
.la-20 {
    font-size: 1.25rem;
}
.btn-default:hover {
    background: #E9ECEF !important;
}
.fa-bookmark-o {
    font-weight: 400 !important;
}
.view-palette-controls button {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
    background: rgba(0,0,0,0.30);
    width: 2.1875rem;
    height: 2.75rem;
    border-radius: 0px !important;
    padding: 0rem;
    line-height: 2.4rem;
}
.view-palette-controls button i {
    font-size: 1rem;
    color: #fff;
}
.color-reset,
.closeSingleColor {
    margin-bottom:0.3125rem !important;
}
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none !important;
    box-shadow:none !important;
}

/*-----------------------------------
            INNER PAGE
------------------------------------*/
.single-color {
    width: 100%;
    float:left;
    height:100vh;
    position: relative;
    border-radius: 0rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
  }
  
.single-color:hover .overlay {
    display: block;
    /* background: rgba(0, 0, 0, .05); */
}
.add-color-palette > i {
    color: #232323;
}

.view-palette-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .35s ease;
}
.view-palette {
    display: flex;
    width: 100%;
}
.la-big {
    font-size: 1.875rem;
}
  
.combination-codes {
    float: left;
    width: 100%;
}
.view-single-palette {
    flex: 1;
}
.single-color:hover .view-palette-controls {
    opacity: 1;
}
.view-palette-control-copy {
    color: #fff !important;
    text-transform: capitalize;
    background: transparent;
    transition: 0.3s ease-in-out all;
}
.cr-jscolor-palette .sp-replacer {
    position:relative;
    border: 0rem !important;
    border-radius: 0rem !important;
    height: 2rem !important;
    line-height: 2rem;
    width: auto !important; 
}
.cr-view-palette .sp-replacer {
    position:relative;
    border: 0rem !important;
    border-radius: 0rem !important;
    height: 2rem !important;
    line-height: 2rem;
    width: auto !important;
}
.sp-preview {
    display: none;
}
.cr-jscolor-palette .sp-replacer::before {
    position: relative;
    top: 0rem;
    left: 0rem;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f576";
    font-size: 1.625rem;
    color: #fff;
}
.cr-view-palette .sp-replacer::before {
    position: relative;
    top: -0.125rem;
    left: 0rem;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f1de";
    font-size: 1.25rem;
    color: #fff;
}

.sp-dd {
    display: none;
}

.color-code {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    float: left;
}
.hexa-color {
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.0313rem;
    font-weight: 600;
    font-family: 'Manrope', sans-serif !important;
}
.rgb-color {
    color: #fff;
    letter-spacing: 0.0313rem;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif !important;
}
      

/* Modal Box */
.modal-title {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
}
.export-type {
    text-align: center;
    color: #6a6b73;
}
.export-type:hover {
    text-decoration: none;
}
.export-type__icon,
.export-type__name {
    margin: 0.625rem 0rem;
}
.export-type__icon > i {
    font-size: 1.75rem;
}
.export-type__name > h6 {
    font-size: 0.875rem;
    font-weight: 600;
}
.border-rt {
    border-right: 0.0625rem solid #eee;
}

@media (min-width: 36rem) {
    .max-500 {
        max-width: 62.5rem !important;
    }
}

.w-20 {
    width: 20% !important;
    min-height: 4.0625rem;
}
.export-colors {
    margin-top: 1.25rem;
    float: left;
    width: 100%;
    border: 0.0625rem solid #d6d6d6;
    border-radius: 0.375rem;
}
.export-colors__heading {
    padding: 0.5rem 0.625rem;
    font-weight: 500;
    float: left;
    width: 100%;
    font-size: 0.9375rem;
    border-bottom: 0.0625rem solid #d6d6d6;
    color: var(--btn-color);
}
.export-colors-heading__left {
    float: left;
    color: #152c5b;
    font-weight: 700;
}
.export-colors-heading__right {
    float: right;
    margin-top: 2%;
}
.export-html,
.export-css,
.export-scss,
.export-hexa,
.export-rgb {
    padding: 0.625rem;
    line-height: 1.5625rem; 
    font-size: 0.875rem;
    font-weight: 400;
    float:left;
    width: 100%;
    color: #333;
    font-family: 'Inter', sans-serif !important; 
}
.copy-export {
    width: 65px;
    height: 65px;
    border-radius: 6px !important;
    padding: 5px !important;
}
.copy-export:hover {
    background: #e8e3e3 !important;
}
.copy-export > i {
    font-size: 20px;
    color: #000;
}
.copy-export > h6 {
    font-weight: 500;
    color: #000;
    font-size: 12px;
    margin-top: 5px;
} 
.modal-header {
    display: flex !important;
}

/*** Footer ***/
footer {
    padding: 1.5rem 0rem;
    float: left;
    width: 100%;
    background: #f9f9f9;
    position: relative;
    border-top: 1px solid #dbdbdb;
    bottom: 0rem;
}


/** Color Picker **/
.color-picker {
    text-align: center;
    width: 100%;
    float: left;
    background: #FAFBFE;
} 
.btn-circle {
    width: 50px;
    height: 50px;
    margin: 10px auto;
    border-radius: 100% !important;
    border: 1px solid #d8d8d8 !important;
    background-color: #fff !important;
    line-height: 40px !important;
    margin-bottom: 1rem;
}
.btn-circle > i {
    font-size: 20px;
}
.select-picker {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-weight: 500;
}
#code-output {
    height: 300px;
    border: 0px !important;
    border-radius: 1rem;
    margin: 0rem 0rem 2rem 0rem !important;
    float: left;
    width: 100%;
}
#code-format {
    padding: 0.1rem;
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
    margin: 1rem auto 1rem auto;
    flex-direction: row;
}
.code-format-wrap {
    float: left;
    width: 20%;
    padding: 2rem;
}
h4.code-format-title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1rem;
}
.code-format-wrap p {
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.5px;
}
#filter-output {
    display: flex;
    margin: 2.5rem 0rem 1.5rem 0rem;
    width: 100%;
    justify-content: space-around;
}
.filter-output-combination:hover .shade-copy,
.co-color-hormonies > span:hover .shade-copy {
    visibility: visible;
}
.cl-pick-save {
    line-height: 45px !important;
    text-transform: uppercase;
    cursor: pointer; 
}
.filter-output-combination {
    width: 14%;
    background: #fff;
    text-align: left;
}
.filter-output-combination h4 {
    color: #152c5b;
    margin-top: 10px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.filter-output-combination > div {
    height: 110px;
}

#combine-output {
    float: left;
    width: 100%;
    clear: both;  
}
.color-hormonies {
    float: left;
    width: 100%;
    padding: 1rem;
    margin: 1rem 0rem;
    text-align: left;
}
h2.color-hormonies-title {
    color: #000;
    font-size: 24px;
}
p.color-hormonies-desc {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
}
.co-color-hormonies {
    display: flex;
    justify-content: stretch;
    line-height: 3.8;
}
.co-color-hormonies > span {
    margin: 0px;
    height: 60px;
    width: 100%;
    text-align:center;
}
.filter-output-combination h6 {
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: -0.5px;
}
.filter-output-combination>div {
    height: 110px;
    border-radius: 12px;
}

/* Page: Material Color  */
.mc-hexa-color-code {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #718096 !important;
}
.lh-20 {
    line-height: 1.25rem !important;
}
.material-color {
    margin: 1rem;
}

.material-color:hover .btn-shade {
    visibility: visible;
}

.mc-copy {
    position: absolute;
    right: 0rem;
    top:0rem;
    font-weight: 400 !important;
    padding: 0.125rem 0.3125rem !important;
    font-size: 0.6875rem !important;
    text-transform: capitalize !important;
    visibility: hidden;
}
.mc-heading {
    margin-top: 1.5625rem;
    margin-left: 0.3125rem;
    margin-bottom: 0.9375rem;
}
.m-color-code {
    width: 92%;
    margin: 0 auto;
    float: left;
    padding-bottom: 0.2%;
    padding-top: .2%;
}
.mc-code:hover > .mc-copy,
.mc-code:hover > .color-hexa-center {
    visibility: visible;
}
.mc-code {
    min-height: 11.5rem;
    padding: 1rem;
    border-radius: 12px;
}
.color-hexa-center {
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 8;
    visibility: hidden;
}
.material-colors-ul {
    display: block;
    margin-bottom: 0rem;
    width: 100%;
    text-align: center;
    padding: 0.3125rem 0rem;
}
.material-colors-ul > li {
    display: inline-block;
    padding: 0.125rem;
}
.material-colors-ul > li > a {
    font-size: 12px;
    color: #484747;
    padding: 0.3125rem 0.375rem;
    font-weight: 500 !important;
}
.material-colors-ul > li > a:hover {
    text-decoration: none;
}
.material-colors-ul > li > a.active {
    border-radius: 4px;
    background: #595eff;
    color: #fff;
}

.material-color h5 {
    font-size: 14px;
    border-radius: 6px;
    text-transform: capitalize;
    padding: 5px 8px;
    background: rgb(255 255 255 / 25%);
    letter-spacing: -0.5px;
}

.cust-color-picker {
    width: 100%;
    float: left;
    padding-bottom: 2rem;
}
/* Page: More Colors */
.more-colors-hex-blk {
    height: 10.5rem;
    padding: 0.75rem;
    border-radius: 9px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;

    position: relative;
    transition: 0.3s ease-in-out all;
}
.more-colors-hex-blk > span {
    color: #0a0a0a;
    font-size: 12px;
    border-radius: 6px;
    text-transform: capitalize;
    padding: 5px 8px;
    background: rgb(255 255 255 / 25%);
    opacity: .85;
}
h4.nameFullView {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 20px;
}

h4.nameFullView > span {
    background: rgba(255, 255,255, 0.3);
    padding: 10px 20px;
    border-radius: 9px;
}
.color-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.6875rem 0.45rem;
    background: #fff;
}
.solid-color {
    margin: 1rem;    
}

.solid-color h5 {
    padding-left: 0.25rem;
    color: #0a0a0a;
    font-size: 14px;
    border-radius: 6px;
    text-transform: capitalize;
    padding: 5px 8px;
    background: rgb(255 255 255 / 25%);
    letter-spacing: -0.5px;
}

.solid-color-name {
    font-weight: 600;
    visibility: hidden;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.solid-color:hover .solid-color-name,
.solid-color:hover .btn-shade,
.solid-color:hover .color-hexa-center  {
    visibility: visible;
}
.fs-13 {
    font-size: 13px !important;
    font-weight:600; 
}
.dropdown-toggle::after {
    display: none !important;
}
.btn-copy {
    clear: both;
    border-radius: 0.1875rem !important;    
    font-weight: 400 !important;
    color: #544d4d !important;
    background: #fff !important;
}
.btn-copy > i {
    font-size: 1.25rem;
}

.cui-btn-rounded {
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    line-height: 1.20 !important;
    border: 0.0625rem solid #d4d4d4 !important;
    border-radius: 0.1875rem !important;
    color: #232323 !important;
    background: #fff;
 }
 .cui-btn-rounded:hover {
    background: #fbfbfb;
 }

 .footer-social-nav {
     float: right;
     margin-bottom: 0rem;
     padding-left: 0rem;
 }
 .footer-social-nav li {
    display: inline-block;
 }
 .footer-social-nav li a {
    color: #000;
    font-size: 1rem;
    margin-left: 0.75rem;
    height: 30px;
    text-align: center;
    width: 30px;
    float: left;
    line-height: 30px;
    border-radius: 100%;
    background: #e8e8e8;
 }
 .footer-copyright {
     font-size: 0.85rem;
     color: #4e4d4d;
     line-height: 1.75rem;
     font-weight: 400;
     font-family: 'Inter', sans-serif !important;
 }
 .dropdown:hover>.dropdown-menu {
    display: block;
    
  }
  .dropdown-menu {
    border: 1px solid rgba(31, 45, 61, 0) !important;
    box-shadow: 0 .5rem .5rem rgba(31, 45, 61, .15) !important;
    padding: .85rem 0.5rem !important;
    border-radius: 3px !important;
    margin-top: 0px !important;
}
  .dropdown-item {
      padding: .4rem 1rem !important;
      color: #000 !important;
      font-size: 14px !important;
      font-weight: 500 !important;
  }
  .dropdown-item:hover {
      background-color: rgb(238, 234, 234) !important;
      border-radius: 8px;
  }
  .menu-item {
      text-transform: capitalize;
  }
 .footer-logo a {
     color: #000;
     font-weight: 600;
     font-size: 1.125rem;
 }
 .footer-logo a:hover {
     color: #000;
     text-decoration: none;
 }
 .color-grid-hexa-copied {
    float: left;
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    visibility: hidden;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #fff;
 }
 .page-404 {
     padding: 3rem 0rem;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }
 .page-404-txt {
     margin: auto;
     margin-top: 5rem;
 }
 .page-404 h1 {
     font-size: 4.875rem;
     letter-spacing: -0.0625rem;
 }

 .footer-pagination {
     width: 100%;
     float: left;
     background: #FBFBFB;
     padding-bottom: 3rem;
 }
 .bg-light-grey {
     background: #FBFBFB;
 }
 .hex input {
     border: 0rem !important;
     background: transparent;
     text-align: center;
 }
 .hex input:focus {
     outline: none;
     background: transparent;
 }
 /* Media CSS */
 @media only screen and (max-width: 47.9375rem) { 
    header {
        padding: 3% 0%;
    }
    .color-grid-hexa {
        line-height: 7;
    }
    .footer-pagination  {
        clear: both;
        margin-bottom: 2rem;
    }
    .pagin {
        justify-content: center;
    }
    .footer-logo,
    .footer-copyright {
        text-align: center;
        width: 100%;
        margin-bottom: 2%;
    }
    .footer-social-nav {
        float: none;
        text-align: center;
    }
    .pagination-wrapper {
        text-align: center;
    }
    .material-colors-ul {
        text-align: justify;
    }
    #generate {
        margin: 4% auto;
        display: block;
    }
    .view-palette-settings > a {
        text-align: center;
    }
    .view-palette-settings {
        text-align: center;
    }
    #dynamic-shade-generate {
        width: 95% !important;
    }
 }

@media only screen and (max-width: 37.5rem) { 
    .hex-shade {
        display: none;
    }
 }
 @media only screen and (max-width: 62rem) { 
    .navbar-toggler {
        border: 0.125rem solid var(--primary-color) !important;
        border-radius: 0.2rem !important;
    }
    .navbar > .container, .navbar > .container-fluid {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .navbar > .container, .navbar > .container-fluid {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .mb-olny {
        display: block !important;
    }
    .mb-none {
        display: none !important;
    }
    header {
        padding: 1% 0%;
    }
    .color-grid-hexa {
        line-height: 6;
    }
    .navbar .navbar-nav .nav-item .nav-link,
    .navbar .navbar-nav .nav-item {
        margin: 0% !important;
    }
    #navbar-transparent {
        background: #eee;
        padding: 1% 3%;
        border-radius: 0.375rem;
    }
    .sidemenu-icon {
        color: #5d5d5d !important;
        position: absolute;
        right: 1.25rem;
    }
    .mob-hide {
        display: none;
    }
    .mob-view-fav {
        display: block !important;
        margin-left: auto;
        float: right;
        position: absolute;
        right: 3.5rem;
        top: 0.5rem;
    }

 }

 .mob-view-fav {
     display: none;
 }

.normal-mode {
    display: none;
    position: absolute;
    right: 0.625rem;
    bottom: 0.625rem;
    z-index: 2;
    font-weight: 500;
    padding: 0.3125rem 0.625rem;
    border-radius: 0.25rem;
    color: #fff;
    border: 0.125rem solid #fff;
    font-size: 0.875rem;
    color: #232323;
    background: #fff;
}
.normal-mode:hover {
    text-decoration: none;
}
.normal-mode:focus {
    background: #fff;
    color: #000;
}
.h-40 {
    height: 2.5rem;
}
.c-shades {
    display: flex;
    flex-direction: column-reverse; 
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
}
.shades {
    width: 100%;
    flex: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 2.1875rem;
    cursor: pointer;
    position:relative;
    transition: 0.2s ease-in-out all;
    font-family: 'Manrope', sans-serif !important;
}
.shades:hover {
    flex-basis: 1.5rem;
    transition: 0.2s ease-in-out all;
}
.active-shade {
    position: absolute;
    top: -0.3125rem;
    right: 0.1875rem;
    font-size: 0.6875rem;
    text-transform: capitalize;
}
.l-color {
    color: #000;
}
.d-color {
    color: #fff;
}


/* Page Shade Generator */
.shade-header {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3rem 0rem;
}
.shade-header > h1 {
    width: 100%;
    font-weight: 800;
    color:#000;
    letter-spacing: -1.5px;
    text-transform: capitalize;
}
.shade {
    width: 35%;
    margin: 0px auto;
    padding: 1rem;
    float: left;
    clear: both;
}
.shade-panel {
    width: 100%;
    float: left;
    margin-bottom: 0rem;     
}
.shade-panel label {
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.export-img-palette {
    margin-bottom: 3rem;
}
.img-palette-section {
    background: #FAFBFE;
    float: left;
    width: 100%;
}
.export-img-palette-btn {
    background: #fff !important;
}
#color-picker,
.select-shade-color {
    background: transparent;
    border: 2px solid #333334;
    border-radius: .5rem;
    padding: .7rem 1.25rem;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.5;
    transition: all .2s ease;
    color: #000;
    width: 79%;
    text-transform: lowercase;
    font-family: 'Manrope', sans-serif;;
}
.form-control:focus,
.select-shade-color:focus {
    border-color: rgba(0, 138, 255, .5);
    outline: 0;
}
.sp-colorize-container {
    border: 0rem !important; 
}
.sp-colorize {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 1.25rem;
    position: relative;
    top: 2.5rem;
    left: 0.6rem;
}
.hexa-shade-input {
    background: transparent;
    border: 0.125rem solid #057085;
    border-radius: 0.25rem;
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 500;
    width: 100%;
}
.preview-color {
    width: 100%;
    float: left;
    height: 5rem;
    border-radius: .375rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 5rem;
    margin-top: .5rem;
    background: #cccccc;
    color: #152c5b;
    text-transform: capitalize;
}
#btn-shade-generator {
    font-size: 14px;
    padding-bottom: 0.65rem;
    font-weight: 500;
    padding-top: 0.65rem;
}
.btn-c-primary {
    color: #fff !important;
    background-color:var(--primary-color) !important;
    width: 100%;
    font-weight: 500 !important;
    border-radius: 0.25rem !important;
    margin-top: .5rem !important;
    transition: 0.2s ease-in-out all !important;
}
.btn-c-primary:hover {
    background-color: #004856 !important;
}
#dynamic-shade-generate {
    width: 70%;
    margin: 0 auto;
    padding: 5rem;
}
#generate-shade-sec {
    background: #fff;
    float: left;
    width: 100%;
}
.bg-none {
    background: transparent !important;
}
.dark-shades,
.light-shades {
    display: flex;
    margin-bottom: 3.5rem;
}
.dark-shades {
    flex-direction: row-reverse;
}
.light-shades {
    flex-direction: row;
}
.shade-dark,
.shade-light {
    flex: auto;
    min-height: 2.85rem;
    position: relative;
    text-align: center;
    margin: 1px;
    border-radius: 2px;
}
.hex-shade {
    position: absolute;
    bottom: -2.5rem;
    left: 11%;
    font-size: 12px;
    background: #ededed;
    color: #2e2e2e;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: lowercase;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    letter-spacing: .5px;
}
.shade-copy {
    line-height: 4.85rem;
    cursor: pointer;
    visibility: hidden;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    padding: 0.5rem 0.75rem;
    box-shadow: none;
    transition: all .1s ease-in-out;
}
.shade-dark:hover > .shade-copy,
.shade-light:hover > .shade-copy {
    visibility: visible;
}
.shade-copy > i {
    position: relative;
    font-size: 13px;
}
.export-color-codes {
    display: flex;
}
.export-color-codes > div:first-of-type {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.export-color-codes > div:last-of-type {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}
.export-color-codes > div {
    flex: 1;
    height: 2.5rem;
}


/* Sidebar Menu */
.sidenav {
    height: 100%;
    width: 0; 
    position: fixed;
    z-index: 9999;
    top: 0; 
    right: 0;
    background-color: #fff;
    overflow-x: hidden; 
    padding-top: 3.75rem; 
    transition: 0.5s;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.15), 0 3px 1px -2px rgba(0,0,0,.13)
}
  
.sidenav a {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    display: block;
    transition: 0.3s;
    font-family: 'Heebo', sans-serif !important;
    font-weight: 400;
}

.sidenav a:hover {
    color: #333;
    text-decoration: none;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 0rem;
    font-size: 2.25rem;
}
.sidenav li:first-child {
    border-bottom: 1px solid #ededed;
    line-height: 0px;
}
#styleSpan {
    margin: 1rem 0rem !important;
}



@media screen and (max-height: 28.125rem) {
    .sidenav {padding-top: 0.9375rem;}
    .sidenav a {font-size: 1.125rem;}
}
@media screen and (max-width: 75rem) {
    .color-grid-hexa {
        line-height: 7;
    }
}

@media screen and (max-width: 30rem) {    
    .view-palette-settings > a {
        margin: 2% 0%;
    }
    .view-palette {
        flex-direction: column;
    }
    .mt-xm-4 {
        margin-top: 5%;
    }
}
@media screen and (max-width: 1200px) {
    #code-output {
        height: 250px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .color-pallete {
        padding: 0px !important;
    }
    .color-grid-wrap {
        height: 300px;
    }
    .color-grid-hexa {
        line-height: 5;
    }
    .palette-dropdown {
        top: 0px;
    }
    .shade {
        width: 50%;
    }
    #dynamic-shade-generate {
        width: 90%;
    }
    .shade-dark, 
    .shade-light {
        height: 4.75rem;
    }
}
@media screen and (max-width: 992px) {    
    .filter-output-combination {
        flex-basis: 26%;
    }
}
@media screen and (max-width: 480px) {    
    .filter-output-combination {
        flex-basis: 100%;
    }
    .shade-dark, .shade-light {
        height: 3rem;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .shade {
        width: 85%;
    }
    #dynamic-shade-generate {
        padding: 2rem 3rem;
    }
    .dark-shades, .light-shades {
        margin-bottom: 1rem;
    }
    .shade-dark, .shade-light {
        height: 4rem;
    }
    .hex-shade {
        display: none;
    }
}    
@media screen and (min-width: 768px) and (max-width: 992px) {
    .shade {
        width: 60%;
    }
    #dynamic-shade-generate {
        padding: 4rem 2rem;
        width: 90%;
    }
}  
@media screen and (max-width: 992px) {    
    #code-format {
        width: 100%;
    }
    #code-output {
        height: 150px;
    }
    #code-format {
        flex-wrap: wrap;
    }
    .code-format-wrap {
        padding: 5% 2%;
        width: 50%;
    }
    #filter-output {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .filter-output-combination {
        
        margin-bottom: 2%;
    }
    .single-color {
        height: 50vh; 
    }
    .view-palette {
        flex-direction: column;
    }
    .add-new-color {
        width : auto !important;
    }
    .flex-sm-col {
        flex-direction: column !important;
    }
}


.mb-olny {
    display: none;
}
.sidemenu-icon {
    color: #8a8a8a;
    cursor: pointer;
}

.generate-palette-info {
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 0.625rem;
    color: #273444;
    letter-spacing: -0.0125rem;
}
.generate-palette-info strong {
    margin-left: 0.375rem;
    margin-right: 0rem;
    color: #000;
}

::placeholder { 
color: #000;
opacity: 1; 
}

:-ms-input-placeholder { 
color: #000;
}

::-ms-input-placeholder { 
color: #000;
}



/* Pick palette from image */
.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 37.5rem;
}
.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 0.4375rem;
    border: 0.1875rem solid #eee;
    transition: all 0.2s ease;
    user-select: none;
}
.uploader label:hover {
    border-color: #013750;
}
.uploader label.hover {
    border: 0.1875rem solid #013750;
    box-shadow: inset 0 0 0 0.375rem #eee;
}
.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}
.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #start.hidden {
    display: none;
}
.uploader #start i.fa {
    font-size: 3.125rem;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
    color: #232323;
}
.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #response.hidden {
    display: none;
}
.uploader #response #messages {
    margin-bottom: 0.5rem;
}
.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 11.25rem;
}
.uploader #file-image.hidden {
    display: none;
}
.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.uploader #notimage.hidden {
    display: none;
}
.uploader progress, .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 11.25rem;
    height: 0.5rem;
    border: 0;
    border-radius: 0.25rem;
    background-color: #eee;
    overflow: hidden;
}
i.las.la-times-circle {
    font-size: 30px;
}
.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 0.25rem;
    background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #013750 0%, #013750 50%);
    border-radius: 0.25rem;
}
.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #013750 0%, #013750 50%);
    border-radius: 0.25rem;
}
.uploader input[type="file"] {
    display: none;
}
.uploader div {
    margin: 0 0 0.5rem 0;
    color: #152c5b;
    font-weight: 600;
    font-size: 1rem;
}
.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #013750;
    border-color: #013750;
    cursor: pointer;
}
#file-upload-btn:hover {
    color: #fff;
    background:#001823;
}
.create-palette-from-img {
    float: left;
    width: 100%;
    clear: both;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6% 0%;
}
.img-palette-color {
    height: 10.9375rem;
    flex: 1;
    border-radius: 100%;
    margin: 0% 1%;
    position: relative;
}
.img-palette-color span {
    font-weight: 600;
    color: #000;
    font-size: 0.875rem;
    text-transform: uppercase;
    cursor: pointer;
}
.palette-color {
    width: 100%;
    height: 10rem;
    border-top-left-radius: 0.315rem;
    border-top-right-radius: 0.315rem;
}

#img-upload span {
    transition: all 1s;
    opacity: 1;
}
#img-upload svg {
    display: none;
    margin: 0 auto;
    transition: all 1s;
}
  
.loading-start span {
    display: none;
    opacity: 0;
}
.loading-start svg {
    display: block;
    opacity: 1;
}

.export-img-palette {
    width: 100%;
    float:left;
    clear: both;
    text-align: center;
}


/* Notifications */
.noty_theme__nest.noty_bar .noty_body {
    padding: 0.9375rem !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.noty_theme__nest.noty_bar {
    border-radius: 30px !important;
}
.noty_theme__nest.noty_type__success {
    background: #000 !important;
}

.contact-section {
    padding-bottom: 5%;
    width: 100%;
    float: left;
    clear: both;
    background: #fff;
}
.contact-header {
    width: 100%;
    float: left;
    text-align: center;
    padding: 3rem 0rem;
}
.contact-header > h1 {
    width: 100%;
    font-weight: 800;
    color:#000;
    letter-spacing: -0.0625rem;
    text-transform: capitalize;
}

textarea {
    resize: none;
}
.form-group label {
    margin-bottom: 0.2rem;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0.2rem;
}
.contact-sm-title {
    font-size: 1rem !important;
    text-transform: uppercase;
}
.form-group {
    margin-bottom: 0.8rem;
}
.contact-sub-heading {
    font-size: 1.5rem;
    color:#000;
    font-weight: 500;
    margin-bottom:1.5rem;
    letter-spacing: -0.0313rem;
}
.contact-sub-heading span {
    background: var(--primary-color);
    padding: 0.25rem 0.625rem;
    color: #fff;
}
.info h2 {
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 400; 
}
.info p {
    color:#5a5a5a;
}

#notimage {
    color: #cc0707;
}
.img-palette-wrap {
    width: 100%;
}
.fa-heart,
.fa-heart-o {
    font-weight: 400 !important;
}
.pri-color {
    color: #444042 !important;
}
.your-fav {
    margin-right: 0.3125rem;
}
.add-new-color {
    width: 3.5%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.fs-18 {
    font-size: 1.125rem !important; 
}
.fs-16 {
    font-size: 1rem !important;  
}
.mr-5x {
    margin-right: 0.3125rem;
}
.toggle-favorites {
    text-align: center;
    width: 100%;
}
.fav-group-btns {
    border: 0.0625rem solid #ced4da;
    margin: 0rem;
    padding: 0.3125rem;
    display: inline-block;
    border-radius: 1.875rem;
}
.fav-group-btns > button {
    background: #ddd;
    padding: 0.3125rem 1.25rem;
    border-radius: 1.875rem;
    font-size: 0.8125rem;
}
.fav-group-btns > button.active {
    background-color: var(--primary-color);
    color: #fff;
}
#my-solid-colors {
    display: none;
}
#my-solid-colors,
#my-favorite-color-palette {
    min-height: 100vh;
    float: left;
    margin-bottom: 2rem;
    width: 100%;
}
.my-fav-heading {
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 26px;
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.my-fav-subheading {
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #686868 !important;
    font-size: 16px;
    margin-bottom: 3rem;
}
.push-right {
    margin-left: auto;
} 
.solid-colors {
    float: left;
    width: 92%;
    margin: 0px auto;
}
.single-preload {
    float: left;
    min-height: 270px;
}
#loader {
    width: 100%;
    float:left;
    text-align: center;
    padding: 2rem 0rem 2rem 0rem !important;
}
.modal-body {
    padding: 1rem 1rem 2rem 1rem !important;
}
.modal-title {
    font-family: "Inter", sans-serif !important;
    color: #000; 
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}
.fs-icon {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #000;
}
.mr-10px {
    margin-right: 0.625rem; 
}
.tooltip {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8125rem !important;
}
.fa-circle {
    font-size: 5px !important;
    float: left;
    padding-left: 2px;
    color: #544d4d;
}
#fullview {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}
.fullscreen-close {
    position: absolute;
    background: #fff;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(43, 42, 42, 0.6);
}
.fullscreen-close > i {
    color: #000;
}
.solid-color-hexa {
    color: #000 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    background: rgba(255,255,255,0.25);
    border-radius: 8px;
    padding: 8px 12px;
    cursor:  pointer;
    /*font-family: 'Manrope', sans-serif;*/
    transition: 0.3s ease-in-out;
}
.solid-color-hexa:hover {
    background-color: rgba(255,255,255,0.6);
}
.btn-shade {
    line-height: 1rem !important;
    cursor: pointer;
    visibility: hidden;
    background-color: rgb(255 255 255 / 40%) !important;
    border-radius: 4px !important;
    max-height: 35px;
    color: #000;
    /*border: 1px solid #cbcbcb !important;*/
    padding: 0.5rem 0.7rem !important;
    transition: all .1s ease-in-out !important;
}
.btn-shade > i {
    font-size: 12px !important;
}
.hexa-name-color {
    font-weight: 600;
    color: #000;
    font-size: 0.875rem;
    text-transform: uppercase;
    cursor: pointer;
}
.img-palette-wrap:hover .btn-shade,
.color-bottom:hover .btn-shade {
    visibility: visible;
}
textarea#message {
    max-height: 110px !important;
    border: 1px solid #e2e8f0;
}
#name,
#email,
#message {
    border: 1px solid #e2e8f0;
    border-radius: 2px !important;
    min-height: 45px;
    padding: 0.6rem 1.2rem;
}
.contact-subtitle {
	font-size: 18px;
}
.mar-5 {
	margin-top: 5rem;
}
.btn-lg {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 1rem 1.875rem !important;
    border-radius: 0.25rem !important;
    font-weight: 500 !important;
}
.copy-mo-palette,
.download-mo-palette {

    /* padding: 0.75rem 0.5rem; */
}
.pal-modal {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.pal-modal a {
    background: #efefef;
    margin: 1% 2%;
    padding: 0.5rem;
    border-radius: 100%;
    line-height: 1.5;
    flex-basis: 65px;
}
.pal-modal a:hover {
    text-decoration: none;
}
.pal-modal a i {
    font-size: 18px;
    color: #152c5b;
    margin-top: 0.3rem;
}
.pal-modal a h6 {
    color: #152c5b;
    font-weight: 700;
    font-size: 0.8rem;
}
.modal-intro {
    text-align: center;
    color: #152c5b;
    padding: 0.5rem;
    font-size: 1rem;
    border-top-right-radius: 0.75rem;
    background: #f5f5f5;
    font-weight: 600;
    border-top-left-radius: 0.75rem;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: -0.6rem;
    top: 1.35rem;
    color: rgba(31, 45, 61, .7);
}
#my-color-palette-btn,
#my-solid-color-btn {
    border-radius: 4rem !important;
}
.logo-text {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0.5rem;
    font-weight: 600;
}
.logo-text span {
    color: var(--primary-color) !important;
}

.btn-default {
    border: 1px solid #ddd;
    border-radius: 9px;
    font-size: 14px;
    font-family: var(--font-family);
    color: #000;
}
.btn-default:hover {
    text-decoration: none;
    color: #000;
}

.btn-md {
    padding: 10px 15px;
}

div#list-color-palettes {
    width: 95%;
    margin: 0px auto;
    float: left;
}
.px-2-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.btn-controls {
    float:right;
    height: 100%;
    visibility: hidden;
    line-height: 5.5;
}

.color-grid-inner:hover > .btn-controls {
    visibility: visible;
}
.btn-transparent {
    padding: 5px !important;
    position: relative;
    right: 10px;
}
.btn-transparent i {
    font-size: 14px;
    opacity: 0.8;
}
.single-color-code {
    font-weight: 500;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 24px;
}
.modal-content {
    border-radius: 1.05rem !important;
    border: 1px solid rgb(255 255 255 / 0%) !important;
}

.close {
    font-weight: 400 !important;
    font-size: 1.35rem !important;
}
.my-fav-btn { 
    font-size: 13px !important;
    border-radius: 6px !important;
}

.color-pallete {
    padding: 10px;
}

.btn-controls > a:hover {
    background: rgb(0 0 1 / 26%);
    line-height: 0rem;
}
.dropdown, .dropleft, .dropright, .dropup {
    float: right;
}

i.fa.fa-circle-thin {
    font-size: 6px !important;
    margin: 1px 1px;
    font-weight: 600;
    color: #000 !important;
}
span.count_no {
    font-size: 10px;
}

.sp-palette-container,
.sp-palette.sp-thumb.sp-cf {
    display: none;
}
.sp-container {
    border-radius: 12px !important;
}
.sp-clear, .sp-color, .sp-hue, .sp-sat, .sp-val {
    border-radius: 8px !important;
}
.sp-palette-container {
    padding: 15px !important;
}
.sp-picker-container {
    width: 250px !important;
}
.sp-container button {
    font-weight: 500 !important;
    border-radius: 6px !important;
}
.palette-dropdown {
    position: absolute !important;
    top: -95px !important;
    left: -110px !important;
    border: 1px solid rgb(199 192 192 / 60%) !important;
    box-shadow: none !important;
    border-radius: 12px !important;
}

h2.entry-title.default-max-width {
    text-align: center;
    letter-spacing: -0.5px;
    font-weight: 700;
    width: 100%;
    font-size: 38px;
    margin: 3rem 0rem;
}

article {
    padding: 3rem 0rem;
    width: 100%;
    direction: ltr;
    display: block;
}

article ul li {
    list-style: circle;
    margin-left: 30px;
}

ul.footer-privacy-menu {
    float: right;
}
ul.footer-privacy-menu li a {
    color: #585858;
    font-size: 14px;
    padding:  0px 5px;
}
ul.footer-privacy-menu li {
    margin: 0px 5px;
    list-style: none;
}