/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --font-kanit: Kanit, tahoma, sans-serif
}

.navbar-main {
    background-color: #4e73df;
    background-image: linear-gradient(90deg, #031b4d, #142467);
    background-size: cover;
    font-size: 18px;
    min-height: 38px;
    font-family: 'Kanit', sans-serif;
}

section#footer {
    margin: 0;
    padding: 20px 10px;
    background-color: #4e73df;
    background-image: linear-gradient(90deg, #031b4d, #142467);
    border-top: 1px solid #ddd;
    font-size: .9em;
    color: white;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
table {
    font-family: "Kanit", sans-serif;
}

p {
    font-size: 18px;
    font-family: "Kanit", sans-serif;
}



s,
strike {
    text-decoration: none;
    position: relative;
}

s::before,
strike::before {
    top: 50%;
    /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: red;
    /*this is the color of the line*/
    opacity: .7;
    content: '';
    width: 110%;
    position: absolute;
    height: .1em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

s.straight::before,
strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}


#tableServicesList [data-type="service"],
#tableServicesList .sorting_disabled,
#tableDomainsList [data-type="domain"],
#tableDomainsList .sorting_disabled:nth-child(2) {
    display: none;
}
