@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

/* @font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */


body {
	font-size: 18px;
    line-height: 24px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	color: #2F3244;	
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
    transition: all ease 0.5s;
}
.h1, h1 {
    font-size: 44px;
    line-height: 1.33;
    color: #2F3244;
    margin-bottom: 26px;
    font-family: 'DM Serif Display', serif;    
}

.h2, h2 {
    font-size: 36px;
    color: #2F3244;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    margin-right: 28px;

}

.h3, h3 {
    font-size: 30px;
    color: #2F3244;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    margin-right: 28px;

}

.h5, h5 {
    font-size: 18px;
    color: #040404;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    margin-right: 28px;

}

img {
    display: inline-block;
}

section#wrapper {
    width: 100%;
    height: 100vh;
    /* position: fixed; */
    overflow: auto;
    top: 0;
    left: 0;
    background: #261341;
    right: 0; 
    z-index: 9999;
}

.modal-open #wrapper:before {
    content: "";
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    --bs-backdrop-zindex: 1050;
   
    background: rgba(0, 0, 0, 0.5);
    --bs-backdrop-opacity: 0.5;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 36px;
}

/* header_site */
.header_site {
    width: 100%;
    padding: 18px 0;
    background: #fff;
}
.headerBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.naverBar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.naverBar .menu {
    display: flex;
    flex-wrap: wrap;
}
.naverBar .menu li {
    margin-right: 17.3px;
    display: flex;
    flex-wrap: wrap;
}
.naverBar .menu li a.ieyc {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 6px 10px 5px 24px;
    background: #38A6CE;
    border-radius: 40px;
    font-weight: 700;
}
.naverBar .menu li a.ieyc.ipc {
    background: #AFB800
}
.naverBar .menu li a.ieyc.imyc {
    background: #0D4B43
}
.naverBar .menu li a img.ieyc_img {
    margin-left: 4.9px;
    margin-right: 13.1px;
}
.naverBar .menu li a img.ipc_img {
    margin-right: 18.3px;
    margin-left: 8.1px;
}
.naverBar .menu li a img.imyc_img {
    margin-right: 14.5px;
    margin-left: 6px;
}
.naverBar .menu li a .arrow_icn {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* user_account */
.user_account {
    padding-left: 33px;
}
.user_account ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.user_account ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-right: 24px;
}
.user_account ul li.account {
    font-size: 24px;
    color: #7D258E;
    letter-spacing: -0.5px;
}
.user_account ul li a {
    display: flex;
}
.user_account ul li:last-child {
    margin-right: 0;
}
.user_account ul li a img.user_icn {
    margin-right: 24px;
}

.user_account ul li .dropdown_list {
    padding: 10px 15px;
    display: none;
    position: absolute;
    top: 100%;   
    right: 0;
    background: #F3F2FD;
    border: 1px solid #ddd;
    width: 210px;
}
.user_account ul li:hover .dropdown_list {
    display: block;
}
.user_account ul li .dropdown_list ul {
    display: block;
}
.user_account ul li .dropdown_list ul li {
    display: block;
    padding: 10px 0;
    margin-right: 0;
}
.user_account ul li .dropdown_list ul li a {
    color: #2F3244;
}

/* Administr_icaArea */
.Administr_icaArea {
    width: 100%;
    padding: 18px 0 0;
    background: #F3F2FD;
}
.Administr_icaArea h1 {    
    margin-bottom: 26px;
}

/* tabListBox */
.tabListBox .nav .nav-item {
    margin-right: 16px;
}
.tabListBox .nav .nav-item .nav-link {
    background: #FFFFFF;
    padding: 14px 20px 12px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #261341;
    width: 138px;
    text-align: center;
    position: relative;
}
.tabListBox .nav .nav-item .nav-link:before {
    content: "";
    width: 88%;
    height: 3px;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
    background: #261341;
}
.tabListBox .nav .nav-item .nav-link.ieyc {
    color: #38A6CE; 
}
.tabListBox .nav .nav-item .nav-link.ipc {
    color: #AFB800; 
}
.tabListBox .nav .nav-item .nav-link.imyc {
    color: #0D4B43; 
}
.tabListBox .nav .nav-item .nav-link.ieyc:before {
    background: #38A6CE; 
}
.tabListBox .nav .nav-item .nav-link.ipc:before {
    background: #AFB800; 
}
.tabListBox .nav .nav-item .nav-link.imyc:before {
    background: #0D4B43; 
}


.tabListBox .nav-item .nav-link.active {
    background: #261341;
    color: #fff !important;
}

/* tab_content_part */
.tab_content_part {
    width: 100%;
    padding: 45px 0;
    background: #261341;
}

