:root {
    scroll-behavior: smooth;
  }
.wrapper {align-items:stretch;width:100%;height:auto;margin:0 auto;padding:0;position:relative;overflow: hidden;}
.filing-com{position: relative;width: 100%;}
img{max-width: 100%;}
ul, ul li{list-style: none;}
.bg-span{position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(0, 0, 0, 0.57);}
.p-60{padding:3.75rem;}
.padd_t_lg{padding-top: 6.25rem;}
.padd_b_lg{padding-bottom: 6.25rem;}
.padd_y_lg{padding-top:6.25rem;padding-bottom: 6.25rem;}
.padd_y_md{padding-top:5rem;padding-bottom: 5rem;}
.padd_t_md{padding-top: 5rem;}
.padd_b_md{padding-bottom: 5rem;}
.padd_t_sm{padding-top: 3.75rem;}
.padd_b_sm{padding-bottom: 3.75rem;}
.padd_y_xs{padding-top:2.5rem;padding-bottom:2.5rem}
.padd_t_xs{padding-top:2.5rem;}
.padd_b_xs{padding-bottom:2.5rem;}
.padd_y_sm{padding-top:3.75rem;padding-bottom: 3.75rem;}
.padd_x_sm{padding-left: 3.75rem;padding-right: 3.75rem;}
.p_tb_md{padding-top: 5rem;padding-bottom: 3.75rem;}
.landing_body .land_p_y{padding-top:5rem;padding-bottom: 5rem;}
.mw-xs{max-width: 20rem;}
.p-6{padding: 1.5rem !important;}
.p-y-20{padding-top:1.25rem;padding-bottom: 1.25rem;}
.pe-7{padding-right: 5rem;}
.p-b-65{padding-bottom: 4.0rem;}
.top-20{top:20%;}
.end-5{right:5%;}

