@charset "utf-8";
/*커스텀css입니다*/

body {
    font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', Arial, sans-serif !important;
}

/*네이버 로그인버튼*/
.naver-login-btn img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.custom-form label{
  font-size: 1em; font-weight: 400;
}

.custom-form .dropdown-form{
  font-size: 0.9em; font-weight: 400;
}

.custom-logo {
  background-color: white;
  border-radius: 4px; height: 60px; width:auto; margin: 20px 10px; display: flex;
  align-items: center; padding: 20px;
}
.custom-logo-box {
  background-color: white;
  border-radius: 4px; height: 136px; width:auto; margin: 20px 10px; display: block;
  align-items: center; padding: 20px;
}
.custom-logo-box .custom-idcode {
  display: block; margin-top: -10px;;
  color: #6C757D; font-weight: bold;
  text-align: left; font-size: 24px;
}

.custom-arlam-box{
  margin-right: 24px;;
}

.custom-arlam{
  position: absolute; left: 24px;
}

.side-nav-link i{
  font-size: 1.8em !important;
  font-weight: lighter;
}
.side-nav-link{
  font-weight: 300;
}

.side-nav-item .active{
  color:white;
}

.content-page .content{
  background-color: #FAFBFE !important;
}

.bg-color-custom{
  background-color: rgba(238,242,247,49.8);
  /* padding: 30px 45px; */
}

.pl-0{padding-left: 0px !important;}
.pl-1{padding-left: 10px !important;}
.pl-2{padding-left: 20px !important;}
.p-24{padding: 24px !important;}
.pl-3{padding-left: 30px !important;}

.mr-0{margin-right: 0px;}
.mr-1{margin-right: 10px;}
.mr-2{margin-right: 20px;}
.mr-3{margin-right: 30px;}
.mr-4{margin-right: 40px;}
.mr-5{margin-right: 50px;}

/* 커스텀 인증번호 코드 인풋 */
.input-group-code input.code-input {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
}

.input-group-code {
  margin-bottom: 8px;
}

.signupCompleteModal{
  z-index: 9999;
}

.custom-star-label{
  color:#fa5c7c;
}

.custom-btn-next-red{
  background-color: #FA5C7C;
  color: white;
  width: 186px;
}

.custom-btn-next-red:hover{
  background-color: #e65874;
  color: white;
}

.fl-right{float: right; text-align: right;}
.ta-right{text-align: right;}
.ml-8{margin-left: 8px;}


.custom-muted-input{
  background-color: #DEE2E6 !important;
  pointer-events: none;
  border-radius: 2px;
  padding: 9px 34px; border:none;
}

.custom-muted-selector{
  background-color: #DEE2E6 !important;
  pointer-events: none;
  height: 38px;
  padding: 9px 34px; border:none;
  border-radius: 4px;
}

/* 탭 콘텐츠 광고설정관련 */
.custom-tab-group{
  margin-bottom: 24px;
}
.step-pane {
  height: 65px;
  display: inline-block;
  padding: 4px 12px;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  transition: all 0.3s ease;
  background-color: #F1F3FA;
  color: #6c757d;
  text-align: center;
}

.step-pane.show {
  background-color: #727CF5;
  color: white;
  opacity: 1;
  font-weight: 600;
}

.type-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
  text-align: left;
  width: 100%;
  height: 100%;
}

.type-card:hover {
  border: solid 1px #727cf5;
}

.type-card.active {
  box-shadow: 0px 0px 10px rgba(114, 124, 245, 1);
}

.type-card i {
  font-size: 24px;
  margin-bottom: 16px;
}

.type-card h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.type-card p {
  font-size: 0.88rem;
  color: #6c757d;
  margin-bottom: 0;
}


.goal-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
  text-align: left;
  width: 100%;
  height: 100%;
}

.goal-card:hover{
  border:solid 1px #727cf5;
}

.goal-card.active {
  box-shadow: 0px 0px 10px rgba(114, 124, 245, 1); /* 727CF5 */
}