@media (min-width: 1920px) {
    /* tab_content_part */
    .tab_content_part {
        /* height: calc(100vh - 155px); */
    } 
}
.leftSideBar {
    width: calc(15% - 6px);
    padding-top: 10px;
}
.leftSideBar .side_navBar li .nav-link {
    font-size: 18px;
    color: #fff;
    padding: 21px 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leftSideBar .side_navBar li .nav-link img {
    display: none;
}
.leftSideBar .side_navBar li .nav-link.active {
    border-color: #fff;
    font-weight: 700;
}
.leftSideBar .side_navBar li .nav-link.active img {
    display: block;
}
.leftSideBar .side_navBar li .nav-link:hover {
    border-color: #fff;
}

.tab_content_part .contextBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab_content_part .contextBox .subText {
    width: calc(85% - 32px);
    border-radius: 10px;
    background: #fff;
}

.tabHdr {
    padding: 44px 10px 27px;
    width: 100%;
    background: #F3F2FD;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.borderBg {
    width: 97.4%;
    margin: 0 auto;
    height: 6px;
    display: block;
    background: #261341;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}

.tabHdr .itemHeaderBox h2 {    
    margin-right: 28px;
}
.tabHdr .itemHeaderBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 24px 0 12px;
    justify-content: space-between;
}
.tabHdr .itemHeaderBox .plus_icn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7D258E;
    margin-right: 28px;
}
.tabHdr .itemHeaderBox .form_group {
    position: relative;
}
.tabHdr .itemHeaderBox .form_group .search_input {
    width: 300px;
    padding: 13px 50px 13px 23px;
    font-size: 18px;
    line-height: 24px;
    color: #2F3244;
    border-radius: 40px;
    border: 0;
    background: #fff;
}
.tabHdr .itemHeaderBox .form_group .search_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2F3244;
    opacity: 0.5;
  }
  
  .tabHdr .itemHeaderBox .form_group .search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2F3244;
    opacity: 0.5;
  }
  
  .tabHdr .itemHeaderBox .form_group .search_input::-ms-input-placeholder { /* Microsoft Edge */
    color: #2F3244;
    opacity: 0.5;;
  }
.tabHdr .itemHeaderBox .form_group .searchBtn {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.manage_contentPart {
    padding: 20px 20px 26px 0;
}
.manage_box {
    padding: 0px 0 0 22px;    
    /* height: 70vh; */
}

.mCSB_scrollTools {
    width: 12px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #F3F2FD;
}
.manage_box  .mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
}
.manage_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #9192a0;
}
/* Scrollbar Styling */
/* .manage_box::-webkit-scrollbar {
    width: 10px;
}
 
.manage_box::-webkit-scrollbar-track {
    background-color: #F3F2FD;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.manage_box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #2F3244;
    width: 5px;
} */
.manage_box .table tr {
    border-color: #7D258E;
}
.manage_box .table tr th {
    padding: 0px 0 20px 0;
    vertical-align: middle;
}
.manage_box .table tr td {
    padding: 16px 0;
    vertical-align: middle;
}
.manage_box .table tr td.subBtn {
    padding-left: 20px;
}
.manage_box .table tr th {
    font-weight: bold;
    letter-spacing: -0.5px;
}
.manage_box .table tr td, .manage_box .table tr th {
    font-size: 24px;
    line-height: 31px;
    padding-right: 20px;
}
.manage_box .table tr td:last-child, .manage_box .table tr th:last-child {
    padding-right: 0;
}
.btn {
    padding: 12px 21px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    border-radius: 40px;
    background-color: #7D258E;
    border: 0;
}
a.btn.backBtn {
    padding: 13px 44px;
    background: #261341;
}
.btn:hover {
    background-color: #2f3244 !important;
    color: #fff !important;
}
.manage_box .table tr td.name {
    width: 1277px;
    text-align: left;
    letter-spacing: -0.5px;
}

.form-control:focus {
    box-shadow: inherit;
}

/* ieyc page */
/* ieyc_content_part */
.ieyc_content_part .borderBg {
    background: #38A6CE;
}

.overview_hdr .borderBg {
    background: rgba(56, 166, 206, 0.28);
}
.overview_hdr .border_overlayBg {
    width: 38%;
    margin: 0 auto;
    height: 6px;
    display: block;
    background: #38A6CE;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.ieyc_content_part .manage_box .table tr td {
    text-align: center;
}
/* .overview_hdr .border_overlayBg {
    width: 38%;
    margin: 0 auto;
    height: 6px;
    display: block;
    background: #38A6CE;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
} */

