@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{
    font-family: Manrope, sans-serif !important;
}
h3{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #29343d;
    font-family: Manrope, sans-serif !important;
}
h5{
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #29343d;
    font-family: Manrope, sans-serif !important;
}
p{
    font-size: 15px;
    line-height: 24px;
    color: #98a4ae;
}
a, a:hover{
    text-decoration: none;
}
.btn{
    color: #fff;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 8px;
    vertical-align: middle;
    border: 1px solid #635bff;
}
.btn-primary{
    background-color: #635BFF;
    border-color: #635BFF;
}
.btn-primary:hover{
    background-color: #5249fe;
    border-color: #5249fe;
}
.btn-secondary{
    background-color: #16CDC7;
    border-color: #16CDC7;
}
.btn-secondary:hover{
    background-color: #1cc3bd;
    border-color: #1cc3bd;
}
.btn-success{
    background-color: #36c76c;
    border-color: #36c76c;
}
.btn-success:hover{
    background-color: #2ea95c;
    border-color: #2ea95c;
}
.btn-warning{
    background-color: #F8C20A;
    border-color: #F8C20A;
}
.btn-warning:hover{
    background-color: #d3a509;
    border-color: #d3a509;
}
.btn-danger{
    background-color: #ff6692;
    border-color: #ff6692;
}
.btn-danger:hover{
    background-color: #d9577c;
    border-color: #d9577c;
}
.btn-outline-primary{
    color: #635bff;
    border-color: #635bff;
}
.btn-outline-primary:hover{
    color: #fff;
    background-color: #635bff;
}
.btn-outline-secondary{
    color: #16CDC7;
    border-color: #16CDC7;
}
.btn-outline-secondary:hover{
    color: #fff;
    background-color: #16CDC7;
}
.btn-outline-success{
    color: #16CDC7;
    border-color: #16CDC7;
}
.btn-outline-success:hover{
    color: #fff;
    background-color: #16CDC7;
}
.btn-outline-warning{
    color: #F8C20A;
    border-color: #F8C20A;
}
.btn-outline-warning:hover{
    color: #fff;
    background-color: #F8C20A;
}
.btn-outline-danger{
    color: #ff6692;
    border-color: #ff6692;
}
.btn-outline-danger:hover{
    color: #fff;
    background-color: #ff6692;
}
input{
    box-shadow: none;
    outline: none;
}
.form-label{
    margin-bottom: .5rem;
    font-weight: 600;
    color: #29343d;
}
.form-control{
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #29343d;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #e0e6eb;
    border-radius: 8px;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus{
    box-shadow: 0 0 0 3px rgba(#635BFF,.8);
    border-color: #b1adff;
}
.form-select {
    background-image: url(../img/icons/caret-down.svg) !important;
    background-size: 24px 24px;
    background-position: right 11px center;
    display: block;
    width: 100%;
    padding: 10px 38px 10px 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #526b7a;
    appearance: none;
    background-color: transparent;
    border: 1px solid #e0e6eb;
    border-radius: 8px;
    word-wrap: normal;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select:focus{
    box-shadow: 0 0 0 3px rgba(#635BFF,.8);
    border-color: #b1adff;
}
textarea.form-control {
    min-height: calc(1.5em + 20px + calc(1px* 2));
}
.form-check {
    display: block;
    min-height: 1.313em;
    padding-left: 1.813em;
    margin-bottom: 12px;
}
.form-check-input{
    border-radius: .25em;
    float: left;
    margin-left: -1.813em;
    width: 1.313em;
    height: 1.313em;
    margin-top: .0935em;
    vertical-align: top;
    appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1.25px solid #bdc3cd;
    -webkit-print-color-adjust: exact;
}
.form-check-label{
    margin-bottom: 0;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}
.form-check-input:checked {
    background-color: #635bff;
    border-color: #635bff;
}
.form-check-input:checked[type=radio] {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}
.form-check-input:checked {
    background-color: #635bff;
    border-color: #635bff;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check-inline {
    display: inline-block;
    margin-right: 8px;
}
.form-control[type=file]{
    height: 43px;
    padding: 0px 10px;
    line-height: 37px;
}
.input-under-text{
    font-size: 13px;
    color: #98A4AE;
}
/* extra css */


.sidebar-brand{
    padding: 12px 15px 13px;
    background-color: #7163ba;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sidebar-brand-text{
    color: #000;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link{
    background: none;
}
.sidebar-nav{
    padding: 20px 10px;
}
.sidebar-content,body[data-theme=dark] .sidebar-content{background:#7163ba;}
.navbar-bg, body[data-theme=dark] .navbar-bg{background:#fff}
.hamburger, .hamburger:after, .hamburger:before{
    background-color: #222e3c;
}
.nav-flag, .nav-icon{
    color: #222e3c;
}
.navbar{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 8px 15px 8px;
    /* border-bottom: 1px solid #bbbbbb; */
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link{
    border-left: none;
    padding: .62rem 1.3rem;
    background-color: #fe83aa;
    color: #fff;
}
.sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active>.sidebar-link svg{
    color: #fff;
}
.sidebar-link:hover{
    background-color: #fe83aa;
    color: #fff;
    padding: .62rem 1.3rem;
}
.sidebar-link, a.sidebar-link{
    border-left: none;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #fff;
    padding: .62rem 1.3rem;
    border-radius: 20px;
}
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg{
    color: #fff;
}
.sidebar-dropdown .sidebar-link{
    color: #fff;
    padding: .62rem 1.3rem;
}
.sidebar-dropdown .sidebar-item .sidebar-link:hover{
    color: #222e3c;
    padding: .62rem 1.3rem;
    background-color: #ecf2ff;
}
.sidebar-dropdown .sidebar-item .sidebar-link{
    padding: .62rem 1.3rem;
}
.sidebar-dropdown .sidebar-dropdown .sidebar-dropdown .sidebar-link{
    padding: .62rem 1.3rem;
}
.sidebar-link[aria-expanded="true"], a.sidebar-link[aria-expanded="true"]{
    background-color: #635bff;
    color: #fff;
    padding: .62rem 1.3rem;
}
.sidebar-link[aria-expanded="true"] svg, a.sidebar-link[aria-expanded="true"] svg{
    color: #fff;
}
.sidebar-link[aria-expanded="true"] i, a.sidebar-link[aria-expanded="true"] i{
    color: #fff;
}
.main{
    background: #cfd5e5;
}

.content{
    padding: 30px 30px 30px;
}
.padding-box .card{
    margin-bottom: 0px;
    border-radius: 25px;
}
.wrapper, body[data-theme=dark] .wrapper{
    background: #fff;
}

/* nav ends */
.col-sm-2_5{
    width: 20%;
}
.primary-gradient {
    background-image: linear-gradient(180deg, rgba(99, 91, 255, .60) 0, rgba(99, 91, 255, .30) 100%);
}
.warning-gradient {
    background-image: linear-gradient(180deg, rgba(248, 194, 10, .60) 0, rgba(248, 194, 10, .30) 100%);
}
.secondary-gradient {
    background-image: linear-gradient(180deg, rgba(22, 205, 199, .60) 0, rgba(22, 205, 199, .30) 100%);
}
.danger-gradient {
    background-image: linear-gradient(180deg, rgba(255, 102, 146, .60) 0, rgba(255, 102, 146, .30) 100%);
}
.success-gradient {
    background-image: linear-gradient(180deg, rgba(54, 199, 108, .60) 0, rgba(54, 199, 108, .30) 100%);
}
.padding-box{
    padding: 30px 25px;
    background-color: #fafafa;
    border-radius: 25px;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    margin-bottom: 30px;
}
.padding-box .card{
    background-color: #fafafa;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    /* margin-bottom: 20px; */
    border-radius: 12px;
}
.padding-box .card .card-body{
    padding: 30px 15px;
    text-align: center;
}
.padding-box .card .card-body .top-icon i{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 25px;
    line-height: 48px;
    background-color: #635bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 15px;
}
.padding-box .primary-gradient .card-body .top-icon i{
    background-color: #635bff;
}
.padding-box .warning-gradient .card-body .top-icon i{
    background-color: #f8c20a;
}
.padding-box .secondary-gradient .card-body .top-icon i{
    background-color: #16cdc7;
}
.padding-box .danger-gradient .card-body .top-icon i{
    background-color: #ff6692;
}
.padding-box .success-gradient .card-body .top-icon i{
    background-color: #36c76c;
}
.padding-box .card .card-body .card-title{
    font-weight: 400;
    color: #000;
    font-size: 13px;
    margin-bottom: 12px;
}
.padding-box .card .card-body .card-number{
    font-weight: 500;
    color: #000;
    font-size: 23px;
    margin-bottom: 10px;
}
.padding-box .card .card-body .view-btn{
    background-color: #fafafa;
    color: #29343d;
    box-shadow: 0 6px 24.2px -10px rgba(41, 52, 61, .22);
    font-weight: 600 !important;
    font-size: 13px;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}
.padding-box .card .card-body .view-btn:hover{
    background-color: #29343d;
    color: #fff;
}
.table-outer-body{
    background-color: #fafafa;
    border-radius: 25px;
    padding-bottom: 15px;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
}
.table-outer-body .table-head{
    padding: 15px 25px;
    border-bottom: 1px solid #ebecef;
}
.table-outer-body .table-head h6{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.table-outer-body .table-inner-body{
    padding: 12px 25px;
}
.table-outer-body .table-inner-body .search-div{
    margin-bottom: 20px;
}
.table-outer-body .table-inner-body .search-div input{
    width: 100%;
    color: #111827;
    font-size: 0.875rem;
    border: 1px solid #D1D5DB;
    border-radius: 0.5rem;
    padding: 7px 12px;
    background-color: #F9FAFB;
    line-height: 1.4;
    box-shadow: none;
}
.table-outer-body .table-inner-body .search-div select{
    display: inline-block !important;
    width: 38%;
    color: #111827;
    font-size: 0.875rem;
    border: 1px solid #D1D5DB;
    border-radius: 0.5rem;
    padding: 7px 12px;
    background-color: #F9FAFB;
    line-height: 1.4;
    box-shadow: none;
    margin-right: 8px;
}
.table-outer-body .table-inner-body .search-div span{
    color: #111827;
    font-size: 12px;
}
.table-outer-body .table-inner-body .table{
    border: 1px solid #ebecef;
    background-color: #fff;
}
.table-outer-body .table-inner-body .table th{
    background-color: #f1f1f1;
    border: none;
}
.table-outer-body .table-inner-body .table tr:nth-child(even){
    background-color: #f1f1f1;
    border-radius: 10x;
}
.table-outer-body .table-inner-body .table td{
    border-bottom: none;
}
.table-outer-body .table-inner-body .user-pic img{
    border-radius: 50%;
    margin-right: 8px;
}
.status-paid {
    background-color: #d1f3df;
    color: #2e7d32;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
}
.status-cancelled{
    background-color: #ffcbda;
    color: #ff6692;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
}
.status-pending{
    background-color: #fef9c3;
    color: #ff9f29;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
}
  .action-btns i {
    margin: 0 3px;
    cursor: pointer;
    padding: 10px;
    font-size: 11px;
    border-radius: 50%;
  }
  .action-btns i.text-primary{
    background-color: #e4f1ff;
  }
  .action-btns i.text-success{
    background-color: #dcfce7;
  }
  .action-btns i.text-danger{
    background-color: #fee2e2;
  }

  .action-btns i:hover {
    opacity: 0.7;
  }
  .table-inner-body i.text-primary{
    background-color: #e4f1ff;
  }
  .table-inner-body i.text-success{
    background-color: #dcfce7;
  }
  .table-inner-body i.text-danger{
    background-color: #fee2e2;
  }

  .table-inner-body i:hover {
    opacity: 0.7;
  }

  /* inner pages start */

  .breadcrumb-header{
    padding: 15px 20px;
    background-color: #003463;
    /* background-image: linear-gradient(90deg,#c5e3ff, #dddbff); */
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-radius: 12px;
  }
  .breadcrumb-header h3{
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
  }
  .breadcrumb-header ul{
    margin-bottom: 0px;
  }
  .breadcrumb-header ul li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    padding-right: 22px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
  }
  .breadcrumb-header ul li a{
    color: #fff;
  }
  .breadcrumb-header ul li:last-of-type{
    margin-right: 0px;
    padding-right: 0px;
  }
  .breadcrumb-header ul li::after{
    content: "\f101";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
  }
  .add-user{
    background-color: #fafafa;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    padding: 30px;
    border-radius: 12px;
  }
  .breadcrumb-header ul li:last-of-type::after{
    content: none;
  }
  .upload-pic, .password-sec, .form-box{
    background-color: #fafafa;
    border: 1px solid #e0e6eb;
    padding: 30px;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    border-radius: 12px;
    margin-bottom: 30px;
  }
  .upload-pic img{
    width: 150px;
    height: 150px;
    margin: 20px auto 0px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  }
  .upload-pic span{
    font-size: 14px;
    line-height: 24px;
    color: #98a4ae;
    display: block;
  }
  .form-page{
    padding: 30px;
    background-color: #fafafa;
    border-radius: 25px;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
  }
  .add-product-page .left-side, .add-product-page .right-side, .add-product-page .media-box, .add-product-page .variation-box, .add-product-page .price-box{
    background-color: #fafafa;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 25px;
  }
  .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar{
    border-radius: 12px 12px 0px 0px !important;
  }
  .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{
    border-radius: 0px 0px 12px 12px !important;
    min-height: 160px;
  }

  .dropzone{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #635BFF !important;
    border-radius: 12px;
    background-color: #dddbff !important;
    min-height: 150px;
    background-color: #fafafa;
    padding: 20px 20px;
  }
  .dz-button{
    background-color: transparent;
    border: none;
    outline: none;
    color: #696969;
    font-weight: 500;
  }
  .radio-box {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    min-height: 50px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    user-select: none;
    background-color: #fff;
  }

  .radio-box input[type="radio"] {
    accent-color: #6c63ff;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .radio-box.active {
    border-color: #6c63ff;
    background-color: #f0edff;
  }
  .product-table th{
    min-width: 145px;
  }
  .product-table th:first-of-type{
    min-width: 65px;
  }
  .product-pic{
    min-height: 100px;
    min-width: 100px;
    height: 100px;
    width: 100px;
    border-radius: 12px;
  }
  .alert{
    padding:8px 10px;
    border-radius:7px;
    background-color: #fe83aa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .alert p{
    margin-bottom: 0px;
    color: #fff;
    margin-left: 8px;
  }

  .gallery-page .gallery-box{
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 4px -1px rgba(175, 182, 201, 0.2);
    margin-bottom: 25px;
    overflow: hidden;
  }
  .gallery-page .gallery-box img{
    object-fit: cover;
    width:100%;
    height: 240px;
  }
  .gallery-page .gallery-box .gallery-box-text{
    background-color: #fff;
    padding: 15px 25px;
    text-align: center;
    min-height: 98px;
  }
  .gallery-page .gallery-box .gallery-box-text h5{
    color: #5249fe;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .gallery-page .gallery-box .gallery-box-text p{
    color: #98A4AE;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }