@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&family=Urbanist:wght@100..900&display=swap');

main {
    margin-left: 78px !important;
}
.create-block{
    background-color: #fff;
    border-top-left-radius: 15px;
    height: 100%;
    border-top-right-radius: 15px;
    /* -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.16);
box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.16); */
}
.create-block-head{
    background-color: #F6F8FA;
    border: 2px solid #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.block-head-title{
  font-size: 18px;
  color: #575757;
}

/* upload */

.upload-area,.preview-area {

    border-radius: 5px;
    margin-top: 12px;
    padding: 15px;
    text-align: center;
    background-color: #F8F8F8;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.upload-area i {
    font-size: 16px;
    color: #C1C1C1;
}

.upload-area p {
    font-size: 18px;
    color: #C1C1C1;
}

.upload-area input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.preview-img > img{
    width: 50px;
}

.preview-details{
    text-align: left;
}
.preview-details > p{
    font-size: 16px;
    color: #C1C1C1;
}
.preview-details > span{
    font-size: 12px;
    color: #C1C1C1;
}

.preview-close{
    position: absolute;
    right: 10px;
    top: 5px;
    color: #807979;
}

meter::-webkit-meter-bar {
    background: none; /* Required to get rid of the default background property */
    background-color: whiteSmoke;
    /* box-shadow: 0 5px 5px -5px #333 inset; */
    
  }

  meter::-webkit-meter-optimum-value {
    /* box-shadow: 0 5px 5px -5px #999 inset; */
    background-image: linear-gradient(
      90deg, 
      #263238 5%, 
      #263238 5%,
      #263238 15%,
      #263238 15%,
      #263238 55%,
      #263238 55%,
      #263238 95%,
      #263238 95%,
      #263238 100%
    );
    background-size: 100% 100%;
  }

  .preview-meter > meter{
    width: 100%;
    height: 25px;
  }

  .meter-per{
    color: #CBCBCB;
    font-size: 14px;
  }

  .create-form  .form-label,.form-check-label,.form-control,.form-select{
    color: #939393;
  }
.form-select{
    height: 40px;
}





  
input::-webkit-color-swatch {
    border: 0;
  }
  input::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  
  .customColorInput {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 5px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    overflow: hidden;
  }
  .customColorInput.isReadOnly {
    cursor: not-allowed;
  }
  .customColorInput.isReadOnly > input[type=text] {
    cursor: inherit;
    filter: contrast(0);
  }
  .customColorInput.isReadOnly > input[type=color] {
    pointer-events: none;
    cursor: inherit;
  }
  .customColorInput__text-input {
    /* max-width: calc(100% - 24px); */
    /* flex-grow: 1; */
    /* order: 1; */
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 1;
    /* color: white; */
  }
  .customColorInput__text-input:focus {
    outline: none;
  }
  .customColorInput .invalid-feedback {
    order: 3;
  }
  .customColorInput__select-input {
    flex-shrink: 0;
    /* order: 2; */
    width:40px;
    height:40px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
  }
  .customColorInput::-webkit-color-swatch-wrapper {
    padding: 0;
  }

  .top-25{
    top: 90px;
    z-index: 120 !important;
  }

  .preview-block{
    /* -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.16);
box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.16); */
/* background-color: #ffffff; */
  }

  .preview-block > img{
    width: 500px;
  }


  /* preview-block */

  .preview-block-title{
    font-size: 22px;
    color: #939393;
  }

  .main-preview {
    border: 2px solid #222;
    /* padding: 15px 20px; */
    border-radius:5px;
    background-color: #fff;
  }

  .main-preview-header{
    background-color: #222;
    padding: 15px 30px;
    position: relative;
  }
  .preview-header-img {
    width: 40px;
    height: 40px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
  }
  .preview-header-title {
    font-size: 20px;
    color: #fff;
  }

  .main-preview-body{
    padding: 15px 30px 30px;
  }


  .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%);
    border-radius: 0;
    
  }
  .nav-link{
    border: 1.5px solid #222;
    border-radius: 0 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px;
  }
  .nav-link:hover{
    color: #222;
  }

  .rec-amounts .nav-link.active, .nav-pills .show>.nav-link{
    background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%);
    border-radius: 0;
    
  }
  .rec-amounts  .nav-link{
    border: 1.5px solid #101010;
    border-radius: 0 !important;
    font-weight: 500;
    font-size: 14px;
  }
  .rec-amounts  .nav-link:hover{
    color:#020202;
  }
  .rec-amounts  .nav-link.active:hover{
    color:#ffffff;
  }

  .default-amount{
    background-color: #F8F8F8;
    text-align: center;
    padding: 4px 15px;
    margin: 0 5px;
    flex: 1 1 auto;
    border: 1px solid #F3F3F3;
  }
  .active-amount{
    border: 1px solid #222;
  }
  .active-amount > .price-amount{
    color: #222;
  }
  .price-amount{
    color: #646464;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .custom-preview{
    font-size: 16px;
  }

  .custom-amount{
    height: 65px;
    font-size: 24px;
    font-weight: 800;
  }

  .btn-main{
    background-color: #222;
    color: #fff;
    outline: none;
    padding: 5px;
    font-size: 20px;
    border: 2px solid #222;
    border-radius: 5px;
  }

  .set-minimum{
    font-size: 13px;

  }

  .back-button >i{
    color: #fff;
    font-size: 22px;
  }

  .payments-block{
    background-color: #F6F8FA;
    padding: 20px;
  }
  .payments-block.editing{
    border: 2px dashed #222;
  }

  .pay-method{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;

  }

  .payments-block.editing .pay-method>.remove-btn{
    display: block;
  }

  .pay-method>.remove-btn{
 position: absolute;
 top: -10px;
 right: -5px;
 cursor: pointer;
 display: none;
  }
  .pay-method>.remove-btn>i{
    font-size: 14px;
    color: #ff0000;
  }
  .parent .pay-method> img{
 
    width: 30px;
  }
  .pay-method> img{
 
    width: 50px;
  }
