body, html {
    height: 100%;
}

.beta-version {
    color: #fff;
    display: block;
    text-align: right;
    padding-right: 18px;
    position: relative;
    top: -15px;
    font: normal normal 12px "Bitstream Vera Serif", serif !important;
}

.navbar-brand .beta-version {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .beta-version {
        top: -25px;
    }
}

@media screen and (max-width: 575px) {
    .beta-version {
        top: 0;
        font-size: 11px;
    }
}

body .page-block, html .page-block {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body .page-footer, html .page-footer {
    flex: 0 0 auto;
}

a:hover {
    text-decoration: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.navbar-light .navbar-toggler {
    color: #334166 !important;
    border-color: transparent !important;
    padding: 0 !important;
    z-index: 99;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('/web/20220406100832im_/https://handbook.fide.com/img/icons/open.svg');
    width: 20px;
}

.navbar-light .current .navbar-toggler-icon {
    background-image: url('/web/20220406100832im_/https://handbook.fide.com/img/close-menu.svg');
    width: 20px;
}

.collapse.show {
    display: block;
    padding: 20px 0;
}

.navbar-expand-lg .navbar-collapse {
    align-items: center;
    justify-content: space-between;
}

.client .modal-sign-in .sign-in-modal-text .forgot-pass {
    display: inline-block;
    width: 100%;
    color: #334166;
    font: normal 400 14px/17px "Roboto", sans-serif;
    margin-bottom: 10px;
}

/* .collapse {
  transition-delay: unset !important;
  transition-duration: unset !important;
  transition: 0s !important;
  background: #f5f4f9 !important;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  padding: 35px 15px 15px !important;
} */

.collapsing {
    height: 100% !important;
    overflow: visible !important;
    transition: 0s !important;
    background: #f5f4f9 !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 35px 15px 15px !important;
}

.collapse.show {
    background: #f5f4f9;
    padding: 35px 15px 15px;
    height: 100% !important;
    z-index: 9;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0s !important;
}

.collapse.show .navbar-nav .nav-link {
    font: normal 300 24px/36px "Roboto", sans-serif;
}

.collapse.show .mini-nav-bar .nav-item .nav-link {
    font: normal 300 18px/27px "Roboto", sans-serif;
}

.collapse.show .icon-top {
    filter: invert(10%) sepia(5%) saturate(2900%) hue-rotate(189deg) brightness(87%) contrast(84%);
}

.navbar {
    padding: 0 !important;
}

.mini-nav-bar {
    display: none;
    padding-left: 40px;
    padding-bottom: 25px;
}

.mini-nav-bar .nav-item .nav-link {
    font: normal 300 18px/27px "Roboto", sans-serif !important;
    color: #334166;
    letter-spacing: 0.01em;
}

.menu .collapse.show .icon-search {
    fill: #9e9eb7 !important;
}

.menu .collapse.show .icon-search {
    top: 10px !important;
}


.top-header-icons {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-left: 0;
}

.icon-top {
    fill: #fff;
    height: 20px;
    width: 20px;
    vertical-align: top;
}

.top-header-icons__twitter, .top-header-icons__facebook, .top-header-icons__instagram {
    margin: 0 10px;
}

.top-header-icons__user {
    margin: 0;
    height: 20px;
    width: 20px;
}

.top-header-icons__user img {
    vertical-align: top;
}

.top-header-icons__user .icon-top {
    fill: #fff;
    height: 25px;
    width: 30px;
}

.top-header-icons__instagram {
    margin: 0 0 0 10px;
}

.social-header {
    display: flex;
}

.social-header a {
    display: inline-block;
    height: 20px;
}

.social-header a:last-child {
    margin-right: 0;
}

.social-footer {
    display: block;
    padding: 60px 0;
    margin-bottom: 0;
}

.social-footer a {
    padding: 0 35px;
    margin: 0;
}

.social-footer a:first-child {
    padding-left: 0;
}

.social-footer a:last-child {
    padding-right: 0;
}

.social-footer a .icon-top {
    width: 30px;
    height: 23px;
    filter: invert(10%) sepia(5%) saturate(2900%) hue-rotate(189deg) brightness(87%) contrast(84%);
}


/* Shadow removal */
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: none !important;
}

/* Effects when clicking input & cutting the length of the text input */
input[type=search]:focus::-webkit-input-placeholder {
    color: transparent !important;
    text-overflow: ellipsis;
}

input[type=search]:focus:-moz-placeholder {
    color: transparent !important;
    text-overflow: ellipsis;
}

input[type=search]:focus::-moz-placeholder {
    color: transparent !important;
    text-overflow: ellipsis;
}

input[type=search]:focus:-ms-input-placeholder {
    color: transparent !important;
    text-overflow: ellipsis;
}

/* Top Header */
.rectangle-menu {
    background: #92a1cb;
    max-height: 80px;
    min-height: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.rectangle-menu .rectangle-menu-one {
    display: inline-block;
    padding: 10px 30px 10px 30px;
    font: normal 400 16px/19px "Roboto", sans-serif;
    color: #fff;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    position: relative;
}

.rectangle-menu .rectangle-menu-one:after {
    content: '';
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
}

.rectangle-menu .rectangle-menu-active {
    font: normal 600 16px/19px "Roboto", sans-serif;
}

.rectangle-menu .rectangle-menu-one:first-child {
    padding: 10px 30px 10px 0;
}

.rectangle-menu .rectangle-menu-one:last-child {
    padding: 10px 0 10px 30px;
}

.rectangle-menu .rectangle-menu-one:last-child:after {
    display: none;
}

.logo-menu-blue {
    display: none;
}

.navbar-brand {
    display: none;
}

.top-header {
    min-height: 150px;
    width: 100%;
    background-color: #334166;
    justify-content: center;
    display: flex;
    align-items: center;
}

.carousel-info-player .carousel-icon-player {
    display: none;
}

.logo-name {
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 75px;
    font-family: "Bitstream Vera Serif", serif !important;
    font-size: 44px;
    color: #fff;
}

/* Menu */
.menu {
    margin-bottom: 40px;
}

.top-menu-icons {
    display: none;
}

.navbar-light {
    min-height: 65px;
    background-color: #fff;
}

.navbar-light .navbar-nav .active .nav-link:after {
    background-color: #ff003d;
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    bottom: -21px;
    position: absolute;
}

.nav-link {
    display: inline-block;
    color: #ff003d;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.nav-link:after {
    background-color: #ff003d;
    display: block;
    content: "";
    height: 4px;
    width: 0;
    left: 50%;
    bottom: -22px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-link:hover:after, .nav-link:focus:after {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    font: normal 400 18px/normal "Roboto", sans-serif;
    color: #334166;
    text-transform: uppercase;
}

.navbar-nav .nav-item {
    margin: 0 30px;
    line-height: 21px;
}

.navbar-nav .nav-item:first-child {
    margin: 0 30px 0 0;
}

.navbar-nav .nav-item:last-child {
    margin: 0 0 0 30px;
}

.search_bar {
    background: #dbdde8;
    position: relative;
    max-width: 300px;
    min-height: 40px;
}

.search_bar input[type=search] {
    background: #dbdde8;
    border: none;
    box-shadow: none;
    font: normal 400 16px/19px "Roboto", sans-serif;
    color: #000;
    width: 80%;
    padding: 0.5em;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    margin: 0;
    overflow: hidden;
}

.search_bar input[type=search]:focus {
    outline: none;
}

.search_bar button[type=submit] {
    background: #dbdde8;
    color: #dbdde8;
    border: none;
    min-width: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon-search {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 10px;
    fill: #fff;
}

.user-mobile-icons {
    display: none;
}

.search_bar button[type=submit]:hover, .search_bar button[type=submit]:focus {
    cursor: pointer;
    border: none;
}

.logo-menu-white {
    width: auto;
    height: 100%;
    max-height: 85px;
    max-width: 125px;
}


/* Footer */
.page-footer {
    padding: 40px 0 30px;
    background-color: #F5F4F9;
    width: 100%;
}

.page-footer .bottom-menu {
    margin-bottom: 0;
    padding: 0;
}

.page-footer .bottom-menu li {
    list-style-type: none;
    display: inline-block;
    padding: 0 30px;
}

.page-footer .bottom-menu li:first-child {
    padding: 0 30px 0 0;
}

.page-footer .bottom-menu li:last-child {
    padding: 0 0 0 30px;
}

.page-footer .bottom-menu li a {
    font: normal 400 18px/normal "Roboto", sans-serif;
    color: #334166;
    text-transform: uppercase;
}

.social-footer {
    display: block;
    padding: 60px 0;
    margin-bottom: 0;
}

.social-footer a {
    padding: 0 35px;
    margin: 0;
}

.social-footer a:last-child {
    padding-right: 0;
}

.social-footer a:first-child {
    padding-left: 0;
}

.social-footer a .icon-top {
    width: 30px;
    height: 23px;
    -webkit-filter: invert(10%) sepia(5%) saturate(2900%) hue-rotate(189deg) brightness(87%) contrast(84%);
    filter: invert(10%) sepia(5%) saturate(2900%) hue-rotate(189deg) brightness(87%) contrast(84%);
}

.page-footer .footer-copyright {
    font: normal 400 14px/normal "Roboto", sans-serif;
    color: #B3B9CE;
}

/* sign in */
.mfp-auto-cursor .mfp-content {
    background: #fff;
    max-width: 520px;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    padding: 30px 25px 30px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
}

.modal-sign-in .sign-in-modal-title {
    padding-bottom: 15px;
    color: #334166;
    font: normal 400 24px/29px "Roboto", sans-serif;
    letter-spacing: 0.01em;
}

.modal-sign-up .sign-up-modal-title {
    padding-bottom: 15px;
    color: #334166;
    font: normal 400 24px/29px "Roboto", sans-serif;
    letter-spacing: 0.01em;
}

.modal-forgot-pass .sign-up-modal-title {
    padding-bottom: 15px;
    color: #334166;
    font: normal 400 24px/29px "Roboto", sans-serif;
    letter-spacing: 0.01em;
}

.modal-user-window .form-user {
    border: 1px solid #334166;
    box-sizing: border-box;
    font: normal 400 14px/17px "Roboto", sans-serif;
    color: #334166;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.modal-sign-in .sign-in-modal-text {
    text-align: center;
    margin-top: 5px;
}

.modal-sign-in .sign-in-modal-text span {
    display: inline-block;
    width: 100%;
    color: #334166;
    font: normal 400 14px/17px "Roboto", sans-serif;
    margin-bottom: 10px;
}

.no-account {
    display: inline-block;
    width: 100%;
    color: #334166;
    font: normal 400 14px/17px Roboto, sans-serif;
    margin-bottom: 10px;
}

.no-account a {
    cursor: pointer;
    font: normal 600 14px/17px Roboto, sans-serif !important;
    color: #334166 !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

.modal-sign-in .submin-modal-btn {
    margin: 40px 0;
    background-color: #334166;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    font: normal 400 14px/17px "Roboto", sans-serif;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: none;
}

.modal-sign-up .submin-modal-btn {
    margin: 0 0 40px;
    background-color: #334166;
    padding: 15px;
    width: 100%;
    font: normal 400 14px/17px "Roboto", sans-serif;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
}

.modal-forgot-pass .submin-modal-btn {
    margin: 0 0 40px;
    background-color: #334166;
    padding: 15px;
    width: 100%;
    font: normal 400 14px/17px "Roboto", sans-serif;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
}

.sign-modal-social a {
    background: #334166;
    text-align: center;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 10px;
}

.sign-modal-social a img {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 11px;
    left: 12px;
}

.modal-sign-in .incorrect {
    display: none;
    color: #e33939;
    margin-bottom: 5px;
    font: normal 400 12px/17px "Roboto", sans-serif;
    width: 100%;
    text-align: center;
}

.modal-forgot-pass .incorrect-pass {
    display: none;
    color: #e33939;
    margin-bottom: 5px;
    font: normal 400 12px/17px "Roboto", sans-serif;
    width: 100%;
    text-align: center;
}

.modal-forgot-pass .correct-pass {
    display: none;
    color: #3ca42b;
    margin-bottom: 5px;
    font: normal 400 12px/17px "Roboto", sans-serif;
    width: 100%;
    text-align: center;
}

/* modal */
.modal-log-out {
    min-width: 320px;
    min-height: 180px;
    z-index: 11;
    background-color: #fff;
    position: absolute;
    top: 100px;
    right: 250px;
    border: 1px solid #DFDFED;
    box-sizing: border-box;
    box-shadow: 1px 4px 4px rgba(105, 105, 105, 0.25);
    border-radius: 4px;
    display: none;
}

.modal-log-out__wrapper {
    position: relative;
}

.modal-log-out__wrapper__user {
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.modal-log-out__wrapper__user img {
    margin-right: 15px;
    display: inline-block;
    width: 48px;
    border-radius: 100%;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.modal-log-out__wrapper__user .modal-log-email {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-log-out__wrapper__user .modal-log-email .modal-log-out-email {
    font: normal 600 16px/22px "Roboto", sans-serif;
    color: #334166;
}

.modal-log-out__wrapper__events {
    background: #F5F4F9;
    padding: 15px;
    background-blend-mode: multiply;
    border-top: 1px solid #DFDFED;
    font: normal 400 16px/22px "Roboto", sans-serif;
    color: #334166;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modal-log-out__wrapper__events .icon-top {
    fill: #92A1CB;
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.modal-log-out__wrapper__edit .icon-top {
    fill: #92A1CB;
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.modal-log-out__wrapper__edit {
    background: #F5F4F9;
    padding: 15px;
    background-blend-mode: multiply;
    border-top: 1px solid #DFDFED;
    border-bottom: 1px solid #DFDFED;
    font: normal 400 16px/22px "Roboto", sans-serif;
    color: #334166;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modal-log-out__wrapper__button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background: #F5F4F9;
    border: 1px solid #92A1CB;
    width: calc(100% - 50% - 1px);
    margin: 10px 25%;
    font: normal 400 16px/22px "Roboto", sans-serif;
    color: #334166;
}


/*
     FILE ARCHIVED ON 10:08:32 Apr 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:10:18 Apr 29, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 85.363
  exclusion.robots: 0.074
  exclusion.robots.policy: 0.068
  cdx.remote: 0.051
  esindex: 0.008
  LoadShardBlock: 43.918 (3)
  PetaboxLoader3.datanode: 94.386 (6)
  CDXLines.iter: 19.925 (3)
  load_resource: 239.184 (2)
  PetaboxLoader3.resolve: 73.429 (2)
  loaddict: 114.847
*/