/*
Theme Name: custom
Version: 1.1
*/

*{margin:0;padding:0;outline:none}


@font-face {
  font-family: 'SuperHost Header';
  src: url('/wp-content/themes/custom/assets/fonts/Baystar-Script.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/custom/assets/fonts/SuperHost-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/custom/assets/fonts/SuperHost-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/custom/assets/fonts/SuperHost-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/custom/assets/fonts/SuperHost-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/custom/assets/fonts/SuperHost-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/custom/assets/fonts/SuperHost-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: 'SuperHost Open';
  src: url('/wp-content/themes/custom/assets/fonts/SuperHost-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 22px; */
    color: rgb(0, 0, 0);
    font-family: 'SuperHost Open', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    background-color: #282828;
    max-width: 950px;
    margin: auto;
    border-image: initial;
    font-weight: 100;
    margin: 50px auto;
    border: 2px solid #fff;
}

html {
    margin: 0px !important;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

h3.section-title {
    padding-bottom: 5px;
    padding-top: 10px;
}

.shc-contract-ab1 {
    padding: 0 15px;
    background-color: #FFF;
}

.content ul {
    
    margin-bottom: 10px;
    list-style-type: disc;
}

.shc-contract-subheader ul {
    margin-left: 20px;
}

a.shc-contract-button, a.shc-contract-button:hover, a.shc-contract-button:active {
    color: #FFF !important;
}

.shc-signature-by {
    color: red;
}

.content ul ul {
    margin-bottom: 0px;
    margin-left: 20px;
    list-style-type: circle;
}

.shc-contract-ab {
    text-transform: uppercase;
}

.shc-intro {
    margin: 20px;
    font-size: small;
    color: darkgray;
    padding: 10px 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    list-style: square;
}

.shc-signature-b {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shc-contract-content > ul > li {
    margin-bottom: 5px;
    list-style-type: none;
}

.shc-contract-footer {
    background-color: #FFF;
    padding-bottom: 200px;
}

.shc-contract-yellow {
    padding: 0 2px;
}

.shc-contract-content p {
    margin-bottom: 5px;
}

.shc-clientname {
    text-transform: uppercase;
}

.shc-clientname-email {
    word-break: break-all;
}

.shc-contract-header {
    background-color: #1791dc;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 10px;
    align-items: center;
}

.shc-button-contract {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.shc-button-contract-left {
    display: flex;
    gap: 15px;
}

.shc-modal-content p {
    padding: 10px;
    font-size: small;
}

.canvas-container {
    width: 100% !important;
}

.canvas-container canvas {
    width: 100% !important;
}

.button-primary {
    background-color: #3EB2FD;
    background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
}

.button-exit {
    background-image: radial-gradient( circle farthest-corner at 9.8% 19.4%,  rgba(223,75,75,1) 11.6%, rgba(20,12,12,1) 90.5% );
}

.button-del {
    background-image: radial-gradient( circle farthest-corner at 50% 52.5%,  rgba(14,53,92,1) 0%, rgba(16,14,72,1) 90% );
}

.button {
    align-items: center;
    appearance: none;
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 100px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    font-family: CircularStd, sans-serif;
    font-size: 1rem;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s, background-position .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
    margin-top: 20px;
}

.shc-contract-header .header-left img {
    width: 70px;
}

.shc-contract-header .header-central {
    text-align: center;
}

.shc-contract-header .header-central-items {
    display: flex;
    flex-direction: column;
    color: #FFF;
}

.shc-contract-header .header-right ul {
    list-style-type: none;
    color: #FFF;
}

.shc-contract-header .header-right {
    text-align: right;
}

.shc-contract-subheader {
    padding: 15px;
    background-color: #FFF;
}

.shc-contract-subheader h1 {
    padding: 30px 0;
}

.shc-contract-subheader li {
    font-size: 13px;
    padding-bottom: 5px;
}

.shc-contract-party {
    padding: 15px;
    background-color: #FFF;
}

.shc-contract-content {
    padding: 15px;
    background-color: #FFF;
}

.shc-contract-sign {
    padding: 15px;
    background-color: #FFF;
}

.shc-contract-party table td:first-child {
    min-width: 120px;
}

.shc-contract-sign {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.shc-contract-content {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
}

.content.active .shc-contract-content{
    max-height: 4000px;
}

.shc-toggle{
    cursor: pointer;
    transition: all 0.3s ease;
    color: #7a00df;
    text-decoration: underline;
}

.shc-contract-show {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #FFF;
}

.content.active .shc-contract-content:before{
    display:none;
}

.shc-contract-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}

.shc-contract-sign > div {
    text-align: center;
}

.table-responsive{
    width:100%;
    overflow-x:auto;
}

.service-table{
    width:100%;
    border-collapse:collapse;
    min-width:600px;
    margin: 10px 0;
}

.service-table th,
.service-table td{
    border:1px solid #ddd;
    padding:8px;
}

.service-table th{
    background:#f5f5f5;
}

.service-table td:last-child{
    text-align:right;
}

.text-right{
    text-align:right;
}

.shc-contract-subprice {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shc-contract-button {
  align-items: center;
  appearance: none;
  background-color: #3EB2FD;
  background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-family: CircularStd,sans-serif;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s,background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
  margin-top: 20px;
}

.shc-contract-button:active,
.shc-contract-button:focus {
  outline: none;
}

.shc-contract-footer td {
    height: 250px;
}

.shc-contract-footer tr {
    display: flex;
}

.shc-contract-button:hover {
  background-position: -20px -20px;
}

.shc-contract-button:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

@media (max-width: 760px) {
    body {
        margin: 10px;
    }
    
    
    .shc-contract-header h1 {
    font-size: 18px;
    }
    
    .shc-contract-header h2 {
        font-size: 16px;
    }
    
    .shc-contract-header h3 {
        font-size: 14px;
    }
    
    .shc-contract-header .header-left img {
        width: 40px;
    }
    
    
    .shc-contract-header .header-right li {
        font-size: 12px;
    }
    
    .shc-contract-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .shc-contract-header .header-right {
        text-align: center;
    }
    
    .content.active .shc-contract-content {
        max-height: 6000px;
    }

}
