﻿html, body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
    background: #F3F3F3;
    box-sizing:border-box;
}
.title{
    width:100%;
    height:50px;
    border-bottom:1px solid black;
    margin-top:200px;
    margin-bottom:90px;
}
.title h2 {
    font-size:30px;
}
.Activeimg img{
    object-fit:cover;
}
.ActiveContent{
    padding:50px 65px;
    max-height:600px;
    min-height:500px;
}
.row .Content{
    background-color:#fff;
}
.content-title img{
    height:22px;
}
.content-title {
    display: flex;
    gap: 5px;
}
.content-title h4 {
   font-size: 18px;
   color: #2A76CE;
 }
.activeContent h4 {
    font-size: 30px;
    color: #E16642;
    position:relative;
}
.activeContent h4:after {
    content:'';
    position:absolute;
    border-bottom: 7px solid #E16642;
    width:161px;
    left:0;
    bottom:-20px;
}
.lh-sm{
    line-height:1.8;
}
.btn-row{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px;
    margin-bottom:40px;
}
.btn-row button, .btn-row a {
    width:180px;
}
.titles {
    width: 100%;
    margin-top: 250px;
    margin-bottom: 50px;
}
.container-title {
    margin-top: 250px;
    margin-bottom: 50px;
    padding:0 10px;
}
.birth {
    margin-left: -35px;
}

.gender-name {
    margin-left: 35px;
}
.Signtitle{
    max-width:900px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
}
.Signtitle input{
    background-color:#EB704C1A;
}
    .Signtitle h4 {
        font-size: 30px;
        color: #215671;
    }
.form-control{
    width:80%!important;
    margin-left:10px;
}

.gender {
    display: flex;
    gap: 12px;
}
.gender input[type=radio]{
    width:20px;
}
.E-mail{
    margin-left:-15px;
}
.tel {
    margin-left: 15px;
}
.statement {
    overflow-y: scroll;
    height: 400px;
    border: 3px solid #00000029;
    margin: 20px 100px;
    background-color:#fff;
}
.statement::-webkit-scrollbar{
    width: 12px;
	background-color: #F5F5F5;
}
.statement::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.statement::-webkit-scrollbar-thumb {
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.max-w-112{
    max-width:1130px;
    margin: 0 auto;
}
.max-w-112 span{
       color:red;
}
.active-inf {
    margin-left: -20px;
    border: 3px solid #215671;
    padding: 10px;
}
.active-inf span{
    color:black;
    font-size:18px;
}
.active-inf h5,.active-inf h6{
    color:#215671;
}
.section{
    margin:20px 0px;
}
.sectionBox {
    border: 2px solid #666666;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 12px solid #2A76CE;
}
.btn-primary {
    color: #fff;
    background-color: #2A76CE;
    border-color: #007bff;
}
.total {
    max-width: 300px;
    min-height: 45px;
    margin: 0 auto;
    border: 1px solid #00BBFF;
    background-color: #215671;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    transition: all .5s;
    opacity: 1
}
.total:hover {
   background-color: #215671;
   opacity: .8;
   display: flex;
   color: white;
 }
.table-gray {
    background-color: #DDDDDD;
}
.totalMoney {
    color: #00DD00;
}
.custom-width{
    width:400px;
}
.pay {
    margin-top: 16px;
    border-radius:4px;
}
.pay-header {
    border: 2px solid #e8e8e8;
    padding:11px 19px;
    border-radius:4px 4px 0 0;
    display:flex;
    align-items:center;

}
.pay-header img{
    max-width:45px;
}
.pay-header>p{
    padding:0 10px;
}
.pay-body {
    display:flex;
    border: 2px solid #e8e8e8;
    padding: 11px 25px 11px 66px;
    cursor: pointer;
    border-top:none;
    transition: all .5s;
}
.pay-body img{
    max-width:45px;
}
.pay-body > p {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.pay-money {
    margin: 40px 0;
    border: 1px solid #0088d2;
    background-color: #215671;
    color: white;
    opacity: 0.9;
    transition: opacity .5s
}
.pay-money>p{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px 0;
    font-size:20px;
}
a:hover {
    color: white;
}
.pay-money:hover {
    background-color: #215671;
    opacity:1;
}
.ChangeBg {
    background-color: #cfe2ff;
}
input[type=checkbox]{
    width:20px;
}
textarea {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
    text-indent: 32px;
}
.tab-header {
    background-color: #215671;
    color:white;
}
.tables thead th{
    border-bottom:none;
}
.tables td, .tables th {
    border: 1px solid #215671 !important;
}
@media (max-width:768px) {
    .ActiveContent {
        padding: 20px 20px;
    }

    .form-control {
        width: 100% !important;
        margin-left: 5px;
    }

    .Signtitle {
        display: block;
    }

    .birth {
        margin-left: 0px;
    }

    .gender-name {
        margin-left: 0px;
    }

    .E-mail {
        margin-left: 0px;
    }

    .tel {
        margin-left: 0px;
    }

    .active-inf {
        margin-left: 0px
    }

    .statement {
        margin: 20px 20px;
        height: 300px;
    }

    .section {
        margin: 20px 0px;
    }

    .custom-width {
        width: 200px;
    }
}
.btn-link {
    
    float: right;
    width:28px;
    height:28px;
    background-image: url(../images/minues.svg)
}
.btn-link.collapsed {
    background-image: url(../images/plus.svg)
}
.col-w120{
    width:120px;
    text-align:right;
    margin-top: 12px;
    margin-bottom:12px;
}
.col-w-120 {
    width: calc(100% - 120px) !important;
    margin-top: 12px;
    margin-bottom: 12px;
}
