@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');

* {
    scrollbar-width: thin !important;
    scrollbar-color: #99a0a8 #f6f6f6 !important;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
}

*::-webkit-scrollbar-track {
    background: #f6f6f6 !important;
}

*::-webkit-scrollbar-thumb {
    background-color: #99a0a8 !important;
    border-radius: 20px !important;
    border: 3px solid #f6f6f6 !important;
}

.sortableMODTH {
    position: relative;
    padding-right: 25px !important;
}

table thead .sortableMOD:before {
    content: '↑↓';
    /*display: inline-block;*/
    position: absolute;
    /*float: right;*/
    opacity: 0.3;
    right: 3px;
}

table thead .sortableMODAsc:before {
    content: '↑';
    /*display: inline-block;*/
    position: absolute;
    /*float: right;*/
    right: 12px;
    color: #f1c40f;
}

table thead .sortableMODAsc:after {
    content: '↓';
    /*display: inline-block;*/
    position: absolute;
    /*float: right;*/
    opacity: 0.3;
    right: 3px;
}

table thead .sortableMODDesc:before {
    content: '↑';
    /*display: inline-block;*/
    position: absolute;
    /*float: right;*/
    opacity: 0.3;
    right: 12px;
}

table thead .sortableMODDesc:after {
    content: '↓';
    /*display: inline-block;*/
    position: absolute;
    /*float: right;*/
    right: 3px;
    color: #f1c40f;
}

.treeview_mod_ .vertical-line-treeview {
    border-left: 2px dotted #99a0a8;
    /*border-bottom: 2px solid #b2bec3;*/
    display: block;
    position: absolute;
    /*height: 23px;*/
    height: 22px;
    /*width: 49px;*/
    /*top: -11px;*/
    top: -9px;
    left: -41px;
}

.treeview_mod_ .horizontal-line-treeview {
    border-bottom: 2px dotted #99a0a8;
    /*border-bottom: 2px solid #b2bec3;*/
    display: block;
    position: absolute;
    /*height: 24px;*/
    width: 49px;
    top: 11px;
    left: -41px;
}

.tableCheckbox {
    text-align: center !important;
    vertical-align: middle !important;
    padding: 0.75rem !important;
}

input[type="file"] {
    text-indent: -999px;
    cursor: pointer;
}

body, .btn, input.form-control, .input-group-text{
    font-size: small;
}

.custom-file-label, .custom-file-label:after {
    align-items: center;
    font-size: small;
    display: flex;
}

p,h3,h4,h1,label{
    /*font-family: 'Roboto', sans-serif;*/
}

.btn {
    border-radius: 20px !important;
}

.btn.btn-lg {
    border-radius: 50px !important;
}

* {
    font-family: 'Patrick Hand', cursive;
    font-family: 'Poppins', sans-serif;
}

.cursorPointer {
    cursor: pointer !important;
}

.flow-container {
    padding: 10px;
    width: 100%;
    display: table;
}

.flow-item .flow-delete {
    /*font-size: 7px;*/
    position: absolute;
    /*left: 32%;*/
    /*content: 'REMOVE';*/
    left: 45%;
    content: '\2573';
    opacity: 0;
    bottom: 2px;
    /*padding: 3px;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    /*border: 2px solid white;*/
    /*border-radius: 50%;*/
    transition: shake 0.5s;
    z-index: 10;
}

