@import '../fonts/OpenSans-Bold.ttf';
@import '../fonts/OpenSans-Italic.ttf';
@import '../fonts/OpenSans-Regular.ttf';
@import '../fonts/OpenSans-SemiBold.ttf';

/* The Modal (background) */
.wrld-ts-custom-popup-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    right: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.wrld-ts-modal-content-container {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding-top: 45px;
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 42%; /* Could be more or less, depending on screen size */
    max-width: 740px;
    
    border-radius: 3px;
    background-image: url('../images/modal_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }

.wrld-ts-modal-content-container2 {
    background-color: #fefefe;
    margin: 20px auto;
    padding: 27px;
    border: 1px solid #888;
    max-width: 1036px;
    border-radius: 3px;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.wrld-ts-modal-head img {
    height: 85px;
    width: auto;
}

.wrld-ts-modal-head span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #444444;
    margin-top: 0;
    margin-right: 10px;
    display: block;
}

.wrld-ts-modal-text2 {
    margin-right: 10px;
}

.wrld-ts-modal-text2 h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #444444;
    margin-bottom: 12px;
}

.wrld-ts-modal-text2 div {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
/*    font-weight: 600;*/
    font-size: 16px;
    line-height: 20px; 
    color: #444444;
}

.wrld-ts-modal-text2 > div:last-child {
    margin-top: -10px;
}

.wrld-ts-modal-text2 div ul {
    list-style: disc;
    margin-top: 2px;
    margin-right: 23px;
}

.wrld-ts-modal-text2 div ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    /* font-weight: 600; */
    font-size: 16px;
    /* line-height: 25px; */
    color: #444444;
}

.wrld-ts-modal-text2 div > div {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #555555;
    margin: 3px;
}
.wrld-ts-modal-text2 div > div img {
    margin-left: 3px;
}

.wrld-ts-modal-second-head2 {
    margin-top: 20px;
    margin-right: 10px;
}

.wrld-ts-modal-second-head2 h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    /* line-height: 33px; */
    color: #444444;
}

.wrld-ts-modal-second-head2 h2 span {
    color: #235AF3;
}

.special-section {
    margin-top: -14px;
    margin-bottom: 34px;
}

.special-section .styled-div {
    display: inline-block;
    padding: 8px 21px 7px 38px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #235AF3;
    margin-right: 10px;
    position: relative;
    background: #ffffff;
    border: 1px solid #235AF3;
    margin-left: 26px;
}
.special-section .styled-div:before, .special-section .styled-div:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.special-section .styled-div:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 17px;
    margin-top: -17px;
}

.special-section .styled-div:before {
    border-color: rgba(150, 0, 0, 0);
    border-right-color: #235AF3;
    border-width: 18px;
    margin-top: -18px;
}

.special-section .styled-div s {
    font-weight: 700;
}

.special-section .arrow-right {
    display: none;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #235AF3;
    margin-left: 26px;
    margin-right: -3px;
    vertical-align: top;
}

.special-section .button2 {
    background: #235AF3;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 27px;
    vertical-align: top;
}

.special-section .button2 a {
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}

