
.header {
  overflow: hidden;
  background-color: #fff;
    width: 100%;    padding: 1% 3%;
}

header {
      padding: 5px 2%;
}

.header-middle a {
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
}


.header-middle a:hover {
  background-color: #fff;
  color: black;
    border-bottom: 3px solid #50BA83;
}

.header-middle a.active {
    color: black;
    font-weight: bold;
    border-bottom: 3px solid #50BA83;
}

.inner-header {
    width: 100%;
    display: inline-flex;
}



.header a.logo {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
    width: 33%;
}
.header-middle {
    width: 34%;
    text-align: center;
    padding: 12px;
}
.header-right {
    width: 33%;
        text-align: right;
    padding: 12px;
}

img.header-logo {
    height: 35px;
    width: 50px;
}

a.login-button {
    background: #FDBD20;
    border-radius: 50px;
    padding: 10px;
}
a.login-button-alt {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
}


@media screen and (max-width: 500px) {
  .inner-header {
    width: 100%;
    display: block;
    text-align: center;
}
.header a.logo {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
    width: 100%;
    margin: auto;
}
.header-middle {
    width: 100%;
    text-align: center;
    padding: 12px;
}
.header-right {
    width: 100%;
        text-align: center;
    padding: 12px;
}
img.header-logo {
        height: 35px;
        width: 50px;
        margin: auto;
        margin-top: 10px;
    }

    .header-cont {
            margin-top: 25%;
    }
.nav-v2-btn {
    display: block;
    margin-bottom: 10px;
}

.topper {
            margin-top: 30% !important;
}
}


main.main {
    padding: 3%;
}


.header-cont {
    text-align: left;
    padding: 5%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

.vt-cont {
    padding: 5%;
    height: 100%;
    background: #4D99F4;
    border-radius: 25px;
}

.vl-cont {
    padding: 5%;
    height: 100%;
    background: #50BA83;
    border-radius: 25px;
}

h2.index-cont-header-text {
    font-weight: bold;
    color: white;
    width: 70%;

}

img.img-pl-1 {
    height: 100px;
}

.index-cont-header {
    display: inline-flex;
    width: 100%;
}
a.index-button-1 {
    width: 100%;
    display: block;
    background: #74ABFF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    color: white;
}

a.index-button-1:hover {
    width: 100%;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
a.index-button-2 {
    width: 100%;
    display: block;
    background: #64CE96;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    color: white;
}

a.index-button-2:hover {
    width: 100%;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

i.caret-right {
    float: right;
    margin-top: 5px;;
}

.text-align-center {
    text-align: center;
}

div#nav-tabContent {
    border-radius: 15px;
}

.bold {
    font-weight: bold;
}

.nav-v2-btn {
    border: 2px solid #4D99F4;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}

.nav-v2-btn:hover {
    border: 2px solid #4D99F4;
    background-color: #4D99F4;
    color: white;
}

.nav-v2-btn.active {
    border: 2px solid #4D99F4;
    background-color: #4D99F4;
    color: white;
}


.wbanner{
  background-image: url('../banner/banner_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

button.accordion-button.collapsed {
    background-color: #DBF4FF !important;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.accordion-body {
    background: #F8F9FD;
    border-radius: 0 0 10px 10px;
}

.accordion-button:not(.collapsed) {
    border-radius: 10px 10px 0px 0px;
    background-color: #DBF4FF !important;
}

.custom-table-v2 th {
    background: #E0E4FF;
    text-align: center;
}
.custom-table-v2 thead > tr > th {
    text-align: center;
    color: #3E4259;
}
.custom-table-v2 tbody > tr > td {
    text-align: center;
    color: #3E4259;
    font-weight: 600;
}


.custom-table-v2.table-left-align thead > tr > th {
    text-align: left;
    color: #3E4259;    padding: 15px; width: 200px;
}
.custom-table-v2.table-left-align tbody > tr > td {
    text-align: left;
    color: #3E4259;
    font-weight: 600;    padding: 15px;
}

.custom-table-v2 th:first-child {
    background: #E0E4FF;
    border-radius: 10px 0 0 0;
}

.custom-table-v2 th:last-child {
    background: #E0E4FF;
    border-radius: 0 10px 0 0;
}


select#dt-length-0 {
    margin-right: 10px;
}

.custom-table-v2 tbody > tr:last-child > * {
    border-bottom: none;
}


.custom-table-v2 tbody > tr:last-child > td:first-child {
    border-radius: 0 0 0 10px;
}

.custom-table-v2 tbody > tr:last-child > td:last-child {
    border-radius: 0 0 10px 0;
}

.container.copyright.text-center.mt-4
 {
    background: #EAEFE7;
    margin: 0px;
    width: 100% !important;
    max-width: none !important;
    padding: 10px;
    padding-top: 15px;
}

button.btn-edit-profile {
    background: #50BA83;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    cursor: pointer;
    float: right;
    font-size: 1rem;
}

.expired {
    color: #FF4572;
}

.success {
    color: #50BA83;
}

a.renew-btn {
    background: #FF4572;
    color: white;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 10px;
    text-decoration: none;
}