body{
    /*--Colors--*/
--th-primary-1-clr:#3d529c;
--th-primary-2-clr:#36488a;
--th-primary-3-clr:#293769;

--th-secondary-1-clr:#818181;
--th-secondary-2-clr:#bbbbbb;
--th-secondary-3-clr:#e5e5e5;

--th-light-1-clr:#fbfbfb;
--th-light-2-clr:#fafafa;
--th-light-3-clr:#ffffff;

--th-dark-1-clr:#000000;
--th-dark-2-clr:#111111;
--th-dark-3-clr:#333333;



/*--Text Colors--*/
--th-primary-txt-1-clr:#fbfbfb;
--th-primary-txt-2-clr:#fafafa;
--th-primary-txt-3-clr:#ffffff;

--th-secondary-txt-1-clr:#000000;
--th-secondary-txt-2-clr:#111111;
--th-secondary-txt-3-clr:#333333;

--th-light-txt-1-clr:#000000;
--th-light-txt-2-clr:#111111;
--th-light-txt-3-clr:#333333;

--th-dark-txt-1-clr:#fbfbfb;
--th-dark-txt-2-clr:#fafafa;
--th-dark-txt-3-clr:#ffffff;
/* 
background: url(../assets/images/backgrounds/45degreee_fabric.png)!important;
background-repeat: repeat; */
}

/*Primary 1 btn*/
.th-primary-btn-1{
    position: relative;
    background-color: #2e3e77;
    color: #fff;
}
.th-primary-btn-1 span{
    color: #fff;
}
.th-primary-btn-1 i{
    color: #fff;
}
.th-primary-btn-1:hover{
    background-color: #2e3e77;
    color: #fff;
}
.th-primary-btn-1:hover i{
    color: #fff;
}
.th-primary-btn-1:hover span{
    color: #fff;
}


.th-box-1{
    box-shadow: 0 2px 11px #d1d1d1;
    margin:40px auto;
}
/* .th-box-1-header{
    padding: 20px;
} */
.th-box-1-content{
    padding: 20px;
}

.th-title-1{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #2e3e77;
    color:#fff;
    text-align: center;
}

.form-check-label{
    margin-right: 20px;
}



/*info-organization*/
.tv-box-1{
    box-shadow: 0 2px 11px #d1d1d1;
    margin:40px auto;
}

/* .tv-box-1-content{
    padding: 20px;
} */


.tv-title-1{
    width: 100%;
    height: 100%;
    line-height: 100%;
    background-color: #2e3e77;
    color:#fff;
    text-align: center;
}


.academy-logo{
    width: 100%;
    height: 100;
    text-align: center;
}
.academy-logo img{
    width: 80%;
    background-size: cover;
}
.th-box-1-description{
    font-size: 12px;
    padding: 20px;
    height: 100%;
    border-right: 1px solid #eee;
    margin-top: 10px;
}
.module-border-wrap{
    margin-top: 120px;
    position: relative;
    background: linear-gradient(to left, #ffffff, #3d529c,#ffffff);
    width: 100%;
    padding: 2px 0;
  }
.title-box{
    background: white;
    color: black;
    padding: 12px;
    text-align: center;
    width: 100%;
  }

.select2-container--default .select2-selection--single {
    height: 38px;
    line-height: 38px;
    padding: 5px;
}
input#LogoFile, input#IdCartFile, input#LicenseFile {
    padding: 3px;
    direction:ltr;
}
.form-control {
    color:#747474;
    font-size:14px;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 7px 86px 0px 10px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}