/* .ieyc_content_part .manage_box .table tr td {
    text-align: center;
} */
.ieyc_content_part .manage_box .table tr td.name {
    text-align: left;
}
.ieyc_content_part .manage_box .table tr td.name {
    width: 944px;
}
.ieyc_content_part .manage_box .table tr .state {
    text-align: center;
}
.ieyc_content_part .manage_box .table tr .last_update {
    text-align: center;
    width: 270px;
}
.ieyc_content_part .manage_box .table tr .subBtn {
    text-align: right;
}
.ieyc_content_part .manage_box .image_title {
    width: 34px;
    height: 34px;
    object-fit: cover;
    margin-right: 10px;

}
.ieyc_content_part .manage_box .table tr td {
    padding: 23px 0;
}
.ieyc_content_part .manage_box .table tr td.editBox {
    padding-right: 10px;
}

/* School-Details page */

/* detail_List */
.detail_List ul li a {
    padding: 14px 33px 12px 28px;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
    color: #fff;
    background: #261341;
}

.administrBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.school_add_popup .modal-header {
    background: #F3F2FD;
}
.school_add_popup .modal-footer .btn {
    border: 0;
}

.form-group {
    margin-bottom: 21px;
}
.form-group label {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #2F3244;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 31px;
}
.form-group .form-control {
    padding: 13px 15px;
    font-size: 18px;
    color: #2F3244;
    background: #F3F2FD;
    border: 0;
    border-radius: 5px;
    line-height: 24px;
}

.form-group select.form-control {
    background: #F3F2FD url(../images/down_arrow.svg) 99% center no-repeat;
    background-size: 20px;
}
.form-group textarea.form-control  {
    height: 236px;
}
.school_details_part .tabHdr {
    padding: 44px 10px 25px;
}
.school_details_part .manage_contentPart {
    padding: 25px 20px 26px 0;
}

.userDetail_Part .manage_box .table tr .user {
    text-align: left;
    width: 400px;
}
.userDetail_Part .manage_box .table tr .email {
    text-align: left;
    width: 760px;
}
.userDetail_Part .manage_box .table tr .subBtn {
    width: 400px;    
}
.userDetail_Part .manage_box .table tr .subBtn .btn {
    width: 132px;
    text-align: center;
}
.userDetail_Part.ieyc_content_part .borderBg {
    background: #261341;
}


.overview_hdr.tabHdr {
    padding: 30px 10px 27px;
}
.overview_hdr.tabHdr h2 {
    margin-bottom: 0;
}
.overview_hdr.tabHdr .skillHead {
    max-width: 611px;
}
.overview_hdr .save_text {
    margin-right: 36px;
    margin-left: 8px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #7D258E;
    display: flex;
    align-items: center;
}
.btn.publish_btn {
    padding: 12px 33px;
}
.overview_hdr .save_text .draft_icon {
    margin-left: 20px;
}
.overview_hdr .save_text .eye_icon {
    margin-left: 10px;
    margin-right: 4px;
}
.list_progressBar {
    padding: 0 0 0 7px;
    display: flex;
    justify-content: space-between;
}
.list_progressBar ul {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center; */
    margin-bottom: 23px;
    /* justify-content: space-between; */
    width: 100%;
    padding: 0 56px 0 28px;
}
.list_progressBar ul li {
    margin-bottom: 10px;
    /* padding: 0 44px; */
    display: inline-block;
}
.list_progressBar ul li:first-child {
    padding-left: 0;
}
.list_progressBar ul li:last-child {
    padding-right: 0;
}
.list_progressBar ul li a {
    font-size: 18px;
    color: #38A6CE;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_progressBar ul li .active {

}
.list_progressBar ul li a span.number {
    margin-left: 9px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #38A6CE;
}
.list_progressBar ul li .active span.number {
    background: #38A6CE;
    color: #fff;
    border: 1px solid transparent;
}
.list_progressBar ul li .green {
    color: #66C756;
}
.list_progressBar ul li .green span.number {
    background: #66C756;
    color: #fff;
}

.arrowLeft {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    background: #38A6CE;
}

.list_progressBar .slick-arrow {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    background: #38A6CE;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.list_progressBar .slick-next.slick-arrow {
    left: auto;
    right: 0;
}
.arrowLeft i {

}

