*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f5f5f5;
}
body.woocommerce-account .entry-content {
    padding: 0 20px;
}

.page-id-27 header.entry-header {
    display: none;
} 
/* .fs-18{
    color: #3b337c;
    font-weight: 500;
    font-size: 18px;
} */

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login{
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    padding: 40px 36px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    border: 1px solid #e4e6ed;
}

.page-id-27 .entry-content h2{
    font-weight: 700;
    font-size: 1.75rem;
    color: #1d1d1f;
    margin-bottom: 24px;
    text-align: center;
}

.page-id-27 .woocommerce-notices-wrapper {
    max-width: 1340px;
    margin: auto;
    padding: 0 20px;
}
.page-id-27 .woocommerce-error {
    border-top-color: #3a2d7b;
    background: #dddddd66;
    outline: none;
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login input[type="text"],
body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    margin: 0 0 3px;
    border-radius: 10px;
    border: 1px solid #e4e6ed;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login input:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.15rem rgba(255, 193, 7, 0.35);
    outline: none;
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login button[type="submit"] {
    background: #ffc107;
    color: #111;
    border: none;
    padding: 12px 16px;
    margin-top: 10px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.13rem;
    width: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 10px 20px rgba(255, 193, 7, 0.35);
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login button[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(255, 193, 7, 0.45);
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login button[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.35);
}
body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password{
    text-align: center;
    margin-top: 12px;
    font-size: 0.95rem;
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a {
    color: var(--brand-dark);
    font-weight: 600;
    text-decoration: none;
}

body.woocommerce-account form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a:hover {
    text-decoration: underline;
}





/* Start Dashboard Page CSS Form here */

.dashboard-page {
    background: var(--brand-gray);
    min-height: 100vh;
    padding: 30px;
}
.dashboard-flex{
	display: flex;
  gap: 30px;
}
.dashboard-left-links{
	width:25%;
}
.dashboard-right-data{
	width:75%;
}
.dashboard-left-links .supplier-menu li.supplier-menu-active a{
	background: linear-gradient(135deg, rgba(91, 32, 201, 0.95), rgba(244, 0, 161, 0.9));
	color:#fff;
}
.dashboard-left-links .supplier-menu li a{
	background:#FCE8F5;
	  padding: 14px 28px !important;
  box-shadow: 0 3px 0px #fff;
  border: none;
  font-size: 14px;
}
.dashboard-logo img{
	width:180px;
}


.supplier-dashboard-wrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.sidebar-card,
.content-panel {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
}

.supplier-sidebar {
    width: 100%;
    padding: 24px 22px;
    position: sticky;
    top: 60px;
}

.supplier-sidebar h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--brand-dark);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 12px;
}

.supplier-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.supplier-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

input#postcode {
    max-width: 35%;
}

.supplier-menu a:hover {
    background: rgba(255, 193, 7, 0.12);
    color: #111;
    transform: translateY(-1px);
}

.supplier-menu li.supplier-menu-active {
    background: rgba(255, 193, 7, 0.12);
    border-radius: 12px;
}

.supplier-menu i {
    color: var(--brand-yellow);
    width: 18px;
    text-align: center;
}

.supplier-content {
    flex: 1;
    padding: 28px 30px;
    width: 100%;
}

.supplier-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #3a327c;
    margin: 0;
    margin-bottom: 0px;
    padding: 16px 20px 16px;
    border-bottom: 1px solid #e5e7eb75;
    border-radius: 6px 0 0px 6px;
    background: linear-gradient(280deg, #ffaf0205, #ffaf0226);
}

.supplier-content h3 {
    font-size: 1.2rem;
    margin-top: 25px;
    color: #3a2d7b;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    /* margin-top: 0px; */
}

.supplier-content p {
    color: var(--text-muted);
    font-weight: 600;
}

