.student-id-container {
    max-width: 1336px;
    background-color: #fff;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
}

.role-selection {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.roles {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    width: 95px;
}

.role-icon {
    display: flex;
    width: 42px;
    padding: 1px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 46.5px;
    background: #D4A1FF;
    color: #FFF;
    font-family: Mukta;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.role-icon.active {
    background: #6A00C4;
}

.select-role-title {
    color: #000;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.role-border {
    width: 240px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 7px;
    margin-top: 20px;
    background: rgba(221, 221, 221, 0.40);
}

.select-role {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 15px;
}

.select-role-form {
    border-radius: 4px;
    border: 1px solid rgba(221, 221, 221, 0.87);
    background: #FFF;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.form-container input[type=radio] {
    width: unset !important;
}

.form-container input[type=text] {
    background: transparent;
    border-bottom: solid 1px #84848466;
    width: 100%;
    padding: 5px 7px 5px 0;
}

.form-container select {
    font-size: 13px;
    color: #000;
    width: 100%;
    border: none;
    border-bottom: #00000033 solid 1px;
    padding: 5px 7px 5px 0;
    background: transparent;
}

.search-title {
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.select-role-form,
.select-role-form .form-1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    width: 100%;
}

.select-role-form .form-1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(286px, 3fr));
}

.select-role-form .form-1>div {
    width: 100%;
    padding: 25px 20px;
}

.select-role-form .form-1>div:first-child {
    padding: 25px 10px 25px 25px;
}

.select-role-form .form-1 {
    border-bottom: solid 1px #DDDDDD66;
}

.form-1 {
    width: 100%;
}

.role-image,
.select-role-form {
    width: 50%;
}

.form-fields {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.upload-field {
    position: relative;
    display: flex;
    width: 279px;
    height: 178px;
    padding: 9px 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid rgba(221, 221, 221, 0.87);
    background: #F5F5F5;
    color: #6A00C4;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
}

.upload-field-hidden {
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.btn-proceed {
    display: flex;
    width: 125px;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #6A00C4;
}

.create-template {
    position: relative;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid rgba(221, 221, 221, 0.50);
    background: #FFF;
    height: 72px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
}

.create-template span {
    color: #6A00C4;
    font-family: Mukta;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.btn-change-bg {
    border-radius: 4px;
    border: 1px solid #F00;
    font: normal normal normal 18px/20px Mukta;
    display: flex;
    flex-direction: row;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #F00;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.btn-preview {
    background: #EE008B 0% 0% no-repeat padding-box;
    font: normal normal normal 18px/20px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 7px 10px;
    min-width: 75px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 6px;
    /* width: 100px; */
}

.button-conatiner {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-content: end;
    align-items: end;
    flex: 1;
    justify-content: end;
    bottom: unset !important;
}

.section-container {
    display: flex;
    flex-direction: row;
    /* background: rgba(221, 221, 221, 0.30); */
}

.section {
    width: 234px;
    flex: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.section-title {
    color: #000;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background: #EDEDED;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: normal;
    height: 46px;
}

.control-panel {
    flex: 1;
    display: flex;
    justify-content: end;
}

.control-panel span {
    width: 234px;
    height: 46px;
    flex-shrink: 0;
    background: #EDEDED;
    color: #000;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
    justify-content: center;
    display: flex;
}

.section-form-container {
    display: inline-flex;
    padding: 12px 18px 0px 16px;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    color: #000;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.7%;
    background: rgba(255, 248, 248, 0.87);
}

.upload-field-section {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    background-color: #fff;
    color: #6A00C4;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
}

.section-form-container label {
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.drag-drop-field {
    width: 200px;
    height: 29px;
    flex-shrink: 0;
    color: #6A00C4;
    font-family: Mukta;
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 3px 10px;
    border: solid 1px #B3B3B3
}

.front-view {
    max-width: 839px;
    width: 100%;
}

.front-view-head {
    background: rgba(221, 221, 221, 0.30);
    max-width: 839px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.front-view-head .switch_box {
    transform: scale(1.2);
}

.type-listing {
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    border: solid 1px #6A00C4;
    height: 31px;
    background-color: #fff;
}

.type-listing button {
    border-right: solid 1px #6A00C4;
    color: #6A00C4;
    text-align: center;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 31px;
    padding: 0px 10px;
    margin: 0px -2px;
}

.type-listing button.active {
    background-color: #6A00C4;
    text-align: center;
    font-family: Mukta;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding: 0px 10px;
}

.front-view-image {
    padding: 20px;
}

.front-view-image img {
    width: 100%;
}

.section-form-container select {
    background-color: #fff !important;
    border-radius: 4px;
    border: 1px solid rgba(221, 221, 221, 0.80) !important;
}

.font-color {
    background-color: #000;
    width: 100%;
    border-radius: 4px;
}

.form-fields-inner {
    padding: 3px;
    height: 36px;
    display: flex;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
}

.template-type {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 20px;
}

.template-type-details {
    border-radius: 4px;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.template-names {
    display: flex;
    flex-direction: row;
    padding: 20px 15px;
    gap: 10px;
}

.template-title {
    color: #000;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    flex-direction: column;
}

.template-title>span {
    color: #000;
    font-family: Mukta;
    font-size: 18px;
    line-height: 20px;
}

.template-divider {
    width: 1px;
    height: 50px;
    background: rgba(221, 221, 221, 0.50);
}

.template-name {
    color: #000;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.template-section-container {
    display: flex;
    flex-direction: row;
    background: #F8F8F8;
    padding: 20px;
    gap: 15px;
}

.front-template,
.back-template {
    border-radius: 4px;
    background: #FFF;
    padding: 18px 15px;
    width: 50%;
}

.front-template-title,
.back-template-title {
    color: #6A00C4;
    text-align: center;
    font-family: Mukta;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.student-id-container.student-id-container-full {
    max-width: 100%;
}

.section-container-block {
    display: block;
    width: 1781px;
}

.front-view.front-view-full .front-view-head {
    width: 100%;
    max-width: 100%;
}

.section-title.section-title-left {
    justify-content: left;
    padding-left: 15px;
}

.front-view.front-view-full {
    max-width: 100%;
    float: left;
    width: 1547px;
}

.section-id-left {
    float: left;
}

.section-form-container-full {
    width: 100%;
    padding-bottom: 10px;
    /* display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-flow: wrap;
    align-items: center; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.cntrl-section-fld {
    width: auto;
    display: inline-flex;
}


/* New Css */

.form-fields .blocks {
    position: absolute;
    resize: both !important;
    cursor: pointer;
    width: 200px;
    height: 29px;
    flex-shrink: 0;
    color: #000;
    font-family: Mukta;
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0 !important;
    border: solid 1px #B3B3B3;
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    z-index: 9999999;
}

.form-fields .blocks::-webkit-scrollbar {
    display: none;
}

.block_selected {
    background-color: #C3A6DB !important;
}

.panel_body .form-group {
    margin-bottom: unset !important;
    width: 100%;
}

.replicating_title {
    color: #6A00C4;
}

select.form-control:not([size]):not([multiple]) {
    height: unset !important;
}

.panel_body .body_msg {
    min-height: 73.3px;
}

#id_card {
    padding: 0 !important;
}

#save_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}


/* New Css */