@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.sb-example-1 .search {
    width: 100%;
    position: relative;
    display: flex;
}

.sb-example-1 .searchTerm {
    width: 100%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

.sb-example-1 .searchTerm:focus {
    color: #00B4CC;
}

.sb-example-1 .searchButton {
    width: 40px;
    height: 50px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/* example 2*/
.sb-example-2 .tb {
    display: table;
    width: 100%;
}

.sb-example-2 .td {
    display: table-cell;
    vertical-align: middle;
}

.sb-example-2 input,
button {
    color: #fff;
    font-family: Nunito;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.sb-example-2 #cover {
    padding: 35px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #ff7575;
    border-radius: 20px;
    box-shadow: 0 10px 40px #ff7c7c, 0 0 0 20px #ffffffeb;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.sb-example-2 form {
    height: 96px;
}

.sb-example-2 input[type="text"] {
    width: 100%;
    height: 96px;
    font-size: 60px;
    line-height: 1;
}

.sb-example-2 input[type="text"]::-webkit-input-placeholder {
    color: #e16868;
}

.sb-example-2 input[type="text"]:-ms-input-placeholder {
    color: #e16868;
}

.sb-example-2 input[type="text"]::-ms-input-placeholder {
    color: #e16868;
}

.sb-example-2 input[type="text"]::placeholder {
    color: #e16868;
}

.sb-example-2 #s-cover {
    width: 1px;
    padding-left: 35px;
}

.sb-example-2 button {
    position: relative;
    display: block;
    width: 84px;
    height: 96px;
    cursor: pointer;
}

.sb-example-2 #s-circle {
    position: relative;
    top: -8px;
    left: 0;
    width: 43px;
    height: 43px;
    margin-top: 0;
    border-width: 15px;
    border: 15px solid #fff;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.5s ease all;
}

.sb-example-2 button span {
    position: absolute;
    top: 68px;
    left: 43px;
    display: block;
    width: 45px;
    height: 15px;
    background-color: transparent;
    border-radius: 10px;
    -webkit-transform: rotateZ(52deg);
    transform: rotateZ(52deg);
    transition: 0.5s ease all;
}

.sb-example-2 button span:before,
.sb-example-2 button span:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 15px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    transition: 0.5s ease all;
}

.sb-example-2 #s-cover:hover #s-circle {
    top: -1px;
    width: 67px;
    height: 15px;
    border-width: 0;
    background-color: #fff;
    border-radius: 20px;
}

.sb-example-2 #s-cover:hover span {
    top: 50%;
    left: 56px;
    width: 25px;
    margin-top: -9px;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.sb-example-2 #s-cover:hover button span:before {
    bottom: 11px;
    -webkit-transform: rotateZ(52deg);
    transform: rotateZ(52deg);
}

.sb-example-2 #s-cover:hover button span:after {
    bottom: -11px;
    -webkit-transform: rotateZ(-52deg);
    transform: rotateZ(-52deg);
}

.sb-example-2 #s-cover:hover button span:before,
.sb-example-2 #s-cover:hover button span:after {
    right: -6px;
    width: 40px;
    background-color: #fff;
}

/* example 3*/


.sb-example-3 .search__title {
    font-size: 10px;
    font-weight: 90;
    text-align: center;
    color: #ff8b88;
}

.sb-example-3 .search__input {
    width: auto;
    padding: 8px 10px;

    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 12px;
    line-height: 18px;
    color: #575756;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 50px;
    border: 1px solid #1db1f9;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.sb-example-3 .search__input::placeholder {
    color: rgba(87, 87, 86, 0.8);
}

.sb-example-3 .search__input:hover,
.search__input:focus {
    padding: 12px 0;
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #575756;
    border-radius: 0;
    background-position: 100% center;
}


.sortable {
    cursor: pointer;
}

.floating-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #8bd59d;
    /* Warna notifikasi keberhasilan */
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: none;
    /* Secara default tidak terlihat */
    z-index: 1000;
    /* Untuk memastikan notifikasi tampil di atas elemen lain */
}

.error-notification {
    background-color: #f44336;
    color: white;
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 5px;
    display: none;
    /* Secara default tidak terlihat */
    z-index: 1000;
}