.add-method{
  position: relative;
  display: none;
}
.add-pMethod{
  position: relative;
  /* display: none; */
}
.payments-block.editing .add-method{
  display: block;
}
.add-payments-block.active{
  display: block;
  
}

.add-payments-block:hover{
  cursor: pointer;
}
  .add-payments-block{
    position: absolute;
    /* left: 110%;
    top:50%; */
    right: 30%;
    top: 120%;
    width: 200px;
    z-index: 2222;
    display: none;
    transition: width 5s;
 
  }
.payment-methods{
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;

}
  .payment-methods>li{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid #F0F0F0;
  }
  .image-items{
  padding: 5px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #f3f3f3;
  margin-right: 10px;
  }
  .image-items> img{
    width: 20px;
  }

  .box.arrow-left:after {
    content: " ";
    position: absolute;
    left: -15px;
    top: 0px;
    border-top: 0px solid transparent;
    border-right: 15px solid #ffffff;
    border-left: none;
    border-bottom: 20px solid transparent;

  }

  .box.arrow-bottom:after {
    content: " ";
    position: absolute;
    left: 50px;
    bottom: -15px;
    border-top: 15px solid #222;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
  }

  .card-detail{
    position: relative;
  }

  .card-detail > input{
    padding-left: 45px ;
  }
  .card-detail>span{
    position: absolute;
   left: 15px;
    bottom: 7px;
    color: #807979;
    background-color: #fff;
  }

  .gift-img{
    width: 100px;
  }


  .selected{
    border: 1px solid #c2c2c2;
  }
  .main-preview-body  .form-check-input:checked{
    background-color: #222;
    border: 1px solid #222;
  }


  .social-icon{
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 10px;
  }
  .social-icon > img{
    width: 30px;
  }


  .thank-block{
    position: relative;
   background-color: #EFEFEF;
  }
  .thank-content{
    color: #333333;
    font-size: 18px;
    text-align: justify;
    line-height: 32px;
    padding-top: 15px;
  }
  .thank-icon{
    position: absolute;
    top:-25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .thank-icon > i{
    color: #30A778;
    font-size: 50px;
  }


  .social-Icon-block{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 ;
  }
  .social-Icon-block > li{
    list-style: none;
    width: 35px;
    height: 35px;
  }

  .desc-area{
    background-color: #F8F8F8;
  }
.quantity-block{
  display: flex;
  align-items: center;
  gap: 10px;
}
  .btn-minus,.btn-plus{
    width: 100px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
    border-radius: 5px;
  }
  .btn-minus > span > i,.btn-plus > span > i{
    font-size: 28px;
    color: #fff;
  }

  .input-quantity > input{
    height: 65px;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    color: #222;
    border:2px solid #222;
  }


  .help-block{
    font-size: 14px;
    color: #939393;
  }

  .help-icon{
    color: #8a8a8a;
    font-size: 14px;
  }

  .preview-foot> img{
    width: 90px;
  }





  /* Init page */

  .step-icon{
    width: 100px;
    height: 100px;
    background-color: #f3f4f6;
    border-radius: 20px 20px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .step-icon> span{
    font-size: 44px;
    color: #000;
  }

  .main-content{
    padding: 100px 0;
  }
.init-main-title{
  font-size: 46px;
  font-family: "Urbanist","Nunito", sans-serif;

}
  .init-main-content{
    line-height: 1.8;
    font-size: 20px;
    font-family: "Urbanist","Nunito", sans-serif;
  }

  .step-title{
    font-family: "Urbanist","Nunito", sans-serif;
    color: #000;
  }
  .steps-para{
    font-family: "Urbanist","Nunito", sans-serif;
    font-size: 16px;
    line-height: 1.8;
  }


  .first-step{
    position: relative;
  }

  .arrow-img{
    position: absolute;
    top: 0px;
    right: -135px;
  }
  .second-step{
    position: relative;
  }

  .arrow-img-up{
    position: absolute;
    top: 20%;
    right: -135px;
    /* width: 120px; */
  }


  .donation-form-img{
    height: 150px;
    overflow: hidden;
  }


  .parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 50px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row;
    }


.add-pMethod > img{
  width: 30px;
}



/* draggable ui */

.drag-box {
cursor: move;
}


.drag-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 70px);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  }

  .drag-box > img{
    user-select: none;
  }

  .terms-content{
    font-size: 13px;
    color: rgb(0, 110, 255);
    text-decoration: underline;
  }


  .created-plans-block{
    padding: 25px;
    border: 1px solid #DBDBDB;
    background-color: #F3F4F6;
    border-radius: 10px;
  }

  .plan-item{
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
  }

  .item-name{
    color: #74828F;
    font-weight: normal;
  }

  .item-edit,.item-delete{
    width: 30px;
    height: 30px;
    outline: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .item-edit{
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff;
  }
  .item-delete{
    background-color: #f51616;
    border: 1px solid #f51616;
    color: #fff;
  }

  .list-group-item > span{
    width: 30px;
    height: 20px;
    border-right: 1px solid #ddd; 
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.list-group{
  padding: 20px;
  background-color: #fff;
}
  .list-group-item{
    border: none;
    border-radius: 0;
    color: #5F6776;
   
    
  }
  .list-group-item.active{
    color: #020202;
    font-weight: 600;
    background-color: #22222221;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: 4px solid #222;
    width: auto;
   
  }

  .mc-card{
    background-color: #fff;
    position: relative;
  }

  .mc-card-title{
    text-align: center;
  }

  .mc-card-icon{
    position: absolute;
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    background-image: linear-gradient(to left,#30A778 ,#38EF7D, #30A778) ;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    display: none;
  }
  .mc-card-del{
    position: absolute;
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    background: #F00000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #DC281E, #F00000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 30px;
    color: #fff;
    text-align: center;

    display: none;
  }
  .mc-card-icon > i,.mc-card-del > i{
    font-size: 16px;
    line-height: 28px;

  }
  .mc-card.active{
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left,#30A778 ,#38EF7D, #30A778);
  }
  .mc-card.active> .mc-card-icon{
  display: block;
  }
  .mc-card.select> .mc-card-del{
  display: block;
  }



  .item-title{
    white-space: nowrap; 
    width: 100px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    margin-bottom: 0;
  }
  .quan-block{
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .quan-minus,.quan-plus{
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: 1px solid #222;
  }
  

  .quan-input > input{
    height: 35px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #222;
    border:2px solid #222;
  }


  .form-select:focus{
    border: 1px solid #dee2e6;
  }

  .company-img {
    width: 60px;
    padding: 12px 0;
    background-color: #fff;
    border-radius: 5px;
  }

  .company-img > img{
    border-radius: 10px;
  }
  .company-title{
    color: #1a1a1a;
    font-size: 24px;
  }


  @media (min-width: 576px) {
   #staticBackdrop > .modal-dialog {
        max-width: 700px;
    }
}

.success-block {
  position: relative;
}
.suc-head>.suc-head-title{
  color: #30A778;
  font-weight: 600;
}