.supplier-content input.regular-text,
.supplier-content input[type="text"],
.supplier-content input[type="email"],
.supplier-content input[type="password"],
.supplier-content select,
.supplier-content textarea.large-text {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #fff;
    font-size: 0.95rem;
    margin-top: 6px;
    margin-bottom: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.supplier-content .form-rules table input{
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #fff;
    font-size: 0.95rem;
    margin-top: 6px;
    margin-bottom: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.supplier-content .service-accordion .sub-list-style {
    height: 200px;
    overflow-y: scroll;
}

.supplier-content .stock-form{
    max-width: 940px;
}
.stock-date-table td {
  padding: 0 6px;
}
.stock-date-table th{
	border:0;
}


.supplier-content table.form-table select, .supplier-content table.form-table input[type="number"]{
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: #fff;
    font-size: 0.95rem;
    margin-top: 6px;
    margin-bottom: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.supplier-content table.form-table tr td {
    padding: 0 15px;
}

.supplier-content textarea.large-text {
    min-height: 120px;
    resize: vertical;
}

.supplier-content input:focus,
.supplier-content textarea:focus {
    border-color: var(--brand-yellow);
    box-shadow: 0 0 0 0.15rem rgba(255, 193, 7, 0.35);
    outline: none;
}

.supplier-content button.button.button-primary {
    background: var(--brand-yellow);
    color: #111;
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 10px 14px rgba(255, 193, 7, 0.35);
}

.supplier-content button.button.button-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(255, 193, 7, 0.45);
}

.supplier-content button.button.button-primary:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(255, 193, 7, 0.35);
}

.supplier-content form {
    /* max-width: 760px; */
    max-width: 940px;
}

.supplier-content p strong {
    color: var(--brand-dark);
    font-weight: 700;
}

/* table.my_account_orders {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px;
  }
  table.my_account_orders tr th,
  table.my_account_orders tr td {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 5px;
  }
  
  table.my_account_orders tr th:first-child,
  table.my_account_orders tr td:first-child {
    border-left: 1px solid #bbb;
  }
  table.my_account_orders tr th {
    background: #eee;
    text-align: left;
    border-top: solid 1px #bbb;
    padding: 8px 15px;
    vertical-align: middle;
  }
  table.my_account_orders tr td {
    padding: 10px;
    vertical-align: middle;
  }
  
  table.my_account_orders tr:first-child th:first-child {
    border-top-left-radius: 6px;
  }
  
  table.my_account_orders tr:first-child th:last-child {
    border-top-right-radius: 6px;
  } */


  /* my order table css */
  /* .table-responsive {
    width: 100%;
    max-width: 1320px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #f6f7fb;
    border-radius: 12px;
    padding: 10px;
  } */

  .table-responsive.my-order-table {
        max-width: 900px;
        overflow-x: scroll !important;
    }
  
  /* ===== BASE TABLE ===== */
  .supplier-orders {
    width: 100%;
    min-width: 1060px; /* forces horizontal scroll */
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
    /* font-family: system-ui, -apple-system, sans-serif; */
  }
  
  /* ===== HEADER ===== */
  .supplier-orders thead th {
    background: #3a2d7b12;
    color: #2b2271;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
    /* position: sticky;
    top: 0; */
    z-index: 2;
  }
  
  /* ===== ROWS ===== */
  .supplier-orders tbody tr {
    background: linear-gradient(90deg, #ffffff, #fafbff);
  }
  
  .supplier-orders tbody tr + tr {
    border-top: 10px solid transparent;
  }
  
  /* ===== CELLS ===== */
  .supplier-orders td {
    padding: 14px 16px;
    font-size: 15px;
    color: #111827;
    vertical-align: top;
    white-space: nowrap;
  }

  .supplier-orders thead th:first-child {
    border-radius: 10px 0 0 0px;
  }
  
  .supplier-orders thead th:last-child {
    border-radius: 0 10px 0px 0;
  }
  
  
  /* ===== AMOUNT ===== */
  .supplier-orders td strong,
  .supplier-orders td b {
    font-weight: 700;
    color: #111827;
  }
  
  /* ===== STATUS BADGES ===== */
  .supplier-orders .status,
  .supplier-orders td[data-title="Order Status"] {
    font-weight: 600;
  }
  
  .status-processing {
    background: #e0ecff;
    color: #2563eb;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    display: inline-block;
  }

  .status-processing {
    background: #e0ecff;
    color: #2563eb;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    display: inline-block;
  }
  
  .status-not, .status-unpaid {
    background: #fee2e2;
    color: #b91c1c;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
  }
  .status-paid {
    background: #009d46;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: 13px;
  }

  a.order-viewBtn {
    background: #dddddd3d;
    padding: 4px 12px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #3a2d7b;
    color: #3a2d7b !important;
    font-size: 14px;
    text-decoration: none;
    transition: .5s all ease-in-out;
}

a.payout-dload-btn {
    display: inline-block;
    background: linear-gradient(360deg, #f400a1, #b120d2);
    padding: 11px 20px;
    border-radius: 6px;
    color: #fff;
    margin: 15px 0;
    border: 1px solid #f400a1;
    transition: .8s;
}

a.payout-dload-btn:hover{
    background: transparent;
    color: #f400a1;
}

a.order-viewBtn:hover{
    background: #3a2d7b;
    color:#fff !important;
    text-decoration: none;
}


/* supplier navigation css */

nav.supplier-pagination {
    text-align: center;
    margin-bottom: 20px;
}

nav.supplier-pagination a.prev.page-numbers {
    width: auto;
    height: auto;
    border: none;
    font-weight: 500;
}

nav.supplier-pagination .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: transparent;
    vertical-align: middle;
    border-radius: 30px;
    margin-right: 10px;
    border: 1px solid #3a2d7b82;
    color: #3a2d7b;
    text-decoration: none;
}
nav.supplier-pagination .page-numbers.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #3a2d7b;
    vertical-align: middle;
    border-radius: 30px;
    color: #fff !important;
}

nav.supplier-pagination a.next.page-numbers {
    background: transparent;
    border: none;
    color: #3a2d7b;
    width: auto;
    height: auto;
    font-weight: 500;
}

nav.supplier-pagination ul.page-numbers {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    border: none !important;
    gap: 8px;
}
nav.supplier-pagination ul.page-numbers li{
    list-style: none;
}

/* End */


/* Dashboard stats wrapper */

.supplier-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* Individual stat box */
.stat-box {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: start;
    gap: 16px;
    flex-direction: column;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
    transition: all 0.3s ease;
    border: 1px solid #dddddd5e;
    background: linear-gradient(45deg, #c715c208, #afafaf0a);
}

.stat-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 5px rgba(0,0,0,0.12);
}

/* Icon */
.stat-icon {
    width: 55px;
    height: 55px;
    background: #f1f5ff;
    border: 1px solid #3a2d7b0a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.stat-icon i {
    font-size: 20px;
    color: #3a2d7b;
}

/* Content */
.stat-content h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-left: 4px;
}