.table-section {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.table-section + div {
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #235AF3;
    position: relative;
}

.table-section + div span.less {
    position: absolute;
    top: -10px;
}

.wrld-close-modal-btn2 {
    cursor: pointer;
    float: left;
}

.table-section .features-table {
    border-collapse: collapse;
    width: 500px;
}

.table-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 33%;
    background: linear-gradient(to top, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}

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

.table-section th {
    background-color: #F5F5F5;
}

.table-section td {
    text-align: center;
}

.table-section td:first-child {
    text-align: right;
}
/* Modal Header */
.wrld-ts-modal-head-text {
    color: #008AD8;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 7px;
  }

  .wrld-ts-modal-second-head{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
  }
  .wrld-ts-modal-second-head ol {
    margin-right: 18px;
  }
  .wrld-ts-modal-second-head ol li {
     font-size: 14px;
     line-height: 20px;
  }
  .add-ts-weight{
    font-weight: 700;
  }

.wrld-ts-modal-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.wrld-ts-modal-text li {
    list-style-type: disc;
}

.wrld-ts-modal-actions  {
    display: flex;
}

.wrld-ts-modal-action-item {
    flex: 1;
    text-align: right;
  }

  .modal-button {
    padding: 12px 20px 12px 20px;
    border-radius: 4px;
    border: none;
    background: #008AD8;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 2px 2px 0px #0000004D;
}


.wrld-ts-modal-main-container{
  display: flex;
  flex-wrap: nowrap;
}


.wrld-ts-modal-center .wrld-ts-btn-container {
  display: flex;
  flex: 40% 20% 40%;
  flex-direction: row;
  margin-top: 7px;
  margin-bottom: 18px;
}


.wrld-ts-modal-center .wrld-ts-btn-container .left-box {
  width: 315px;
  height: 170px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.wrld-ts-modal-center .wrld-ts-btn-container .left-box .first-row {
  margin-top: 13px;
  margin-right: 17px;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 183% */
  letter-spacing: -0.011em;
  color: #666666;
}

.wrld-ts-modal-center .wrld-ts-btn-container .left-box .second-row {
  margin-top: 10px;
  margin-right: 17px;
  margin-left: 17px;
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
font-family: 'Open Sans', sans-serif;
color: #666666;

}

.wrld-ts-modal-center .wrld-ts-btn-container .left-box .wrld-ts-manual-button {
  margin-top: 12px;
  margin-right: 15px;
  width: 189px;
  height: 39px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px 15px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #008AD8;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: pointer;
}
.left-box a{
text-decoration: none;
}

.wrld-ts-modal-center .left-box a .wrld-btn-txt{
  margin-right: 15px;
  margin-top: 5px;
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;

color: #008AD8;

  } 
.wrld-ts-modal-center .left-box span{
  font-weight: bolder;
  margin-top: 4px;
  margin-right: 3px;
  color: #008AD8;
}

.wrld-ts-modal-center .wrld-ts-btn-container .center-box {
  width: 47px;
}

.wrld-ts-modal-center .wrld-ts-btn-container .center-box .or-container {
  box-sizing: border-box;
  height: 26px;
  width: 26px;
  background: #444444;
  border-radius: 50%;
  border: 1px solid #444444;
  margin-right: 11px;
  margin-left: 10px;
  margin-top: 70px;
}

.wrld-ts-modal-center .wrld-ts-btn-container .center-box .or-container span {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  margin-right: 3px;
  color: #FFFFFF;
  text-align: center;
  width: 18px;
  height: 13px;
}

.wrld-ts-modal-center .wrld-ts-btn-container .right-box {
  background: #FFFFFF;
border: 1px solid #E5E5E5;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
border-radius: 4px;
padding-bottom: 16px;
}

.wrld-ts-modal-center .wrld-ts-btn-container .right-box a{
 text-decoration: none;
}

.wrld-ts-modal-center .wrld-ts-btn-container .right-box .first-r-row {
  margin-left: 17px;
  margin-right: 17px;
  font-style: normal;
  font-size: 12px;
  line-height: 17px;
  /* or 164% */
  
  
  color: #666666;
  
}

.wrld-ts-modal-center .wrld-ts-btn-container .right-box .heading{
  margin-top:17px;
}

.wrld-ts-modal-center .wrld-ts-btn-container .right-box .description{
  margin-top:6px;
}

.wrld-ts-modal-center .wrld-ts-btn-container .right-box .bottom-note{
  margin-top:9px;
}

.wrld-ts-modal-center .wrld-ts-btn-container .right-box .wrld-ts-auto-button{
  display: flex;
  width: 179px;
  height: 39px;
  justify-content: center;
  align-items: center;
  background: #008AD8;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-top: 18px;
  border: none;
  cursor: pointer;
  margin-right: 15px;
}

.wrld-ts-modal-center .wrld-ts-auto-button .wrld-btn-txt{
  margin-right: 13px;
  margin-top: 0.5px;
  font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;
justify-content: center;
color: #FFFFFF;
}
.first-r-row .add-weight{
  font-weight: 700;
  color: #444444 !important;

}
.add-ts-weight{
  font-weight: 900;
  color: black !important;

}
.wrld-ts-modal-center .wrld-ts-auto-button span{
  margin-right: 12px;
  margin-top: 0px;
  color: #FFFFFF;
}

.wrld-close-modal-btn{
cursor: pointer;
float: left;
margin-top: -43px;
margin-left: -41px;
}

.wrld-dismiss-link{
  text-decoration: none;
  color: unset;
}