.profile_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    position: absolute;
}
.profile_icon_big{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    position: absolute;
}
.profile_icon_container{
    margin-left: 45px;
    min-height: 30px;
}

.mailto-link {
     position: relative;
     /*padding: 8px 0;*/
}
 .mailto-message {
     top: 1px;
     /*left: 50%;*/
     left:  100px;
     margin-bottom: -5px;
     transform: translate(-50%, -100%);
     position: absolute;
     display: none;
     width: auto;
     white-space: nowrap;
     font-size: 12px;
     background-color: black;
     color: white;
     padding: 2px 6px;
     border-radius: 2px;
}
 .mailto-message:after, .mailto-message:before {
     content: '';
}
 .mailto-message:before {
     top: 100%;
     /*left: 50%;*/
     left:  70px;
     border: solid transparent;
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-color: rgba(0, 0, 0, 0);
     border-top-color: #000;
     border-width: 4px;
     margin-left: -4px;
}
 .mailto-link:hover .mailto-message, .mailto-link:focus .mailto-message, .mailto-link:focus-within .mailto-message {
     display: block;
}
.big-msg2 {
    padding:  50px 15px;
    font-size: 2rem;
    text-align: center;
}
.red-back-committee {
    border-radius : 5px;
    color : #fff;
    background : #f9163e;
    padding : 5px 9px;
    }
.nav-link-text-committee{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}



/*------------------------*/
input:focus,
button:focus,
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex{
	display: flex;
}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}

/*---------signup-step-------------*/
.bg-color{
	background-color: #333;
}
.signup-step-container{
	padding: 150px 0px;
	padding-bottom: 60px;
}




    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: -15px;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: red;
    color: #fff;
    border-color: red;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
	color: red;
}

.wizard .nav-tabs > li {
    width: 32%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 0%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
	position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
	background-color: #0db02b;
}
.skip-btn{
	background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
	font-size: 14px;
	font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
	margin-top: 30px;
}
.all-info-container{

}
.list-content{
	margin-bottom: 10px;
}
.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
	padding: 10px;
}
.signup-logo-header .logo_area{
	width: 200px;
}
.signup-logo-header .nav > li{
	padding: 0;
}
.signup-logo-header .header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.custom-checkbox input[type="checkbox"]{
    display: contents;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: red;
    border-color: red;
}






@media (max-width: 767px){
	.sign-content h3{
		font-size: 40px;
	}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}

/* not active */
.nav-pills .pill-1 .nav-link:not(.active) {
    background-color: white;
}

.nav-pills .pill-2 .nav-link:not(.active) {
    background-color: white;
}




/* active (faded) */
.nav-pills .pill-1 .nav-link {
    background-color: #F2F2F2;
}

.nav-pills .pill-2 .nav-link {
    background-color: #F2F2F2;
}

.sub-menu-bt {
    background-color: #262f3b;
    display: flex;
    /* justify-content : flex-end; */
    padding-left: 56px;
    font-family: Poppins;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #FFFFFF;
}

.sub-menu-bt{
    border: 0;
}

.sub-menu-bt:hover{
    background-color: #FF173D;
}

.sub-menu-bt::selection{
    color: #FF173D;
}



.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #FF173D;
    border-color: #FF173D;
}


.list-group-item[aria-expanded="true"]{
background-color: #FF173D !important;
 border-color: #FF173D;

}

.custom_pill{
    background: linear-gradient(80deg, #E5E5E5 50%, #E5E5E5 50%)
}


.background_small{
    background: linear-gradient(80deg, #F9F9F9 40%, #F9F9F9 40%);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
}


     /* The container */
     .modal_container_custom {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      
      /* Hide the browser's default checkbox */
      .modal_container_custom input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }
      
      /* Create a custom checkbox */
      .checkmark_checkbox {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #4444;
      }
      
      /* On mouse-over, add a grey background color */
      .modal_container_custom:hover input ~ .checkmark_checkbox {
        background-color: #ccc;
      }
      
      /* When the checkbox is checked, add a blue background */
      .modal_container_custom input:checked ~ .checkmark_checkbox {
        background-color: red;
      }
      
      /* Create the checkmark_checkbox/indicator (hidden when not checked) */
      .checkmark_checkbox:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the checkmark_checkbox when checked */
      .modal_container_custom input:checked ~ .checkmark_checkbox:after {
        display: block;
      }
      
      /* Style the checkmark_checkbox/indicator */
      .modal_container_custom .checkmark_checkbox:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }


      .modal_container_custom_r {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      
      /* Hide the browser's default radio button */
      .modal_container_custom_r input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
      }
      
      /* Create a custom radio button */
      .checkmark_radio {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
      }
      
      /* On mouse-over, add a grey background color */
      .modal_container_custom_r:hover input ~ .checkmark_radio {
        background-color: #ccc;
      }
      
      /* When the radio button is checked, add a blue background */
      .modal_container_custom_r input:checked ~ .checkmark_radio {
        background-color: red;
      }
      
      /* Create the indicator (the dot/circle - hidden when not checked) */
      .checkmark_radio:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the indicator (dot/circle) when checked */
      .modal_container_custom_r input:checked ~ .checkmark_radio:after {
        display: block;
      }
      
      /* Style the indicator (dot/circle) */
      .modal_container_custom_r .checkmark_radio:after {
           top: 9px;
          left: 9px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: white;
      }


     /* The container white */
     .modal_container_custom_white {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    /* Hide the browser's default checkbox */
    .modal_container_custom_white input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    /* Create a custom checkbox */
    .checkmark_checkbox_white {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: white;
    }
    
    /* On mouse-over, add a grey background color */
    .modal_container_custom_white:hover input ~ .checkmark_checkbox_white {
      background-color: #ccc;
    }
    
    /* When the checkbox is checked, add a blue background */
    .modal_container_custom_white input:checked ~ .checkmark_checkbox_white {
      background-color: red;
    }
    
    /* Create the checkmark_checkbox/indicator (hidden when not checked) */
    .checkmark_checkbox_white:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    /* Show the checkmark_checkbox when checked */
    .modal_container_custom_white input:checked ~ .checkmark_checkbox_white:after {
      display: block;
    }
    
    /* Style the checkmark_checkbox/indicator */
    .modal_container_custom_white .checkmark_checkbox_white:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
.red-back-committee {
    border-radius : 5px;
    color : #fff;
    background : #f9163e;
    padding : 5px 9px;
    }
.nav-link-text-committee{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.hide{
    display: none;
}

.table-alphabets-selection {
    border-radius: 5px;
    color: #fff;
    background: #f9163e;
    padding: 6px 10px;
}