.stat-content p {
    margin: 2px 0px 0 4px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}




  
  /* ===== VIEW LINK ===== */
  .supplier-orders a {
    color: #2563eb;
    font-weight: 600;
  }
  
  .supplier-orders a:hover {
    text-decoration: underline;
  }
  
  /* ===== HOVER EFFECT ===== */
  .supplier-orders tbody tr:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    transition: .2s ease;
  }
  
  /* ===== MOBILE RESPONSIVE ===== */
  @media (max-width: 768px) {
    .supplier-orders {
      min-width: 1000px;
    }
  
    .supplier-orders td {
      font-size: 13px;
    }
  }


  /* End */

  a.button.order-back-btn {
    background: #3a327b;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;
    text-decoration: none;
}
.supplier-order-box .my-order-box {
    background: #dddddd24;
    padding:20px;
    border-radius: 8px;
    border: 1px solid #dddddd78;
    width: 50%;
}
.booking-infBox{
    background: #dddddd24;
    padding:20px;
    border-radius: 8px;
    border: 1px solid #dddddd78;
}
.booking-details-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.booking-details-wrapper .book-inn-wrapper{
    background: #3a2d7b14;
    padding:20px;
    border-radius: 6px;
    border: 1px solid #dddddd4a;
    flex: 0 0 48%;
    background: linear-gradient(45deg, #c715c208, #afafaf0a);
}
.booking-details-wrapper .book-inn-wrapper h3 {
    font-size: 16px;
    color: #3a2d7b;
    position: relative;
    border: none;
}
.payment-inn-wrap {
    background: #dddddd24;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    width: 50%;
}
.payment-inn-wrap h3 {
    font-size: 22px;
}
.booking-details-wrapper .book-inn-wrapper h3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 2px;
    background: #dc0cb3;
}

table.my-payout-table td{
    vertical-align:middle ;
}

a.payView-btn{
    /* background: #000000; */
    padding: 6px 20px;
    border-radius: 4px;
    /* color: #fff; */
    font-size: 14px;
    margin: 6px 0 !important;
    display: inline-block;
    border: 1px solid #000;
    font-weight: 500;
    transition: .5s all ease-in-out;
}

a.payView-btn:hover{
    background: #000;
    color: #fff;
}

a.dload-pdf {
    background: #3a2d7b;
    padding: 6px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 6px 0 !important;
    display: inline-block;
    border: 1px solid #3a2d7b;
    transition: .5s all ease-in-out;
}
a.dload-pdf:hover{
    background: transparent;
    color: #3a2d7b;
}

.stock-bin-size-table thead tr th{
    min-width: 130px;
    color: #000000;
    font-weight: 600;
}
.stock-bin-size-table tbody tr th {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #262626 !important;
}

.back-payout-btn{
    background: #3a327b;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #3a2d7b;
    transition: .5s all ease-in-out;
}
.back-payout-btn:hover{
    background: transparent;
    color: #3a2d7b;
}
table.table.shop_table.shop_table_responsive.order-include-table td, table.table.shop_table.shop_table_responsive.order-include-table th {
    font-size: 15px;
}