.goal-card i {
  font-size: 24px;
  margin-bottom: 16px;
}

.goal-card h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.goal-card p {
  font-size: 0.88rem;
  color: #6c757d;
  margin-bottom: 0;
}

.goal-card-group {
  flex-wrap: nowrap;
  gap: 16px;
}
.goal-card2 {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  background-color: #fff;
  transition: border 0.3s ease;
  box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.15);
  text-align: left;
  height: 100%;
  width: 100%;
}

.goal-card2:hover,
.goal-card2.active {
  border: 1px solid #727cf5;
}

.goal-card2 i {
  font-size: 20px;
}

.goal-card2 h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.goal-card2 p {
  font-size: 0.88rem;
  color: #6c757d;
  margin-bottom: 0;
  font-weight: normal;
}




/*--- 광고만들기 Step1 Media Card - S ---*/
.media-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    background-color: #fff;
    transition: border 0.3s ease;
    box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.15);
    height: 100%;
    width: 100%;

    /* flex 적용 */
    display: flex;
    align-items: center;
    gap: 6px;
}

.media-card.active {
    box-shadow: 0px 0px 10px rgba(114, 124, 245, 1); /* 727CF5 */
}

.media-card:hover,
.media-card.active {
    border: 1px solid #727cf5;
}

.media-card i {
    font-size: 15px;
}

.media-card h6 {
    text-align:left;
    font-size: 15px;
    margin: 0; /* 아래 여백 제거 */
}
/*--- 광고만들기 Step1 Media Card - E ---*/

/*--- 광고만들기 Step1 Media Category Card - S ---*/
.mediacategory-card {
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 24px;
    background-color: #fff;
    transition: border 0.3s ease;
    box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.15);
    height: 100%;
    width: 100%;

    /* flex 적용 */
    display: flex;
    align-items: center;
    gap: 6px;
}
.mediacategory-card .mdi-check-circle {
    display: none;
}
.mediacategory-card .mdi-checkbox-blank-circle-outline {
    display: inline;
}

.mediacategory-card.active {
    box-shadow: 0px 0px 10px rgba(114, 124, 245, 1); /* 727CF5 */
}

.mediacategory-card:hover,
.mediacategory-card.active {
    border: 1px solid #727cf5;
}

.mediacategory-card .check-active {
    font-size: 16px;
    color: #0a58ca;
}
.mediacategory-card.active .mdi-check-circle {
    display: inline;
}
.mediacategory-card.active .mdi-checkbox-blank-circle-outline {
    display: none;
}

.mediacategory-card i {
    font-size: 16px;
}

.mediacategory-card h6 {
    text-align:left;
    font-size: 12px;
    margin: 0; /* 아래 여백 제거 */
}
/*--- 광고만들기 Step1 Media Category Card - E ---*/

/*--- 광고만들기 Step2 - S ---*/
.goalSelectedArea .goal_badge {
    color: #0a58ca;
}

.forecast-area .fc-title {
    text-align:left;
    font-size:16px;
}

.forecast-area span {
    margin-left:5px;
    text-align:left;
    font-size:16px;
}


/*--- 광고만들기 Step2 - E ---*/

/* 커스텀 날짜선택기 */
.custom-date-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: #f0f2f5;
  overflow: hidden;
  height: 38px;
}

.custom-date-icon {
  background-color: #dbe1e6;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #d1d5db;
}

.custom-date-input {
  border: none;
  background: transparent;
  width: 100%;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  color: #111;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
}

/* 광고규칙부분 */
.custom-alert-selected {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 15px;
  color: #495057;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.custom-btn-muted{
  width: 100%;
  border-radius: 2px;
  background-color: #DEE2E6;
  color: #6C757D;
  font-size: 14.4px;
}

.custom-btn-muted:hover{
  background-color: #c9cccf;
}

.text-chceck{
  color: #39AFD1;
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-left: 10px;
}

.img-right{
  float: right;
  text-align: right;
}

