
.swal2-popup {
    font-size: .87em;
    border-right: 1px solid;
    border-bottom: 2px solid transparent;
    /* background-color: white; */
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: white;
    padding: .3rem .6rem;
    font-weight: 500;
}

.profile-tab .nav-tabs.customtab .nav-link {

    /* color: #181f48; */
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    /* background-color: whitesmoke; */
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: .3rem .6rem;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
    font-weight: 500;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 35px;
}

.checkbox-wrapper-2 .ikxBAC .disabled {
    background-color: green;
}

.checkbox-wrapper-2 .ikxBAC::before .disabled {
    background-color: blue;
}

.checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 2px;
    position: absolute;
    top: 1px;
    width: 18px;
}

.checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
}

.checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #0099ff;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 16px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
}

.box {
    background-color: #ecf0f4;
    border: 1px solid rgb(98, 0, 255);
    min-height: 50px;
    font-size: 2rem;
}

.card-box .selected {
    border-left: 0.25rem solid #f63e8e;
}

.selected2 {
    background-color: #0099ff;
}
.selected {
    border-left: 0.25rem solid #f6c23e;
}
.selected-row {
    border: 0.01rem solid red;
}
.selected.striped {
    background-color: #0099ff;
}
.striped {
    background-color: #eaeef2;
}
.border-left-warning {
    border-left: 0.25rem solid red !important;
}
.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.widget-style3 .widget-icon {
    /* width: 60px;
    font-size: 30px;
    line-height: 1;  
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    background: #fff; 
    color: #fff; 
}

.tr {
    border-bottom: 1px solid rgb(105, 95, 95);
  }

* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
.note-container {
  /* max-width: 980px; */
  margin: 0 auto;
}
.new-note-btn {
  width: 200px;
  display: block;
  margin: 0 auto 20px;
  background-color: #2adb33;
  padding: 10px 32px;
  border: 1px solid #dc3f3f;
  font-size: 26px;
  outline: 0;
  transition: all 0.3s;
  cursor: pointer;
  font-family: 'Caveat', cursive;
  text-align: center;
  text-decoration: none;
  color: #1e1e1e
}
.new-note-btn:hover {
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}
.new-note-btn:active {
  position: relative;
  top: 1px;
}
.notes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.note {
 /* background-color: #f0c806; */
  border-radius: 8px;
  width: 280px;
  margin: 0 10px 20px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  cursor: pointer;
  text-decoration: none;
  color: #1e1e1e
}

.note .note-body {
  outline: 0;
  font-family: 'Caveat', cursive;
 /* font-size: 24px; */
 font-size: 16px;
  padding: 10px 16px 2px;
}
.notes .note:hover {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}
.single-note .note {
  margin: 0;
  width: 100%;
}
.single-note .note .note-body {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  padding: 20px;
}
.single-note .note .note-body::placeholder {
  color: #111111
}
.note .note-buttons-view{
    display: none;
}
.note:hover .note-buttons-view{
    display: flex;
}

.note .note-buttons-hide{
    display: none;
}
.note:hover .note-buttons-hide{
    display: flex;
}

.note-buttons {
    display: none;
  }

.note .note-buttons {
  opacity: 0;
}
.note:hover .note-buttons{
    display: flex;
  opacity: 1;
}
.note-buttons {
  text-align: right;
  padding: 10px;
  display: flex;
  gap: 5px;
  justify-content: end;
}

.note-buttons .note-cancel-button {
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #e0e0e0;
  border: 1px solid #bdbdbd;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  font-size: 16px;
}
.note-buttons .note-cancel-button:hover {
  background-color: #ffffff;
}

.note-buttons .note-submit-button {
  padding: 6px 10px;
  border-radius: 4px;
  color: white;
  background-color: #452900;
  border: 1px solid #212000;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.note-buttons .note-submit-button:hover {
  background-color: #704300;
}

.note-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.note-buttons .note-edit-button {
  padding: 6px 10px;
  border-radius: 4px;
  color: white;
  background-color: #006bd6;
  border: 1px solid #0059b3;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.note-buttons .note-edit-button:hover {
  background-color: #0059b3;
}


.note-buttons .note-delete-button {
  padding: 6px 10px;
  border-radius: 4px;
  color: white;
  background-color: #c93f3f;
  border: 1px solid #a82f2f;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.note-buttons .note-delete-button:hover {
  background-color: #a82f2f;
}
.note-date {
  margin-top: 20px;
  font-size: 13px;
  font-style: italic;
  color: rgb(92, 92, 92);
}

.success-message {
  padding: 15px 25px;
  background-color: rgb(0, 165, 44);
  color: white;
  border-radius: 4px;
  margin-bottom: 30px;;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #e3e1e1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #eef0f2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
        background-color:  #eef0f2;
        
        border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