.flow-delete:hover {
    color: #ff7979;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

.flow-item:not(.disabled) .flow-text:hover {
    color: black;
    padding: 1px;
    font-size: small;
    background-color: #ecf0f1;
    border: 1px solid #ecf0f1;
    border-radius: 10%;
    transition: all 0.5s;
}

.flow-container .flow-item:not(.disabled).evaluatorItem:hover .flow-delete,
.flow-container .flow-item:not(.disabled).cashierItem:hover .flow-delete {
    opacity: 0;
    display: none;
}

.flow-container .flow-item:not(.disabled).evaluatorItem ~ .evaluatorItem:hover .flow-delete,
.flow-container .flow-item:not(.disabled).evaluatorItem:is(.multiple):hover .flow-delete,
.flow-container .flow-item:not(.disabled).cashierItem ~ .cashierItem:hover .flow-delete,
.flow-container .flow-item:not(.disabled).cashierItem:is(.multiple):hover .flow-delete{
    opacity: 1;
    display: block;
}

.flow-container .flow-item {
    font-size: medium;
    text-align: center;
    display: inline-grid;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #bdc3c7;
    border-radius: 5px;
    transition: all 0.5s;
    /*cursor: pointer;*/
}

.flow-container .flow-item.disabled {
    font-size: medium;
    display: inline-grid;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    cursor: not-allowed;
}

.flow-container .flow-item:not(.disabled).evaluatorItem:not(.multiple):hover,
.flow-container .flow-item:not(.disabled).cashierItem:not(.multiple):hover {
    color: white;
    background-color: #7f8c8d;
    border-color: #7f8c8d;
    padding-right: 35px;
    padding-left: 35px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.flow-container .flow-item:not(.disabled).evaluatorItem:is(.multiple):hover,
.flow-container .flow-item:not(.disabled).cashierItem:is(.multiple):hover {
    color: white;
    background-color: #7f8c8d;
    border-color: #7f8c8d;
    padding-right: 35px;
    padding-left: 35px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.flow-container .flow-item:not(.disabled).evaluatorItem ~ .evaluatorItem:hover,
.flow-container .flow-item:not(.disabled).evaluatorItem:is(.multiple):hover,
.flow-container .flow-item:not(.disabled).cashierItem ~ .cashierItem:hover,
.flow-container .flow-item:not(.disabled).cashierItem:is(.multiple):hover {
    color: white;
    background-color: #7f8c8d;
    border-color: #7f8c8d;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/*.flow-item:not(.disabled) .flow-plus {*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*}*/

.flow-container .flow-item:not(.disabled) .flow-plus.right{
    font-size: large;
    position: absolute;
    margin-left: 10px;
    /*content: '\002B';*/
    /*right: 20px;*/
    opacity: 0;
    top: 20%;
    /*cursor: pointer;*/
}

.flow-container .flow-item:not(.disabled) .flow-plus.left {
    font-size: large;
    position: absolute;
    margin-right: 10px;
    /*content: '\002B';*/
    /*left: 20px;*/
    opacity: 0;
    top: 20%;
    /*cursor: pointer;*/
}

.flow-plus span {
    transition: transform 0.5s;
}

.flow-plus.right span:hover, .flow-plus.left span:hover {
    transform: rotate(180deg);
    cursor: pointer;
}

.flow-container .flow-item:not(.disabled):hover .flow-plus.right {
    opacity: 1;
    left: 0;
}

.flow-container .flow-item:not(.disabled):hover .flow-plus.left {
    opacity: 1;
    right: 0;
}

.flow-container .flow-arrow {
    font-size: medium;
    display: inline-grid;
}

.flow-container .flow-arrow:after {
    font-size: large;
    display: inline-grid;
    padding-right: 10px;
    padding-left: 10px;
    content: '\2192';
}
#bodySample {
    /* margin-top: 5rem; */
    /* height: 60vh; */
    display: flex;
    /* align-items: center;
    flex-direction: column; */
}
.formTest {
    width: 400px;
    position: relative;
    height: 60px;
    overflow: hidden;
}
.formTest .input-login {
    width: 100%;
    height: 100%;
    color: #595f6e;
    padding-top: 20px;
    padding-right: 35p  x;
    border: none;
    outline: none;
    
}
.formTest label {
    position: absolute;
    bottom: -10px;
    left: 0%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-bottom: 3px solid black;

}
.formTest label::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #1891cd;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.content-name {
    position: absolute;
    left: 0px;
    bottom: 5px;
    transition: all 0.3s ease;
}
.formTest .input-login:focus + .label-name .content-name,
.formTest .input-login:valid + .label-name .content-name,
.formTest .input-login:-webkit-autofill + .label-name .content-name {
    transform: translateY(-150%);
    font-size: 14px;
    color: #1891cd;
}  
.formTest .input-login:focus + .label-name::after,
.formTest .input-login:valid + .label-name::after,
.formTest .input-login:-webkit-autofill + .label-name::after {
    transform: translateX(0%);
}
.formTest div span {
        position: absolute;
        right: 8px;
        color: black;
        /* font-size: 1rem; */
        top: 35px;
}
.input-login:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #d7f2ff inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}
.login-background {
       background-image: url('https://img.freepik.com/free-vector/building-permit-concept-illustration_114360-7299.jpg');
       background-size: 100% 100%;
       width: 75%;
       height: 60%;
       margin: auto;
}
.h1-bpls {
       text-align: center;
       background-image: url('https://www.pngkit.com/png/full/499-4991264_title-box-transparent-title-box-png.png');
       background-size: 100% 100%;
       width: 50%;
       height: 200px;
       margin: auto;
       padding-top: 50px;
       transform: rotate(-10deg);
       
}
.h1-bpls div {
        transform: rotate(10deg);
        font-family: 'Titan One', cursive;
        padding: 15px;
}
.description {
       width: 50%;
       height: 100px;
       margin: auto;
       background-color: #eeae3f;
       border-radius: 25px;
}
.description p {
        font-family: 'Titan One', cursive;
        margin-top: 30px;
        padding: 10px;
}
.others-scroll {
        margin-top: 20px;
        overflow-y: auto;
        height: 450px;
}
.others-link {
    color: black;
}
.others-link:hover {
    color: rgb(134, 134, 234);
}
.news-link {
   font-size: 25px; color: black;
}
.news-link:hover {
    color: rgb(134, 134, 234);
}
.hover-btn {
    --c:  #4fba91; /*color*/
    
    box-shadow: 0 0 0 .1em inset var(--c); 
    --_g: linear-gradient(var(--c) 0 0) no-repeat;
    background: 
      var(--_g) calc(var(--_p,0%) - 100%) 0%,
      var(--_g) calc(200% - var(--_p,0%)) 0%,
      var(--_g) calc(var(--_p,0%) - 100%) 100%,
      var(--_g) calc(200% - var(--_p,0%)) 100%;
    background-size: 50.5% calc(var(--_p,0%)/2 + .5%);
    outline-offset: .1em;
    transition: background-size .4s, background-position 0s .4s;
}
.hover-btn-renewal {
    --c:  #46a9e7; /*color*/
    
    box-shadow: 0 0 0 .1em inset var(--c); 
    --_g: linear-gradient(var(--c) 0 0) no-repeat;
    background: 
      var(--_g) calc(var(--_p,0%) - 100%) 0%,
      var(--_g) calc(200% - var(--_p,0%)) 0%,
      var(--_g) calc(var(--_p,0%) - 100%) 100%,
      var(--_g) calc(200% - var(--_p,0%)) 100%;
    background-size: 50.5% calc(var(--_p,0%)/2 + .5%);
    outline-offset: .1em;
    transition: background-size .4s, background-position 0s .4s;
}
.hover-btn:hover, .hover-btn-renewal:hover {
    --_p: 100%;
    transition: background-position .4s, background-size 0s;
}
.hover-btn:active, .hover-btn-renewal:active {
    box-shadow: 0 0 9e9q inset #0009; 
    background-color: var(--c);
    color: #fff;
}
.hover-btn, .hover-btn-renewal {
    font-family: system-ui, sans-serif;
    font-size: 3.5rem;
    cursor: pointer;
    padding: .1em .6em;
    font-weight: bold;  
    border: none;
    width: 100%;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