.commision-stat-box{
  border-radius: 10px;
  padding: 50px;
    border: 1px solid #dddddd5e;
}
.supplier-commision-stats .stat-content i.fa-dollar-sign{
	font-size: 80px;
  color: #fce8f5;
  margin-bottom: 20px;
  transform: rotate(30deg);
}
.supplier-commision-stats h3{
	font-size:60px;
	  color: #3b337c;
	  font-weight:700;
}
.dashboard-right-data .table-responsive.my-order-table{
	max-width:100%;
}
.dashboard-right-data .my-order-table a{
	color: #da1a7f;
	text-decoration:none;
}
.add-flex{
	width: 25%;
}
.form-table{
	margin-top:40px;
}
.form-table select, .form-table input[type="number"]{
	width: 100%;
  height: 50px;
  padding: 10px;
  background: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
.stock_type select{
	width: 500px;
  height: 50px;
  padding: 10px;
  background: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
.stock-form{
	margin-top:50px;
}
.stock-bin-size-table input{
	width: 70px;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 4px;
	font-size: 14px;
	width:100% !important;
}
.form-table h5{
	font-size:16px;
}
.form-table{
	display:flex;
	gap:20px;
	align-items: end;
}
.stock-date-table label{
	border: 1px solid #f3f3f3;
  padding: 13px;
  text-align: center;
  background: #f0f1f5;
  border-radius: 10px;
  font-size: 12px;
}
.stock-date-table label input{
	display: block;
  margin: 0 auto;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox span{
	color: #fff;
}


@media (max-width: 992px) {
    .dashboard-page {
        padding-top: 200px;
    }
    .supplier-dashboard-wrapper {
        flex-direction: column-reverse;
    }
    .supplier-sidebar {
        width: 100%;
        position: static;
        padding: 20px;
    }
    input#postcode {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .payment-inn-wrap {
        width: 100%;
    }
    .supplier-order-box .my-order-box {
        width: 100%;
    }
    .booking-details-wrapper {
        gap: 16px;
    }

}

@media (max-width: 576px) {
    nav.supplier-pagination .page-numbers {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    nav.supplier-pagination .page-numbers {
        font-size: 14px;
    }
    .booking-details-wrapper .book-inn-wrapper {
        flex: 0 0 100%;
    }
    .supplier-sidebar h3{
        text-align: center;
    }
    .supplier-content {
        padding: 25px 18px;
    }
    .supplier-menu a {
        padding: 12px;
    }
    .supplier-content table tr td {
        font-size: 14px;
    }
    .supplier-content table tr th {
        font-size: 15px;
    }
}


/* End */


label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    color: #000;
}
.page-template-supplier-dashboard .table-responsive button.button.button-primary{
    background: #3a2d7b;
    color: #fff;
    padding: 5px 25px;
    border: none;
}
.page-template-supplier-dashboard .service-accordion small{
    word-wrap: break-word;
}
.page-template-supplier-dashboard .updated.notice {
    color: #198754;
    font-size: 14px;
    font-weight: 400;
}
.page-template-supplier-dashboard table.widefat.striped.table input{
    padding-left: 12px;
}


@media (max-width: 767px) {
  .dashboard-flex {
    flex-wrap: wrap;
    padding: 0px 20px;
  }

  .dashboard-left-links {
    width: 100%;
  }

  .dashboard-right-data {
    width: 100%;
  }

  .dashboard-page {
    padding: 60px 0px;
  }
  .dashboard-header {
    gap: 20px;
}
.dashboard-col {
    padding: 20px;
}
.form-table{
        flex-wrap: wrap;
}
.add-flex {
    width: 100%;
}
.supplier-thankyou-div{
    width: 100% !important;
    margin: 120px 0px 80px 0px !important;
    box-shadow: none;
}
}


.page-template-supplier-dashboard .my-profile .form-control:focus{
    border-color:#dee2e6;
    outline: 0;
     box-shadow: none;
}
.page-template-supplier-dashboard table.table.shop_table.shop_table_responsive.order-include-table td a{
    color: #da1a7f !important;
    text-decoration: none;

}

.page-template-supplier-dashboard .table-responsive .form-control:focus{
    border-color:#dee2e6;
    outline: 0;
     box-shadow: none;
}
.page-template-supplier-dashboard .stat-box a {
    text-decoration: none;
}
.supplier-thankyou-div {
    width: 700px;
    margin: 250px auto 150px auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px !important;
}
.social-links i {
    font-size: 25px;
}