.mw-xs .bg-white{background-color: #f1f1f1 !important;}
.object-img{object-fit: cover; object-position: top;}
/* ========= Theme Colors ========== */
.text-light-gray{color:#7b7b7b;}
.text-dark-gray{color:#666666;}
.text-dark-gray:hover{color:#666666;}
.text-d-gray{color:#313238;}
.text-64{color:#646464;}
.text-primary-blue{color:#191D7C;}
.text-primary-blue:hover{color:#191D7C;}
.text-primary-yellow{color:#E2C83E;}
.text-white{color: #ffffff;}
.text-black{color: #000000;}
.text-b{color:#0F0F2D;}

.bg-light-yellow{background-color: #FBF7F4;}
.bg-light-yellow_II{background-color: #FDF9F7;}
.bg-primary-yellow{background-color:#E2C83E;}
.bg-primary-blue{background-color:#191D7C;}
.bg-light-blue{background-color:#F4F7FD;}

.btn-yellow{background-color: #E2C83E;font-weight: 600;border-radius: 15px;display: inline-block;box-shadow: 0px 8px 24px #FFF8D6;padding-top: 12px; padding-bottom: 12px;outline: none;border: none;}
.btn-yellow:hover,.btn-yellow:focus{background-color: #E2C83E;color:#191D7C;box-shadow: 0px 8px 24px #FFF8D6;outline: none;border: none;}

.smile_arrow{top:-4rem;}
.wh_125{width:125px;height: 125px;}

/* ========= Text Size ========== */
.fs-12{font-size: 0.76rem;}
.fs-14{font-size: 0.9rem;}
.fs-18{font-size: 1.12rem;}
.fs-40{font-size:2.5rem;}
.fs-46{font-size: 2.87rem;}
.fs-48{font-size: 3rem;}
.fs-inherit{font-size: inherit;}
.fw-bold-900{font-weight: 900;}
.round-12{border-radius: 12px;}
.round-16{border-radius: 16px;}
.round-24{border-radius: 24px;}


/* ========= Button Colors ========== */
.btn-primary-blue{background-color:#191D7C;border-color:#191D7C;color:#fff;box-shadow: unset;}
.btn-primary-blue:hover,.btn-primary-blue:focus{background-color:#191D7C;border-color:#191D7C;color:#fff;box-shadow: unset;}

.btn-primary-yellow{background-color:#E2C83E;border-color:#E2C83E;color:#fff;box-shadow: unset;}
.btn-primary-yellow:hover, .btn-primary-yellow:focus{background-color:#E2C83E;border-color:#E2C83E;color:#fff;box-shadow: unset;}

.main-container{position: relative;margin-top: 4.25rem !important;}
.sidebar-menu{top: 4.25rem;}
.header_logo{flex: 0 0 auto;width: 14.3%;}
.header_profile{flex: 0 0 auto;width: 85.7%;}

button{box-shadow: unset !important;outline: none !important;}
button:hover,button:focus{box-shadow: unset !important;outline: none !important;}

.btn{box-shadow: unset !important;outline: none !important;}
.btn:hover,.btn:focus{box-shadow: unset !important;outline: none !important;}

.form-control{box-shadow: unset !important;outline: none !important;}
.form-control:hover, .form-control:focus{box-shadow: unset !important;outline: none !important;}

.form-select{box-shadow: unset !important;outline: none !important;}
.form-select:hover, .form-select:focus{box-shadow: unset !important;outline: none !important;}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
  }

  @media (max-width: 1199px) {
    #main {
      padding: 20px;
    }
  }

  /*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
  .pagetitle {
    margin-bottom: 10px;
  }

  .pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
  }

  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }

  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }

  .back-to-top:hover {
    background: #6776f4;
    color: #fff;
  }

  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }

  /*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
  /* Dropdown menus */
  .dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  }

  .dropdown-menu .dropdown-header,
  .dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
  }

  .dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
  }

  .dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
  }

  .dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
  }

  .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
  }

  .dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
  }

  @media (min-width: 768px) {
    .dropdown-menu-arrow::before {
      content: "";
      width: 13px;
      height: 13px;
      background: #fff;
      position: absolute;
      top: -7px;
      right: 20px;
      transform: rotate(45deg);
      border-top: 1px solid #eaedf1;
      border-left: 1px solid #eaedf1;
    }
  }

  @-webkit-keyframes dropdown-animate {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }

    0% {
      opacity: 0;
    }
  }

  @keyframes dropdown-animate {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }

    0% {
      opacity: 0;
    }
  }

  /* Light Backgrounds */
  .bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
  }

  .bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
  }

  .bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
  }

  .bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
  }

  .bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
  }

  .bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
  }

  .bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
  }

  /* Card */
  .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  }

  .card-header,
  .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
  }

  .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
  }

  .card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
  }

  .card-body {
    padding: 0 20px 20px 20px;
  }

  .card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
  }

  /* Alerts */
  .alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
  }

  /* Close Button */
  .btn-close {
    background-size: 25%;
  }

  .btn-close:focus {
    outline: 0;
    box-shadow: none;
  }

  /* Accordion */
  .accordion-item {
    border: 1px solid #ebeef4;
  }

  .accordion-button:focus {
    outline: 0;
    box-shadow: none;
  }

  .accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
  }

  .accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
  }

  .accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
  }

  .accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
  }

  /* Breadcrumbs */
  .breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
  }

  .breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
  }

  .breadcrumb a:hover {
    color: #51678f;
  }

  .breadcrumb .breadcrumb-item::before {
    color: #899bbd;
  }

  .breadcrumb .active {
    color: #51678f;
    font-weight: 600;
  }

  /* Bordered Tabs */
  .nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
  }

  .nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
  }

  .nav-tabs-bordered .nav-link:hover,
  .nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
  }

  .nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
  }

  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  .logo {
    line-height: 1;
    width: 130px;
  }



  .header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
  }

  .header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #012970;
  }

  .header .search-bar {
    min-width: 360px;
    padding: 0 20px;
  }

  @media (max-width: 1199px) {
    .header .search-bar {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      padding: 20px;
      box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
      background: white;
      z-index: 9999;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0;
    }

    .header .search-bar-show {
      top: 60px;
      visibility: visible;
      opacity: 1;
    }
  }

  .header .search-form {
    width: 100%;
  }

  .header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
  }

  .header .search-form input:focus,
  .header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
  }

  .header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
  }

  .header .search-form button i {
    color: #012970;
  }

  /*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
  .header-nav ul {
    list-style: none;
  }

  .header-nav>ul {
    margin: 0;
    padding: 0;
  }

  .header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
  }

  .header-nav .nav-profile {
    color: #012970;
  }

  .header-nav .nav-profile img {
    max-height: 36px;
  }

  .header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
  }

  .header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
  }

  .header-nav .notifications {
    inset: 8px -15px auto auto !important;
  }

  .header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
  }

  .header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
  }

  .header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
  }

  .header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
  }

  .header-nav .messages {
    inset: 8px -15px auto auto !important;
  }

  .header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
  }

  .header-nav .messages .message-item a {
    display: flex;
  }

  .header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
  }

  .header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
  }

  .header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
  }

  .header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
  }

  .header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
  }

  .header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
  }

  .header-nav .profile .dropdown-header span {
    font-size: 14px;
  }

  .header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
  }

  .header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
  }

  .header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
  }

  /*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
  .sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
  }

  @media (max-width: 1199px) {
    .sidebar {
      left: -300px;
    }
  }

  .sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
  }

  .sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
  }

  @media (min-width: 1200px) {

    #main,
    #footer {
      margin-left: 300px;
    }
  }

  @media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
      left: 0;
    }
  }

  @media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
      margin-left: 0;
    }

    .toggle-sidebar .sidebar {
      left: -300px;
    }
  }

  .sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .sidebar-nav .nav-item {
    margin-bottom: 5px;
  }

  .sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
  }

  .sidebar-nav .nav-link {
    color: #4154f1;
    transition: 0.3;
    background: #f6f9ff;
    border-radius: 4px;
  }

  .sidebar-nav .nav-link i {
    font-size: 18px;
    margin-right: 10px;
    color: #4154f1;
  }

  .sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
  }

  .sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
  }

  .sidebar-nav .nav-link:hover {
    color: #4154f1;
    background: #f6f9ff;
  }

  .sidebar-nav .nav-link:hover i {
    color: #4154f1;
  }

  .sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
  }

  .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
  }

  .sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
  }

  .sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #012970;
    transition: 0.3;
    padding: 10px 0 10px 40px;
    transition: 0.3s;
  }

  .sidebar-nav .nav-content a i {
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
  }
  .sidebar-nav .nav-content a:hover,
  .sidebar-nav .nav-content a.active {
    color: #4154f1;
  }

  .sidebar-nav .nav-content a.active i {
    background-color: #4154f1;
  }

  /*--------------------------------------------------------------
  # Dashboard
  --------------------------------------------------------------*/
  /* Filter dropdown */
  .dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
  }

  .dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
  }

  .dashboard .filter .icon:hover,
  .dashboard .filter .icon:focus {
    color: #4154f1;
  }

  .dashboard .filter .dropdown-header {
    padding: 8px 15px;
  }

  .dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
  }

  .dashboard .filter .dropdown-item {
    padding: 8px 15px;
  }

  /* Info Cards */
  .dashboard .info-card {
    padding-bottom: 10px;
  }

  .dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }

  .dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
  }

  .dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
  }

  .dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
  }

  /* Activity */
  .dashboard .activity {
    font-size: 14px;
  }

  .dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
  }

  .dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
  }

  .dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
  }

  .dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
  }

  .dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
  }

  .dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
  }

  /* News & Updates */
  .dashboard .news .post-item+.post-item {
    margin-top: 15px;
  }

  .dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
  }

  .dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
  }

  .dashboard .news h4 a:hover {
    color: #4154f1;
  }

  .dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
  }

  /* Recent Sales */
  .dashboard .recent-sales {
    font-size: 14px;
  }

  .dashboard .recent-sales .table thead {
    background: #f6f6fe;
  }

  .dashboard .recent-sales .table thead th {
    border: 0;
  }

  .dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
  }

  .dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
  }

  /* Top Selling */
  .dashboard .top-selling {
    font-size: 14px;
  }

  .dashboard .top-selling .table thead {
    background: #f6f6fe;
  }

  .dashboard .top-selling .table thead th {
    border: 0;
  }

  .dashboard .top-selling .table tbody td {
    vertical-align: middle;
  }

  .dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
  }



  /*--------------------------------------------------------------
  # Profie Page
  --------------------------------------------------------------*/
  .profile .profile-card img {
    max-width: 120px;
  }

  .profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
  }

  .profile .profile-card h3 {
    font-size: 18px;
  }

  .profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
  }

  .profile .profile-card .social-links a:hover {
    color: #012970;
  }

  .profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .profile .profile-overview .card-title {
    color: #012970;
  }

  .profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
  }

  .profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
  }

  .profile .profile-edit img {
    max-width: 120px;
  }



  /*--------------------------------------------------------------
  # Error 404
  --------------------------------------------------------------*/
  .error-404 {
    padding: 30px;
  }

  .error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #4154f1;
    margin-bottom: 0;
    line-height: 150px;
  }

  .error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
  }

  .error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
  }

  .error-404 .btn:hover {
    background: #3e4f6f;
  }

  @media (min-width: 992px) {
    .error-404 img {
      max-width: 50%;
    }
  }

