.ks-wrapper p,.ks-wrapper span, .ks-wrapper div {
  font-family: custommorabba;
   -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}

.ks-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ks-table-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ks-table{
    border: solid 1px #cacaca;
    border-radius: 10px;
    margin-top: 20px;
    padding: 0 20px;
    width: 50%;
}

.ks-table-2{
    padding: 10px 20px;
}

.ks-table-title{
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ks-table-line{
    margin: 0 -20px;
    background-color: #cacaca;
    border-width: 1px;
}

.ks-table-dash{
    color:white;
    border-style: dashed;
    border-width: 1px;
    background-color: #cacaca;
    margin: 3px;
}

.ks-image{
    object-fit: cover;
    margin-top: 10px;
}

.ks-status-image{
    width: 30%;
}

.ks-title{
    font-weight: bold;
    font-size: 24px !important;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.ks-wrapper p, .ks-wrapper span{
    color:#606060;
    font-size: 13px;
    font-weight: bold;
}

.ks-color-black{
    color:#1c1c1c !important;
}

.ks-link{
    color:#EA168E;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.ks-title-2{
    font-weight: bold;
    font-size: 15px;
}

.ks-table-des{
    width: 100%;
    margin-top: 10px;
    text-align: right;
    font-weight: 400 !important;
}

.ks-not-found-des{
     width: 100%;
    margin-top: 10px;
    text-align: center;
    margin-top: 10px;
}

.ks-modal-parent{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999999;
    display: none;
    justify-content: center;
    align-items: center;
   background-color: rgba(0,0,0,0.8) !important;
}

.ks-modal-parent.active{
    display: flex;
}

.ks-modal{
    border: solid 1px white;
    border-radius: 10px;
    background-color: white;
    padding: 10px 20px;
    width: 30%;
}

.ks-modal-header{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ks-modal-title{
    font-weight: bold;
    font-size: 15px;
    color: #1c1c1c
}

.ks-modal-exit{
    font-weight: bold;
    font-size: 15px;
    color: #1c1c1c;
    cursor: pointer;
}

.ks-modal-line{
    border-bottom: #cacaca;
    background-color: #cacaca;
    border-width: 1px;
}

.ks-modal-des{
    width: 100%;
    text-align: right;
    color:#606060;
}

.ks-modal-btns{
    margin-top: 20px;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.ks-modal-cancel{
    border: solid 1px #EA168E;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: white;
    color: #EA168E;
}

.ks-modal-cancel:hover{
    background-color: #EA168E;
    color: white;
}

.ks-modal-confirm{
    border: solid 1px #EA168E;
    border-radius: 10px;
    background-color: #EA168E;
    padding: 5px 10px;
    color: white;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .ks-table{
        width: 75% !important;
    }

    .ks-status-image{
        width: 50% !important;
    }

    .ks-modal{
        width: 90% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .ks-table{
        width: 75% !important;
    }

    .ks-status-image{
        width: 50% !important;
    }

    .ks-modal{
        width: 90% !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .ks-table{
        width: 75% !important;
    }

    .ks-status-image{
        width: 50% !important;
    }

    .ks-modal{
        width: 90% !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .ks-table{
        width: 40% !important;
    }

    .ks-status-image{
        width: 20% !important;
    }

    .ks-modal{
        width: 30% !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .ks-table{
        width: 35% !important;
    }

    .ks-status-image{
        width: 20% !important;
    }

    .ks-modal{
        width: 30% !important;
    }
}