/* detailsetting 세부설정 탭*/
.detailed-setting-box {flex-wrap: wrap;}
.text-brown01 {color: #a2845e;}
.text-brown02 {color: #a2845e;}
.text-orange {color: #ff9500;}
.text-green {color: #34c759;}
.text-blue {color: #007aff;}
.text-yellow {color: #ffcc00;}
.text-pink {color: #d06adf;}
.custom-file-box {border: 2px dashed #dee2e6 !important;}
.custom-file-title {width: 100px;}


/* businessgroupmanager 개별스타일.. */
.custom-container{
  width: 84%;
  display: flex;
  justify-content: center;
}

.custom-container .d-inline-block {
  max-width: 512px;
  width: 100%;
}


/* 커스텀마진 - 카드에서 정렬 안되는 현상 수정 */
.custom-margin-card{
  padding: 16px;
  width: 100%;
  border: solid 1px #DEE2E6;
  border-radius: 2px;

}
.custom-card-list{position: relative; top: 16px; list-style: none;}
.bg-muted{
  background-color: #DEE2E6;
  pointer-events: none;
  border:none;
  width: 87px; height: 38px;
  align-content: center;
  text-align: center;
  color:#6C757D;
}
/* 쿠폰전용 셀렉터 */
.custom-coupon-select {
  --ct-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 2l6 6-6 6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.45rem 2.7rem 0.45rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ct-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--ct-input-bg);
  background-image: var(--ct-form-select-bg-img), var(--ct-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 14px 10px;
  border: var(--ct-border-width) solid var(--ct-border-color);
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.table-accountlist{
  margin-top: 22px;
}

.table-accountlist .light-th{
  background-color: #EEF2F7;
}

/* dashboard->bizgroupprofile 화면 940px 가운데정렬 요청 부분 */
.custom-940w{
  max-width: 940px;
  min-width: 940px;
  margin: auto;
}

.custom-center {
    margin: auto;
}

/* 도움말? 사이드바 스타일 */
#sidebar-overlay{
  width: 480px;
  height: 100%;
  background-color: white;
  padding: 24px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
#custom-overlay{

  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: flex-end;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Select Form Styles */
.select-wrapper {
    position: relative;
    display: inline-block;
    min-width: 200px;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-wrapper::after {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6c757d;
    pointer-events: none;
}

.select-wrapper select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select-wrapper select:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

/* Select Form Sizes */
.select-wrapper.select-sm select {
    padding: 0.25rem 2rem 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.select-wrapper.select-lg select {
    padding: 0.75rem 3rem 0.75rem 1rem;
    font-size: 1rem;
}

/* Select Form Colors */
.select-wrapper.select-primary select {
    border-color: #727cf5;
}

.select-wrapper.select-primary select:focus {
    border-color: #727cf5;
    box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.25);
}

.select-wrapper.select-success select {
    border-color: #0acf97;
}

.select-wrapper.select-success select:focus {
    border-color: #0acf97;
    box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.25);
}

.select-wrapper.select-danger select {
    border-color: #fa5c7c;
}

.select-wrapper.select-danger select:focus {
    border-color: #fa5c7c;
    box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.25);
}

/* Select Form with Label */
.select-form-group {
    margin-bottom: 1rem;
}

.select-form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}

.select-form-group .select-wrapper {
    display: block;
    width: 100%;
}

/* Select Form with Icon */
.select-wrapper.with-icon {
    position: relative;
}

.select-wrapper.with-icon::before {
    content: "";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.select-wrapper.with-icon select {
    padding-left: 2.5rem;
}

.custom-card{
  padding: 15px 24px;
  background-color: white;
  border-radius: 4px;
  width: 100%;
}

.ar-table td{text-align: right;}

.ar-table1 td:first-child{text-align: left;}

.ar-table2 td:first-child{text-align: center;}

/* 비즈니스그룹관리 full-height-container */
.full-height-container {
  height: calc(100vh - 160px); /* 아래 여백!! */
  overflow: hidden;
}

/* ② 좌측 리스트: 내부만 스크롤 */
.full-height-container .d-inline-block {
  height: 100%;
  overflow-y: auto;
}

/* ③ 우측 리스트: 내부만 스크롤 */
.full-height-container .container-fluid {
  height: 100%;
  overflow-y: auto;
}

/* 특정 대시보드의 날짜 필터링 인풋 스타일링 */

/* 1) wrapper 전체 너비 고정 */
.input-group > #dash-daterange {
  /* 아이콘(40px) + 입력창(240px) = 280px */
  width: 240px;
  flex: 0 0 auto;
  min-width: 240px;
  max-width: 240px;
}

/* 2) 아이콘 너비 고정 */
.input-group > #dash-daterange + .input-group-text {
  width: 40px;
  flex: 0 0 40px;
}

/* 클래스 안 먹는 폼을 위해 전용스타일 */
form.custom-dashformbar{
  display: flex !important;              /* 플렉스 박스로 한 줄 */
  flex-wrap: nowrap;          /* 넘칠 때 줄바꿈 금지 */
  justify-content: flex-end;  /* 우측으로 밀기 */
  align-items: center;        /* 수직 가운데 정렬 */
  width: auto;
  gap: 0.5rem;
}

.input-group2{display: flex; justify-content: end !important;margin-right: 8px;}


/* ────────────────────────────────────────────────────
   [광고 설정 폼] 내부 드롭다운·버튼 최소 너비 고정
───────────────────────────────────────────────────── */

/* 1) 모든 form.row.gy-2.gx-2.align-items-center 컨테이너 대상 */
form.row.gy-2.gx-2.align-items-center {
  /* flex-wrap: nowrap 를 걸어서 wrap 금지 */
  flex-wrap: nowrap !important;
}

/* 2) 첫 번째 select (타겟 선택) 최소 150px */
form.row.gy-2.gx-2.align-items-center .col-3:first-child .form-select {
  min-width: 258px;
  max-width: 258px;
}

/* 3) 두 번째 select (상태 변경) 최소 120px */
form.row.gy-2.gx-2.align-items-center .col-3:nth-child(2) .form-select {
  min-width: 100px;
  max-width: 100px;
}

/* 4) “광고 수정하기” 버튼 최소 120px, 줄바꿈 금지 */
form.row.gy-2.gx-2.align-items-center .col-3:nth-child(2) .btn.btn-small.btn-light.small {
  white-space: nowrap;
  background-color: white;
  box-shadow: black;
  min-width: 137px;
}

/* 5) (옵션) 컬럼 간 간격이 너무 좁으면 gap 늘리기 */
form.row.gy-2.gx-2.align-items-center {
  gap: 0.5rem; /* 필요에 따라 0.5~1rem 조정 */
}

.full-height {
    height: 100vh;
}

.bg-image {
    background-image: url('/web/image/login.png');
    background-size: cover; /* 화면에 딱 맞게 설정 */
    background-position: center;
    background-repeat: no-repeat;
}

.time-cell.blocked {
    background: #eee !important;
    color: #bbb;
    cursor: not-allowed;
}

.h-5px { height: 5px; width: 100%; }
.h-10px { height: 10px; width: 100%; }
.h-15px { height: 15px; width: 100%; }
.h-20px { height: 20px; width: 100%; }
.h-25px { height: 25px; width: 100%; }
.h-30px { height: 30px; width: 100%; }
.h-35px { height: 35px; width: 100%; }
.h-40px { height: 40px; width: 100%; }
.h-45px { height: 45px; width: 100%; }
.h-50px { height: 50px; width: 100%; }
.h-55px { height: 55px; width: 100%; }
.h-60px { height: 60px; width: 100%; }
.h-65px { height: 65px; width: 100%; }
.h-70px { height: 70px; width: 100%; }
.h-75px { height: 75px; width: 100%; }
.h-80px { height: 80px; width: 100%; }
.h-85px { height: 85px; width: 100%; }
.h-90px { height: 90px; width: 100%; }
.h-95px { height: 95px; width: 100%; }
.h-100px { height: 100px; width: 100%; }

#paymentLayer .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    max-height: calc(100vh - 3.5rem); /* 화면 높이에서 마진 제외 */
    display: flex;
    flex-direction: column;
}

#paymentLayer .modal-body {
    padding: 2rem 1.5rem;
    overflow-y: auto; /* body만 스크롤 */
    overflow-x: hidden;
    flex: 1; /* 남은 공간 차지 */
}

.modal-backdrop {
  z-index: 1050 !important;
}
/*email-verification-area*/

.email-verification-area {
    .full-height {
        height: 100vh;
    }
    .bg-image {
        background-image: url('/web/image/login.png');
        background-size: cover; /* 화면에 딱 맞게 설정 */
        background-position: center;
        background-repeat: no-repeat;
    }
    :root {
        --font-sans-serif: 'Noto Sans', sans-serif;
        --font-monospace: 'Noto Sans Mono', monospace;
    }

    /* 기본 폰트 적용 */
    body {
        font-family: var(--font-sans-serif);
    }

    /* 코드 블록 등 모노스페이스 폰트 적용 */
    code, pre {
        font-family: var(--font-monospace);
    }

    .otp-container {
        gap: 10px;
    }
    .otp-input {
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 18px;
        border: 1px solid #ced4da;
        border-radius: 4px;
    }
    .otp-input:focus {
        border-color: #0d6efd;
        outline: none;
        box-shadow: 0 0 5px rgba(13, 110, 253, 0.5);
    }

}

.horizontal-steps .horizontal-steps-content .step-item:last-child {
    margin-right: 0;
    color: var(--ct-primary);
}

.collapsible-link {
    font-size: 14px;
    text-decoration: none;
}
/* 열린/닫힌 상태에 따라 아이콘 토글 */
.collapsible-link .when-open { display: none; }
.collapsible-link .when-closed { display: inline; }
.collapsible-link:not(.collapsed) .when-open { display: inline; }
.collapsible-link:not(.collapsed) .when-closed { display: none; }



/*--- 광고만들기 Step2 목표고객 선택 - target-accordion - S ---*/
.target-accordion .accordion-item {
    border: none;
    /*margin-bottom: 0.2rem;           !* 아코디언 간 간격 *!*/
}
.target-accordion .accordion-button {
    background-color: #fff;
    color: #6c757d;
    border: none;
    box-shadow: none;
}
.target-accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #6c757d;
    box-shadow: none;
}
.target-accordion .accordion-button:focus {
    box-shadow: none;
}
/*--- 광고만들기 Step2 목표고객 선택 - target-accordion - E ---*/


/*--- 광고만들기 Step2 목표고객 선택 - Target Item - S ---*/
.goal-target-item {
    display: inline-flex;
    width: auto;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 10px 15px;
    margin: 3px 0px;
    background-color: #fff;
    transition: background-color 0.2s ease;
    box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.15);
    align-items: center;
    gap: 6px;
}
.goal-target-item .mdi-check {
    display: none;
}
.goal-target-item .mdi-plus {
    display: inline;
}

.goal-target-item:hover{
    border: 1px solid #3dadff;
    /*background-color: #3dadff;*/
    /*color: #FFF;*/
}
.goal-target-item.active {
    border: 1px solid #3dadff;
    background-color: #3dadff;
    color: #FFF;
}

.goal-target-item.active .mdi-check {
    display: inline;
}
.goal-target-item.active .mdi-plus {
    display: none;
}

.goal-target-item i {
    font-size: 16px;
}

.goal-target-item h6 {
    text-align:left;
    font-size: 12px;
    margin: 0; /* 아래 여백 제거 */
}
/*--- 광고만들기 Step2 목표고객 선택 - Target Item - S ---*/

.topbar {
    padding: 0px;
}