/*--------------------------------------------------------------
  # Avatar Upload photo
  --------------------------------------------------------------*/
  .kv-avatar .krajee-default.file-preview-frame,.kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}
.kv-avatar {
    display: inline-block;
}
.kv-avatar .file-input {
    display: table-cell;
    width:100%;
}


.kv-avatar .file-drop-zone{min-height: 165px;}
.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}
.stats-avatar{width: 100%;}
.stats-avatar .file-input{display: block;}
.stats-avatar .file-input .krajee-default.file-preview-frame .kv-file-content{width:100%;}
.stats-avatar .file-input .file-preview{padding: 0px;}
.stats-avatar .file-input .file-preview-frame{min-height: 256px;}
.stats-avatar .file-input .file-default-preview{background-color: #959595;min-height: 256px;}
.stats-avatar .file-input .file-default-preview img{max-height: 250px;object-fit: cover;}

.single_upload .krajee-default.file-preview-frame .kv-file-content{width:100%;}
.single_upload .krajee-default.file-preview-frame{border:none;box-shadow: unset;float: unset;}
.single_upload .krajee-default.file-preview-frame:hover{border:none;box-shadow: unset;float: unset;}

.favicon_upload .file-drop-zone{min-height: 180px;}
.favicon_upload .krajee-default.file-preview-frame .kv-file-content{height:80px;}
.favicon_upload .krajee-default .file-footer-caption{margin-bottom: 0px;}

/*--------------------------------------------------------------
  # Client - Brand Logo
  --------------------------------------------------------------*/
.logo_grid_box{display: grid;gap: 15px;}

@media (min-width: 992px) {
  .logo_grid_box{grid-template-columns: repeat(4, 1fr);}
  .min-height-custome{min-height: 83vh;}
}

@media (min-width: 1600px) {
  .logo_grid_box{grid-template-columns: repeat(5, 1fr);}
  .min-height-custome{min-height: 85vh;}
}

/*--------------------------------------------------------------
  # Table
  --------------------------------------------------------------*/
.tr_unread{}
.tr_unread td{background-color: #f1f1f1;}

  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
  }

  .footer .copyright {
    text-align: center;
    color: #012970;
  }

  .footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
  }


