/* ============================
GENERAL
============================ */
button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none;
}

.modal-content {
    border-radius: 2rem;
}

.mulaQLabel {
    border-left: 1px solid #F0532D;
    color: #545456;
    font-weight: bold;
}

.normalLabel {
  color: #545456;
}

.imagineLabel {
    color: #F0532D;
    font-weight: normal;
    text-transform: none;
}

.alert-imagine {
    color: #fff;
    background-color: #FF881A;
    border-color: #F0532D;
}

.col-form-label {
    white-space: break-spaces;
    /* white-space: spaces; */
}

.modal.show {
  /* overflow-y: auto; */
  overflow-y: auto;
}

ol {
  padding-left: 1.25rem;
}

textarea, 
select, 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="email"], 
input[type="month"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="time"], 
input[type="url"], 
input[type="week"],
textarea:focus, 
select:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus,
input[type="datetime-local"]:focus, 
input[type="email"]:focus, 
input[type="month"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="text"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
input[type="week"]:focus,
input:-internal-autofill-selected {
  color: #F0532D;
}

table tr th {
  background: #fff;
  color: #545456;
  font-weight: normal;
}

.bismillah img {
  max-width: 300px;
}

.niat-c {
  border: 1px solid #F0532D;
  color: #545456;
  font-weight: bold;
  padding: 30px;
  border-radius: 1rem;
  text-transform: uppercase;
}

/* ============================
BUTTONS
============================ */
.defaultBtn {
    min-width:200px;
    width: 25%;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    border: none;
    border-radius: 100px;
    padding: 0 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
}

.defaultBtn1 {
    color: #fff;
    background-color: #F7941F;
    background: linear-gradient(90deg, #FF881A 0%, #F0532D 100%);
}

.defaultBtn2 {
    color: #F0532D;
    background-color: #fff;
    border: 2px solid #F0532D;
}

.defaultBtn1:hover {
    cursor: pointer;
    color: #fff;
    background: linear-gradient(90deg, #F0532D 0%, #F0532D 100%);
}

.defaultBtn2:hover {
    cursor: pointer;
    background: #F0532D;
    color: #fff;
	text-decoration: none;
}

button.defaultBtn1[disabled],
button.defaultBtn1[disabled]:hover {
    opacity: .65;
    color: #fff;
    cursor: default;
}

@media only screen and (max-width: 992px) {
    .defaultBtn {
        font-size: 16px;
    }
}

/* ============================
CUSTOM CHECKBOX
============================ */
/* The container */
.checkbox_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .not-allowed {
    cursor: not-allowed;
    color: gray;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox_container input:checked ~ .checkmark {
    background-color: #F0532D;
  }
  
  .checkbox_container input[disabled]:checked ~ .checkmark {
    background-color: gray;
    cursor: not-allowed;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox_container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/* ============================
CUSTOM ACCORDION
============================ */

/*NEW STYLE 2025*/



