@font-face {
    font-family: 'Poppins';
    src: local('Poppins'), url('../assets/fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: local('Poppins'), url('../assets/fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ponomar';
    src: local('Ponomar'), url('../assets/fonts/PonomarUnicode.ttf') format('truetype');
}

@font-face {
    font-family: 'WishesCaps';
    src: local('WishesCaps'), url('../assets/fonts/WishesScriptCapsDisplay.otf') format('truetype');
}
body {
    display: flex;
    margin: 0;
    background-color: #fff !important;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #8888884d;
    opacity: 0.1;
    border-radius: 20px;
}
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #86868686; 
  }

#left {
    flex: 1;
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family: Poppins, sans-serif !important;
    box-shadow: 0 5px 25px -5px rgba(30,16,84,.1);
}

.form-left {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    min-height: 100vh;
    overflow: scroll;
    display: grid;
    justify-items: center;
    overflow-x: hidden;
}

.form-floating label{
    opacity: 0.5 !important; 
}

.download-btn {
    margin-bottom: 20px;
}

.download-btn button {
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
}

#right {
    flex: 2;
    flex-basis: 66%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(../assets/annie-spratt-xTaOPMa6wAE-unsplash.jpg);
    z-index: 1;
    background-size: cover; */
}

/* certficate */

body {
    font-family: Roboto;
}

img.profilepic {
    width: auto;
    height: 60px;
}

.profilepic-nursing-cc {
    background: url(../assets/X1pK30u.png);
    width: 100px;
    height: 100px;
    /* border-radius: 50px; */
    border: 2px solid #9E0078;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header {
    display: flex;
    justify-content: space-evenly;
}

.certificate-container {
    display: flex;
    padding: 10px;
    justify-content: center;
    width: 842px;
    height: 595px;
    font-size: 13px !important;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-weight:500;
}

.nursing-cc{
    font-family: "Ponomar";
    font-weight: 600;
    padding: 0 0 15px 0 !important;
    border: 4px double #9E0078;
    font-size: 16px !important;
}

.tc-container {
    height: 695px;
    width: 494px;
    font-size: 9px !important;
    line-height: 1;
}

input#image {
    padding: 40px;
}

.transfer-certificate{
    padding: 15px 0;
}

.mini-header {
    display: flex;
    justify-content: space-between;
    margin: 0 45px;
}

.strong{
    font-weight: 700;
    color: rgb(183, 9, 9);
}

.nursing-cc .purple{
    color: #9E0078 !important;
}

.nursing-cc .strong{
    color: #000000;
}

.water-mark-overlay{
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background-image: url("../assets/shanmugha-logo.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.water-mark-overlay-nursing{
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background-image: url("../assets/ssi-logo.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

svg {
    fill: currentColor;
    height: auto;
    /* max-width: 70vmin; */
    transform-origin: center;
    width: 6%;
    position: absolute;
    bottom: 150px;
    right: 100px;
  }

  
  .footer-note {
    text-align: center;
    font-size: 6px;
    opacity: 0.8;
}

.tc-overlay{
    background-size: 50%;
}


.certificate {
    border: 4px solid #0C5280;
    padding: 15px 0;
    position: relative;
    /* background-color: white;
    z-index: -2; */
}

.conduct-certificate{
    padding: 30px 0;
}

.certificate:after {
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background-image: url("../assets/college-of-engineering-and-technology.png");
    background-size: 30%;
    background-repeat: repeat;
    opacity: 0.1;
    z-index: -2;
    color: gray;
}



.nursing-cc:after {
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background-image: url("../assets/images/nursing text.png");
    background-size: 30%;
    background-repeat: repeat;
    opacity: 0.1;
    z-index: -2;
    color: gray;
}

img.logo {
    width: 65%;
}

.certificate-header{
    display: grid;
    justify-items: center;
}

.certificate-title {
    text-align: center;
    /* text-decoration: underline; */
    border: 2px #0C5280 solid;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 20px;
    margin: 15px 0;
}

.underline{
    border-bottom: 2px solid #930078;
}

.nursing-title {
    font-family: 'WishesCaps', serif !important;
    font-size: 30px;
    margin: 0;
    border: none;
}

#res-studentID {
    text-transform: uppercase;
}

img.underline {
    margin: -10px 0 10px 0;
}

#res-examinationDate{
    white-space: nowrap;

}

/* .nursing-title {
    font-family: 'WishesCaps', serif !important;
    font-size: 30px;
    text-decoration: underline;
    border: none;
    margin: 15px 0 5px 0;
    text-underline-offset: 10px;
} */

/* .tc-title{
    margin: 15px 0;
} */

.certificate-content {
    margin: 10px auto 0 auto;
    width: 80%;
}

.nursing-content{
    width: 85%;
}

.about-certificate {
    width: 100%;
    padding-left: 30px;
    line-height: 1.5;
}

.nursing-about{
    padding: 0;
    line-height: 2;
    text-align: justify;
}

.topic-description {
    text-align: center;
}


/* .tc-content{
    display: flex;
    flex-direction: column;
} */

.element{
  display: flex;
  flex-direction: row;
}

.topic-title{
    flex: 1;
}

.second-element{
    margin-left: 15px;
    text-transform:uppercase;
}

.footer {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-nursing{
    margin-top: 20px;
}

.tc-footer{
    margin-top: 20px;
}


.container {
    width: 100%;
}

.card {
    width: 250px;
    height: 250px;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(32,33,36,.28);
    border-color: rgba(223,225,229,0);
    /* background-color: #2f3335; */
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: 'Poppins-bold';
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0, -0.98, 0.82, 2.26);
}

.card img {
    width: 80%;
}

.card:hover {
    transform: scale(1.1);
    background-color: #fff;
    /* border: 5px solid #2f3335; */
    color: #2f3335;
    transition: 0.5s cubic-bezier(0, -0.98, 0.82, 2.26);
}

.college-logo {
    display: flex;
    justify-content: center;
}

.college-logo img {
    height: 130px;
    margin-top: 6%;
}

.card-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10%;
    width: 100%;
    text-align: center;
}