.service-footer{display: flex;align-items: center;justify-content: end;gap:10px;width:100%;}
.service-footer .reqmod-btn{border: none;color:#a5a5a5;cursor: pointer;font-size: 15px;font-weight: 400;letter-spacing: 1px;transition: 0.5s ease;display:inline-block;padding:0px;background: transparent;border:none;margin: 0px !important;}
.service-footer .reqmod-btn.disabled{display: none;}
.service-footer .reqmod-btn:hover,.service-footer .reqmod-btn:focus{background: transparent;color:#333;}
.service-footer .next-modal{background-color:#E2C83E;border-color:#E2C83E;color:#fff;box-shadow: unset;border-radius: 4px;padding: 0.5rem 1rem;}
.service-footer .next-modal:hover{background-color:#E2C83E;border-color:#E2C83E;}
.service-footer .send-mdal{ background-color:#191D7C;border-color:#191D7C;color:#fff;box-shadow: unset;border-radius: 4px;padding: 0.5rem 1rem;}
.service-footer .send-mdal:hover{background-color:#191D7C;border-color:#191D7C;}
.service-footer .nbtn-modal{color:#a5a5a5;border:1px solid #a5a5a5;padding: 0.5rem 1rem;border-radius: 50px;}
.service-footer .nbtn-modal:hover{background-color: #3c3c3c;border: 1px solid #3c3c3c;color:#fff;}

.tabcontent{height:auto !important;}

.accordion-item{background-color: transparent;}
.accordion-item .accordion-button.collapsed{background-color: transparent;}

.remove_btn{background-color: transparent;border: none;box-shadow: unset;outline: none;}
.remove_btn:hover,.remove_btn:focus{background-color: transparent;border: none;box-shadow: unset;outline: none;}

.remove_btn{background-color: transparent;border: none;box-shadow: unset;outline: none;}
.remove_btn:hover,.remove_btn:focus{background-color: transparent;border: none;box-shadow: unset;outline: none;}

.add_btnmore{box-shadow: unset;outline: none;}
.add_btnmore:hover,.add_btnmore:focus{box-shadow: unset;outline: none;}

.summary-container{border: 1px solid #ebeef4;}
.border-bottom_new{border-bottom: 1px solid #ebeef4;}

.price_fields .row{margin-bottom: 15px;}
.price_fields .row:last-child{margin-bottom:0px;}

.icon_loading .file-drop-zone{min-height: unset;padding:0px;}
.icon_loading .file-drop-zone-title{padding:20px 10px;font-size: 14px;}
.icon_loading .krajee-default.file-preview-frame{float: unset;border: none;box-shadow: unset;margin: 0px;padding: 0px;text-align: center;}
.icon_loading .krajee-default.file-preview-frame:hover{border: none;box-shadow: unset;}
.icon_loading .krajee-default.file-preview-frame .kv-file-content{width:70px; height: auto;margin: 0px auto;}
.icon_loading .krajee-default .file-footer-caption{margin-bottom: 0px;display: none !important;}
.icon_loading .krajee-default.file-preview-frame .file-thumbnail-footer{height: auto;}

.text_limit{display: block;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.edit-row1{
    width: 30%;
}
.edit-row2{
    width: 70%;
}
.edit-img{
    width: 100%;
    height: 100%;
}
.form-control{
    font-size: 15px!important;
}
@media screen and (max-width:767px) {
    .edit-row1{
        width: 100%;
    }
    .edit-row2{
        width: 100%;
    }
    .edit-img{
        width:200px;
        height: 200px;
    }
}