/* radio Check button*/
.form-group .radio_item .radio-button {
    display: block;
    position: relative;
    padding-right: 60px;
    margin-right: 60px;
    padding-top: 14px;
    line-height: 24px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    /* width: 100%;
    height: 127%; */
    z-index: 1;
    /* top: 0;
    bottom: 0; */
  }
  .form-group .radio_item:last-child .radio-button {
    margin-right: 0;
}
  .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #acacac;
    border-radius: 50%;
    transition: all 0.3s;
  }  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .radio-button input:checked ~ .checkmark:after {
    display: block;
  }
  .radio-button .checkmark:after {
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #7D258E;
        right: 0;
        bottom: 0;
        margin: auto;
  }
  /* radio Check button*/


  /* Check Box  button*/
  .form-group .checkbox_item {
    margin-right: 20px;
}
  .form-group .checkbox_item input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .checkbox_item label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
  }
  
  .checkbox_item label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #7D258E;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
  }
  
  .checkbox_item input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #7D258E;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
  }
  /* END Check Box  button*/

  /* login Page */
  .supportArea .card {
    border-radius: 0;
    border: 0;
    background: #fff;
    height: 100vh;
  }
  .supportArea .card .row {
    height: 100%;
  }
  .supportArea .form_field {
    background: #251640;
    padding: 79px 148px 101px 125px;
    width: 53.7%;
    border-radius: 0 50px 40px 0;
  }
  .supportArea .form_field .sub {
    max-width: 510px;
    margin-left: auto;
}
  .logo_white {
    margin-bottom: 37px;
  }
  .logo_white img {
    margin: 0 auto;
  }
  .form_field h2 { 
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 31px;
   }
   .form_field .form-label {
    font-size: 24px;
    color: #fff;
    line-height: 31px;
    margin-bottom: 8.5px;
   }
   .form_field .form-control {
    padding: 12.5px 18.5px;
    font-size: 18px;
    line-height: 24px;
    background: #251640;
    border: 1px solid #BFBFBF;
    border-radius: 7.5px;
    color: #fff;
}
.form_field .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
}

.form_field .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
}

.form_field .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    opacity: 1;;
}
/* .form_field input[type="password"] {
    border-right: 0;
} */
.form_field .input-group-text {
    background: #251640;
}
.form_field .forgot_password {
    font-size: 18px;
    line-height: 24px;
    color: #58C4E7;
    margin-bottom: 28px;
    display: block;
}
.form_field .forgot_password:hover {
    color: #fff;
}

.custom_primary_btn {
    font-size: 24px;
    color: #251640;
    line-height: 32px;
    padding: 12px 20px;
    background: #FFFFFF;
    width: 223px;
    margin: 0 auto;
    border-radius: 12px;
}

.form_field .subText {
 padding-top: 58px;
}
.supportArea .subText p {
    font-size: 16px;
    line-height: 21px;
}
.form_field .subText p {    
    color: #fff;
    margin-bottom: 18px;
}
.form_field .subText p:last-child {
    margin-bottom: 0;
}
.supportArea .subText p a {
    color: #58C4E7;
    text-decoration: underline;
}
.supportArea .subText p a:hover {
    text-decoration: none;
}

.supportArea .col-md-6 {
    display: flex;
    align-items: center;
}
.supportArea .rightTextBox {
    background: #fff;
    padding: 148px 32px 144px 44px;
    width: 46.3%;
}
.supportArea .rightTextBox .subText {
   margin-bottom: 60px; 
}
.supportArea .rightTextBox .subText h3 {

}
.supportArea .rightTextBox .subText p {
    color: #353A4C;
}
.supportArea .rightTextBox .subText h5 {
    margin-bottom: 20px;
}
.supportArea .rightTextBox .subText:last-child {
    margin-bottom: 0;
}

.supportArea .rightTextBox .sub {
    max-width: 590px;
    margin-right: auto;
}

/* 06-10-23 */
.addBlockBox {
    /* background: #F3F2FD; */
    /* padding: 10px 15px; */
    padding: 10px 0px;
    margin-bottom: 20px;
}
.addBlockBox h3 {
    font-size: 26px;
    margin-bottom: 0;

    /* border-bottom: 1px solid #a4b2c7;
    padding-bottom: 15px;
    margin-bottom: 15px; */
}
.addBlockBox .maintitle_head h3 {
    font-weight: 700;
}

.action_addBlock {
    /* border: 1px solid #7D258E;
    border-bottom: 0; */
    margin-bottom: 30px;
}
.manage_box div#mCSB_1_container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.action_addBlock .deleteTechnicalSkillButton {
    margin-left: 12px;
}
.action_addBlock  .title_Head {
    background: #F3F2FD;
}
.manage_box .action_addBlock .table .title_Head th {
    padding-top: 20px;
}
.action_addBlock .table {
    margin: 0;
    border: 1px solid #7D258E;
}

