<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pwdtitle{
   margin: 0;
    margin-bottom: 0px;
  color: #121212;
  font-size: 1.46153846153846em;
  line-height: 3.6em;
}
.btn-tertiary {
  color: #121212;
  padding: 0;
  line-height: 40px;
  width: 300px;
  margin: auto;
  display: block;
  border: 2px solid #0d3ecc;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  color: #121212;
 border: 2px solid #0d3ecc;
  
}

/* input file style */
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

/* Custom Radio Button Start*/

.radiotextsty {
  color: #082266;
  font-size: 15px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
width: 18px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
top: 3px;
left: 3px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #0a2763;
}

/* Custom Radio Button End*/

.preview
{
    padding: 10px;
    position: relative;
}

.preview i
{
    color: #121212;
    font-size: 24px;
    transform: translate(50px,130px);
}

.preview-img
{
    border-radius: 100%;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
}

.browse-button
{
   width: 194px;
height: 196px;
border-radius: 100%;
position: absolute;
top: -32px;
left: 71px;
    
    transition: 0.3s ease;
}


.browse-input
{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    transform: translate(-1px,-26px);
    opacity: 0;
	cursor: pointer;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"], select, input[type="search"] {

    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 16px 20px;
    max-width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.fade {
  opacity: 1;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding:20px;
  color:#653a93;
}
 p:hover,h2:hover
{
	color: #121212;
}
.tg-dtwacc .dtwacc-banner {
  background: #fcfcfc;
  border: 1px solid #f2f2f2
  width: 100%;
  
  padding:10px 0 0;
}

.tg-dtwacc .dtwacc-banner .inner-banner .detail * {
  color: #121212;
}

.tg-dtwacc .dtwacc-banner .inner-banner .profile {
  text-align: center;
}

.tg-dtwacc .dtwacc-banner .inner-banner .profile span.image img {
 /* width: 130px;*/
  border-radius: 50%;
  box-shadow: 0px 0px 15px -10px #121212;
  max-width: none;
width: 140px;
height: 140px;
}

.tg-dtwacc .dtwacc-banner .inner-banner .detail h3.user-name {
  font-size: 20px;
  margin-top: 20px;
}

.tg-dtwacc .dtwacc-banner .inner-banner .nav-area {
  width: 100%;
 
  background: #fcfcfc;
}

.tg-dtwacc .dtwacc-banner .inner-banner .nav-area ul li a {
  color: rgb(10, 39, 99);
  font-weight: 500;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  padding: 10px 28px;
  min-width: 120px;
  display: block;
  transition: 0.4s;
  text-align: center;

}

.tg-dtwacc .dtwacc-banner .inner-banner .nav-area ul li {
  margin-right: 7px;
  margin-bottom: 10px;
}

.tg-dtwacc .dtwacc-banner .inner-banner .nav-area ul li a.active,
.tg-dtwacc .dtwacc-banner .inner-banner .nav-area ul li a:hover {
  background: #fff;
  color:rgb(10, 39, 99);
}

.tg-tabs-content-wrapp {
  width: 100%;
  float: left;
  padding: 30px 0;
  background: #fff;
}
/*----------------------*/
div#my-orders-table_length {
  width: fit-content;
  float: left;
}

div#my-orders-table_filter {
  width: fit-content;
  float: right;
}

div#my-orders-table_length select,
div#my-orders-table_filter input {
  border: 1px solid #207ba1;
  padding: 5px 15px;
}

div#my-orders-table_length,
div#my-orders-table_filter {
  margin-bottom: 22px;
}

.tg-tabs-content-wrapp form.tg-form {
  width: 100%;
  float: left;
  background: #f7f7f7;
  padding: 30px 30px 60px;
  border: 1px solid #eaeaea;
}

.tg-tabs-content-wrapp form.tg-form button {
  background: var(--bg-primary);
  border: none;
  padding: 10px 32px;
  cursor: pointer;
  margin: 13px 0 0;
}

.tg-tabs-content-wrapp .my-dtwacc-dashboard .card img {
  max-width: 80px;
}

.tg-tabs-content-wrapp .my-dtwacc-dashboard .card {
  text-align: center;
}

.tg-tabs-content-wrapp .my-dtwacc-dashboard .card h2 {
  font-size: 18px;
  margin-top: 14px;
  color:#121212;
}

.tg-tabs-content-wrapp .my-dtwacc-dashboard .card p {
  font-size: 14px;
  color: #121212;
}

div#my-orders-table_info {
  float: left;
}

div#my-orders-table_paginate {
  float: right;
}

.page-item.active .page-link {
  background-color: lightgrey !important;
  border: 1px solid black;
}

.page-link {
  color: black !important;
}

div#my-orders-table_paginate a {
  background: #e6e6e6;
  margin: 0 2px;
  padding: 3px 11px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #121212;
}

div#my-orders-table_paginate {
  margin-top: 8px;
}

div#my-orders-table_paginate span a.current {
  color: #fff !important;
  background: var(--primary);
}

.tg-tabs-content-wrapp .my-dtwacc-dashboard .card {
  cursor: pointer;
}

.tg-tabs-content-wrapp .my-dtwacc-dashboard .card:hover,
.tg-tabs-content-wrapp .my-dtwacc-dashboard .card.active {
  background: ;
}

.tg-tabs-content-wrapp .my-dtwacc-dashboard .card:hover *,
.tg-tabs-content-wrapp .my-dtwacc-dashboard .card.active * {
  
}

.tg-tabs-content-wrapp .my-dtwacc-dashboard .card {
  transition: 0.4s;
  border-radius: 25px;
  border:1px solid #f2f2f2;
}

table#my-orders-table a.view-order {
background: #653a93;
cursor: pointer;
text-decoration: none;
color: #fff;
padding: 0px 10px;
border-radius: 3px;
}

@media (min-width: 768px) {
  table#my-orders-table td.action,
  table#my-orders-table th.action {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .tg-dtwacc .dtwacc-banner .inner-banner .nav-area ul li a {
    min-width: auto !important;
    padding: 8px 15px;
  }
}

@media (max-width: 600px) {
  .tg-dtwacc .dtwacc-banner .inner-banner .nav-area ul li a span {
    display: none;
  }
  .tg-dtwacc .dtwacc-banner .inner-banner .nav-area ul li a {
    min-width: auto;
    padding: 8px 20px;
  }
  .tg-dtwacc .dtwacc-banner .inner-banner .nav-area ul {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
  .tg-dtwacc .detail {
    text-align: center;
  }
  div#my-orders-table_length select,
  div#my-orders-table_filter input {
    max-width: 120px;
    font-size: 14px;
  }
  div#my-orders-table_length label,
  div#my-orders-table_filter label {
    font-size: 0px;
  }
}



</pre></body></html>