@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/open-sans/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}


.temp-list img {
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.tempform-rgt {
  width: 100%;
      background: #f7f7f9;
    padding: 40px;
    position: relative;
    top: 50px;
    left: -50px;
    border-radius: 5px;
}
.tempform-rgt h5 {
    margin-bottom: 25px;
    font-family: 'leagueSpartan-SemiBold';
        text-transform: uppercase;
    background: linear-gradient(213deg, #d25a72 0%, #6b111b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.temp-list {
    position: relative;
    margin-bottom: 30px;
}
.temp-list .btn-preview {
    position: absolute;
    font-size: 14px;
    color: #fff;
    border-radius: 26px;
    background: #000;
    padding: 4px;
    min-width: 96px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 16px;
    right: 8px;
    bottom: 18px;
}
.temp-list .btn-preview img {
    width: 15px;
}

.temp-list .btn-preview a{
  color: #fff !important;
}

/* Style the Image Used to Trigger the Modal */

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content, .modal-content2 {
    margin: auto;
    display: block;
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    /* max-width: 700px; */
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption, #caption1 {
    margin: auto;
    display: block;
    width: 100%;
    /* max-width: 700px; */
    text-align: center;
    color: #000;
    padding: 10px 0 0;
    /* height: 50px; */
    background: #fff;
    font-family: 'ZCOOL-Regular';
    font-size: 23px;
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: 600;
}

/* Add Animation - Zoom in the Modal */

.modal-content,
#caption, .modal-content2,
#caption1 {
    animation-name: zoom;
    animation-duration: 0.6s;
}
iframe {
  width: 100%;
  height: 500px;
}



@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* The Close Button */

.closeModal {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    background: #fff;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    opacity: 1;
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.modalBody {
    height: 550px;
    overflow-y: scroll;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 7px;
   /*  width: 945px;
    margin: auto; */
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  .radio-toolbar input[type="radio"]:disabled ~ label {
    opacity: .4;
    cursor: default;
  }
  #ddlfont:disabled {
    opacity: .4;
    cursor: default;
  }
  .radio-toolbar label {
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    width: 53px;
    height: 35px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 0;
    margin-right: 5px;
    /* border: 2px solid rgba(0,0,0,0); */
  }
  .radio-toolbar label.radioWhite {
    background: #fff;
    border: 1px solid #d7cece;
  }
  .radio-toolbar label.radioBlue {
    background: blue;
    border: 1px solid transparent;
    /* background: url(../images/colors/blue.png);
    background-size: 50px 60px;
    background-position: center; */
  }
  .radio-toolbar label.radioIvory {
    background: ivory;
    border: 1px solid transparent;
  }
  .radio-toolbar label.radioPink {
    background: pink;
    border: 1px solid transparent;
  }
  .radio-toolbar label.radioGreen {
    background: green;
    border: 1px solid transparent;
  }
  .radio-toolbar label.radioMetallicGrey {
    background: linear-gradient(#060606, #4d4d4c);
    border: 1px solid transparent;
  }
  .radio-toolbar label.radioBrown {
    background: brown;
    border: 1px solid transparent;
  }
  .radio-toolbar label.radioGrey {
    background: grey;
    border: 1px solid transparent;
  }
  
  /* .radio-toolbar label:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  } */
  
  .radio-toolbar input[type="radio"]:checked + label:before {
     font-family: "bootstrap-icons";
    content: "\f26e";
    color: #fff;
    font-size: 15px;
    line-height: 1;
    position: absolute;
    font-weight: bold;
    top: 8px;
    left: 36%;
    text-align: center;
    top: -7px;
    color: #ffffff;
    background: #000;
    border-radius: 50%;
    padding: 1px 1px;

  }
  /* .radio-toolbar input[type="radio"]:checked + label.radioWhite:before,
   .radio-toolbar input[type="radio"]:checked + label.radioPink:before, 
   .radio-toolbar input[type="radio"]:checked + label.radioIvory:before,
   .radio-toolbar input[type="radio"]:checked + label.background-yellow:before,
    .radio-toolbar input[type="radio"]:checked + label.background-pastelgreen:before,
    .radio-toolbar input[type="radio"]:checked + label.background-roseorange:before,
  .radio-toolbar input[type="radio"]:checked + label.background-rose:before,
    .radio-toolbar input[type="radio"]:checked + label.background-olivegreen:before,
     .radio-toolbar input[type="radio"]:checked + label.background-peach:before
     
   
   {
    color: #000;
  } */
  /* .radio-toolbar input[type="radio"]:checked + label {
    border: 2px solid rgba(0,0,0,1);
  } */

  .temp-list .premium {
    width: 35px;
    position: absolute;
    top: 6px;
    right: 6px;
    filter: drop-shadow(0 .5rem 1rem rgba(0,0,0,.15));
    box-shadow: none;
  }
  .subscription-popup img {
    width: 80px;
    margin: auto;
    display: block;
  }


.tempform-lft ul {
  padding-left: 0px;
}
.tempform-lft ul li.active {
  color: #fc9220;
  border-bottom: 1px solid #fc9220;
  margin-right: 10%;
  transition: 500ms ease;
}
.tempform-lft ul li {
  list-style-type: none;
  color: #fff;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-size: 18px;
  border-bottom: 1px solid #989898;
  padding-left: 25px;
  margin-right: 20%;
  padding-bottom: 3px;
  cursor: pointer;
  transition: 500ms ease;
}
.tempform-lft ul li::after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100px;
  right: 20%;
  position: absolute;
  margin-top: 22px;
  transition: 500ms ease;
}
.tempform-lft ul li.active::after {
  content: "";
  right: 10%;
  transition: 500ms ease;
  background-color: #fc9220;
}
.tempform-lft ul li:hover {
  color: #fc9220;
  border-bottom: 1px solid #fc9220;
  margin-right: 10%;
  transition: 500ms ease;
}
.tempform-lft ul li:hover::after {
  content: "";
  right: 10%;
  transition: 500ms ease;
  background-color: #fc9220;
}
.tempform-lft ul li img {
  width: 17px;
  margin-right: 5px;
}
.tempform-lft h4 {
  padding-left: 25px;
  font-size: 30px;
  background: linear-gradient(270deg, #FFF0 3.7%, #ff8400 89.85%);
  padding-top: 8px;
  padding-bottom: 14px;
}
.tempform-lft ul li img:nth-child(2) {
  display: none;
}
.tempform-lft ul li:hover img:nth-child(1) {
  display: none;
}
.tempform-lft ul li:hover img:nth-child(2) {
  display: inline-block;
}
.tempform-lft ul li.active:hover img:nth-child(1) {
  display: inline-block;
}

.temp-list a {
  text-decoration: none !important;
  color: #000 !important;
  margin-top: 15px;
  display: block;
  text-align: center;
}

.tempform-rgt .table thead th {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.tempform-rgt .table tbody td {
  font-size: 14px;
  text-align: center;
}
.tempform-rgt .table .badge-success {
  letter-spacing: 0.02em;
  /* font-family: 'DMSans-Medium'; */
  background-color: #19712d !important;
}
.tempform-rgt .table .badge-danger {
  letter-spacing: 0.02em;
  /* font-family: 'DMSans-Medium'; */
  background-color: #b91525 !important;
}
.tempform-rgt .table {
  min-width: 950px;
}
.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label>img.myImg {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #fc9220;
}
.order_summary table thead {
  background: #252525;
  color: #fff;
}
.order_summary h4 {
  text-align: center;
  font-size: 20px;
  font-family: 'DMSans-Medium';
  padding: 0px 0 30px;
}
.order_summary img {
  width: 50px;
  margin: auto;
  display: block;
  padding-top: 27px;
  padding-bottom: 10px;
}
.order_summary td {
  font-size: 14px;
}
.order_summary table {
  min-width: 960px;
}
.title-img-pay {
  width: 60px;
  margin: auto;
  display: block;
}
.pay-fail {
  text-align: center;
}
.pay-fail h3 {
  text-align: center;
  font-size: 20px;
  font-family: 'DMSans-Medium';
  padding: 10px 0 0px;
}
.go-sub a {
  border: 1px solid #252525;
  height: 27px;
  display: inline-block;
  line-height: 9px;
  padding: 0px 5px;
  border-radius: 17px;
  color: #252525;
  text-decoration: none;
  font-size: 12px;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
@media (max-width:768px){
  .tempform-rgt{
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .tempform-lft h4 {
    font-size: 20px;
  }
  .tempform-lft ul li {
    font-size: 14px;
    margin-bottom: 24px;
    margin-right: 10%;
    padding-left: 15px;
  }
  .tempform-lft ul li img {
    width: 14px;
  }
  .tempform-lft ul li::after {
    width: 12px;
    height: 12px;
    right: 9%;
    margin-top: 18px;
  }
  .tempform-lft ul li.active, .tempform-lft ul li:hover {
    margin-right: 6%;
  }
  .tempform-lft ul li.active::after, .tempform-lft ul li:hover::after {
    right: 6%;
  }
  .temp-list .btn-preview {
    font-size: 11px;
    min-width: 82px;
    margin-right: 8px;
  }
  .temp-list .premium {
    width: 25px
  }
  .order_summary h4 {
    font-size: 15px; 
  }
  .tempform-rgt{
    padding: 20px 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .tempform-lft h4 {
    font-size: 23px;
  }
  .tempform-lft ul li {
    font-size: 14px;
    margin-bottom: 24px;
    margin-right: 10%;
    padding-left: 15px;
  }
  .tempform-lft ul li img {
    width: 14px;
  }
  .tempform-lft ul li::after {
    width: 12px;
    height: 12px;
    right: 13%;
    margin-top: 18px;
  }
  .tempform-lft ul li.active, .tempform-lft ul li:hover {
    margin-right: 6%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tempform-lft h4 {
    font-size: 23px;
  }
  .tempform-lft ul li {
    font-size: 14px;
    margin-bottom: 36px;
    margin-right: 10%;
    padding-left: 15px;
  }
  .tempform-lft ul li img {
    width: 14px;
  }
  .tempform-lft ul li::after {
    width: 12px;
    height: 12px;
    right: 13%;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .tempform-lft h4 {
    font-size: 23px;
  }
  .tempform-lft ul li {
    font-size: 16px;
    margin-bottom: 36px;
  }
}




/* Dropdown Container */
.tab-cz-dropdown {
  position: relative;
  display: inline-block;
}

.tab-cz-dropdown img{
   width: 21px;
   margin-right: 8px;
}

/* Toggle Button */
.tab-cz-dropdown-toggle {
      display: flex;
    align-items: center;
    justify-content: space-between;
    background: #222;
    color: white;
    padding: 10px 10px;
       font-family: 'leagueSpartan-SemiBold';
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    min-width: 161px;
        letter-spacing: 0.80px;
        text-transform: uppercase;
}

.tab-cz-dropdown-toggle:hover {
  background: #333;
}

.tab-cz-dropdown-icon {
  margin-right: 8px;
  color: gold;
}

.tab-cz-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

/* Dropdown Menu */
.tab-cz-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #333;
        min-width: 161px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}

.tab-cz-dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.tab-cz-dropdown-menu li {
  padding: 8px 15px;
}

.tab-cz-dropdown-menu li a {
  color: white;
  text-decoration: none;
  display: block;
      text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 0.80px;
   font-family: 'leagueSpartan-Regular';

}

.tab-cz-dropdown-menu li:hover {
  background: #444;
}

/* Rotate arrow when open */
.tab-cz-dropdown.open .tab-cz-arrow {
  transform: rotate(180deg);
}


.resume-edit-btn{
    font-size: 14.5px;
    padding: 4px 5px 2px;
    border-radius: 3px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.70px;
}  


.resume-category-name{
    font-family: 'leagueSpartan-SemiBold';
    font-size: 17px;
    letter-spacing: 0.60px;
}