﻿@font-face {
    font-family: "iCiel Brush Up";
    src: url('../fonts/brush-up.ttf'), url('../fonts/Sudtipos-BlogScript.otf'); /* IE9 */
}

.swal2-container{
    z-index: 9999;
}

/*New Design*/

/*Buttons*/

.save-button {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 10px;
    float: right;
    width: 100px;
    max-width: 100px;
    background-color: white;
    border: 1px solid #3B1ABF;
    border-radius: 25px;
    cursor: pointer;
    line-height: 20px;
}

.export-pdf-button {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 10px;
    float: right;
    width: 150px;
    max-width: 150px;
    background-color: #3B1ABF;
    color: white !important;
    border-radius: 25px;
    cursor: pointer;
    line-height: 20px;
    border: none;
}

.next-button {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 10px;
    float: right;
    width: 100px;
    max-width: 100px;
    background-color: #3B1ABF;
    color: white !important;
    border-radius: 25px;
    cursor: pointer;
    line-height: 20px;
}

.back-button {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 10px;
    float: left;
    width: 100px;
    max-width: 100px;
    background-color: #3B1ABF;
    color: white !important;
    border-radius: 25px;
    cursor: pointer;
    line-height: 20px;
}

/*Table design*/

.table-add-button {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    border-radius: 20px;
    box-shadow: 0 1px 1px 0 #b5b5ba, 0 1px 4px 0 #b5b5ba;
    max-width: 70px;
    border: 1.5px solid #3B1ABF;
    width: 70px;
    color: black; !important;
    background: white;
    cursor: pointer;
}

.table-tips-button {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    border-radius: 20px;
    box-shadow: 0 1px 1px 0 #b5b5ba, 0 1px 4px 0 #b5b5ba;
    max-width: 70px;
    border: 1.5px solid #54CD20;
    width: 70px;
    color: white !important;
    background: #54CD20;
    cursor: pointer;
}

.table-delete-button {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    border-radius: 20px;
    box-shadow: 0 1px 1px 0 #b5b5ba, 0 1px 4px 0 #b5b5ba;
    max-width: 70px;
    width: 70px;
    background: red;
    color: white !important;
    cursor: pointer;
}

.editor-td {
    width: 260px;
    max-width: 260px;
    vertical-align: top;
    padding: 16px 24px;
}

@media (max-width: 1439.99px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.background-iceberg {
    background-color: #F2FAF9;
}

.root-color {
    color: #5897fb; /* #3F7CAC */
    font-weight: bolder !important;
}