.manage_box .action_addBlock .table tr td, .manage_box .action_addBlock .table tr th {
    
    padding-left: 15px;
}
.manage_box .action_addBlock .table tr td:last-child, .manage_box .action_addBlock .table tr th:last-child {
    padding-right: 15px;
}

.formError {
    margin-top: 10px;
}

.uploadFileSection {
    margin: 20px 0 0;
    width: 100%;
}
.uploadFileSection .actionInputField {
    margin-bottom: 15px;
}
.uploadFileSection p {
    margin-bottom: 20px;
}
.usernameText {
    display: flex;
}
.usernameText p {
    margin: 0;
    white-space: nowrap;
}
.usernameText .userimg {
    margin-right: 8px;
}
.userGroupBtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.userGroupBtn .btn {
    white-space: nowrap;
    margin-right: 8px;
}
.userGroupBtn .btn:last-child {
    margin-right: 0;
}

/* .alert_successBox */
.alert_successBox {
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.alert_successBox .check_icon, .alert_successBox .close_icon {
    margin-right: 10px;
}
.alert_successBox .alertContent {
    margin-bottom: 0;
    background: #F3F2FD;
    border: 0;
    border-bottom: 4px solid #261341;
    
}
.alert_successBox .item_alert {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.alert_successBox .close {
    border: 0;
    box-shadow: inherit;
    position: absolute;
    top: -2px;
    right: 10px;
    background: transparent;
    padding: 0;
    font-size: 38px;
    bottom: 0;
    color: #261341;
}

.alert_successBox p {
    margin-bottom: 0;
}
.alert_successBox .alert.alert-danger {
    background: transparent;
    border-radius: 0;
    border: 0;
}
.alert_successBox .alert-danger {
    padding: 0;
}

.upload_PDFText .sub_document {
    display: flex;
    align-items: center;
}
.upload_PDFText .sub_document .pdf_icon {
    width: 30px;
    margin-right: 10px;
}
.tabHdr .itemHeaderBox .left_unit {
    align-items: center;
}
.addPreviewContent .modal-dialog {
    max-width: 800px;
    padding: 0 15px;
}

.webUrlSection {
    width: 100%;
    margin-top: 20px;
}

.digitBox {
    display: inline-block;
}
.digit_unit {
    width: 36px;
    height: 36px;
    border: 1px solid #7D258E;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #7D258E;
    font-weight: 500;
    margin-left: 20px;
}
.digit_unit:hover {
    color: #7D258E;
}
#generatePassword {
    display: inline-block;
    margin-top: 20px;
    color: #2F3244;
}
#generatePassword:hover {
    color: #7D258E;
}

/* pagination */
.pagination {
    margin-bottom: 15px;
}
.pagination .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}
.pagination .hidden {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pagination p.text-sm.leading-5 {
    margin-bottom: 0;
    margin-right: 16px;
}
.pagination .hidden span.relative a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    margin-right: 12px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    border-color: #7D258E!important;
    color: #7D258E;
}
.pagination .hidden span.relative .cursor-default {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    margin-right: 12px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    border-color: #7D258E!important;
    color: #7D258E;
}
.pagination span.relative.z-0.inline-flex.shadow-sm.rounded-md {
    box-shadow: inherit !important;
    display: flex;
    
}
.check_itemBox .form-group .checkbox_item {
    margin-right: 40px;
}

.pagination .hidden span[aria-current="page"] span.relative {
    background: #7D258E !important;
    color: #fff !important;
}

.publish_popup .form-group .radio_item {
    margin-bottom: 35px;
}

.documentFileType p a {
    color: #2F3244;
}

.academy_form_detail .form-group .radio_item {
    margin-bottom: 15px;
}   
.delete_iconBtn {
    margin-left: 20px;
}

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
    position: static !important;
}
.school_add_popup .ck.ck-sticky-panel__placeholder {
    height: auto !important;
}

.sortBox {
    position: relative;
}
.sort_icon {
    color: #2F3244;
    position: relative;
    display: inline-block;
    top: 2px;
    margin-left: 5px;
    position: absolute;
    top: 7px;
    line-height: 8px;
}
.sort_icon.sort_iconDown {
    top: 17px;
}

.addquickContentBox .accordion-item {
    border: 0;
}
.addquickContentBox .accordion-item .accordion-button {
    font-size: 22px;
    font-weight: 400;
    color: #2F3244;
    background: #f3f2fd;
    margin-bottom: 10px;
}
.addquickContentBox .accordion-item .accordion-button:focus {
    box-shadow: inherit;
}

.addquickContentBox .parent_edit {
    margin-left: 25px;
    display: inline-block;
    position: absolute;
    right: 70px;
}
#unitcontent_add {
    padding-bottom: 30px;
}